summaryrefslogtreecommitdiff
path: root/Mailman/bin/newlist.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-141/+0
* The start of a cleaning up of Errors.py. Eventually, I want to get rid ofBarry Warsaw2008-02-191-1/+3
* PEP 292 style, $-strings are used by the translation service everywhere now.Barry Warsaw2008-02-181-1/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Removed a bunch of files that are obsolete. The interfaces are all foldedBarry Warsaw2007-09-271-1/+0
* Get bin/add_members and bin/list_members to work again (for the mostBarry Warsaw2007-09-201-4/+4
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-5/+3
* Fixed a problem where members of a deleted mailing list were hanging around.Barry Warsaw2007-08-051-1/+1
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-051-18/+2
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-112/+55
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-1/+1
* Fix passwords in bin/newlist. Yes, this needs unit tests!bwarsaw2007-03-271-6/+6
* Passwords done right.bwarsaw2007-01-141-1/+17
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-22/+14
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-6/+2
* Fix some buglets with virtual domain support and repair unit tests broken bybwarsaw2006-07-081-2/+2
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-68/+28
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-15/+29
* - newlist.pymsapiro2006-06-081-1/+9
* Set package name and version number in AC_INIT macro in configure.in. Also,bwarsaw2006-05-151-0/+0
* Move arch, mmsitepass, and unshunt to the Mailman.bin package and rewrite tobwarsaw2006-04-281-1/+1
* Convert Mailman.bin.rmlist module to optparse, and do general cleanup.bwarsaw2006-04-281-4/+5
* The start of the conversion of the bin and cron scripts to modules invoked bybwarsaw2006-04-271-0/+229