summaryrefslogtreecommitdiff
path: root/mailman/commands/cmd_help.py (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-26Handle commands in the body of a plain text email message.Barry Warsaw2-1/+49
2008-04-22temporary start on command processor rewriteBarry Warsaw7-149/+236
2008-04-08Remove unnecessary 3rd party package.Barry Warsaw1-1/+0
2008-04-08Bump the version numberBarry Warsaw2-3/+7
2008-04-01NEWS.txt is only the 3.0 news. OLD-NEWS.txt is copied from the 2.1 tree.Barry Warsaw2-2659/+2836
2008-04-01Remove some documents that are either no longer appropriate, or now live inBarry Warsaw20-7748/+109
2008-03-31One more version change fix.Barry Warsaw1-1/+1
2008-03-31One more version change.Barry Warsaw1-1/+1
2008-03-31mailman.Version -> mailman.versionBarry Warsaw40-76/+72
2008-03-31Fix the archiver doctest.Barry Warsaw2-4/+6
2008-03-31Fix the scrubber doctest.Barry Warsaw1-1/+1
2008-03-31Fix the incoming doctest.Barry Warsaw1-7/+12
2008-03-30Add code name.Barry Warsaw2-1/+2
2008-03-30Make all the SMTP_LOG_* templates, PEP 292 compatible. Make them consistentlyBarry Warsaw8-124/+81
2008-03-30More fixes to get end-to-end delivery basically working.Barry Warsaw10-143/+178
2008-03-30More fixes to get the basic end-to-end delivery mechanisms working.Barry Warsaw14-97/+146
2008-03-28Stable sort the output.Barry Warsaw1-1/+3
2008-03-27Added a test of the OutgoingRunner, and subsequent changes to make it pass,Barry Warsaw16-35/+156
2008-03-25Lots of little patches trying to get a simple end-to-end test working. ThereBarry Warsaw9-55/+64
2008-03-25Flesh out and make working IUser.memberships, with tests.Barry Warsaw2-13/+29
2008-03-24The start of exposing memberships in the IUser.Barry Warsaw4-2/+96
2008-03-23Move AlreadySubscribedError to interfaces/member.py in the (new) preferenceBarry Warsaw8-177/+193
2008-03-22Rename rmlist to remove_list, and let it take multiple -l command lineBarry Warsaw6-85/+102
2008-03-22Several fixes to command line scripts.Barry Warsaw6-108/+150
2008-03-21Convert bin/qrunner to use the new Options class.Barry Warsaw1-37/+43
2008-03-21Added a common option parsing class, and converted master to it.Barry Warsaw2-34/+96
2008-03-21Don't timeout in TestableMaster.start(). Just wait until all queue runnersBarry Warsaw1-2/+2
2008-03-15Add some debug logging.Barry Warsaw1-0/+3
2008-03-13Move mailman.database.txnsupport to mailman.database.transaction and updateBarry Warsaw3-44/+137
2008-03-12Add some randomization to the way tests are run. This isn't complete (seeBarry Warsaw2-12/+38
2008-03-12Sprinkle a few more transaction API calls around to make sure the databaseBarry Warsaw3-2/+6
2008-03-12Add transaction API to IDatabase, e.g. begin(), commit(), and abort(). Add anBarry Warsaw3-4/+30
2008-03-12Add a working (though not yet complete) test for the LMTP runner.Barry Warsaw12-114/+286
2008-03-10Removed bogus >From line from hotpop_01.txt bounce test message.Mark Sapiro1-1/+0
2008-03-06Fix a typo in a roster name.Barry Warsaw5-75/+71
2008-02-27Bite the bullet: rename the Mailman package to mailman.Barry Warsaw531-935/+921
2008-02-27Rework the master.py script and the master.txt doctest so that it's muchBarry Warsaw4-192/+193
2008-02-26Make the import of Mailman.configuration.config explicit in doctests.Barry Warsaw5-5/+10
2008-02-26Add a test for mailmanctl and master.py. Also fix a bug in master where itBarry Warsaw3-1/+110
2008-02-25Update mailmanctl for the new master.py script. Fortunately, we can simplifyBarry Warsaw3-374/+97
2008-02-25Rework the basic infrastructure for qrunner process control. Split out theBarry Warsaw13-77/+477
2008-02-19The start of a cleaning up of Errors.py. Eventually, I want to get rid ofBarry Warsaw15-101/+176
2008-02-18PEP 292 style, $-strings are used by the translation service everywhere now.Barry Warsaw51-110/+24
2008-02-17Added a test for the built-in pipeline. Fixed some broken handler names inBarry Warsaw9-30/+233
2008-02-17Reorganize the Handler architecture to a pipeline architecture with plugins.Barry Warsaw38-357/+875
2008-02-08Mailman.handlers -> Mailman.pipelineBarry Warsaw40-23/+23
2008-02-08Rename 'prep queue' to 'pipeline queue'.Barry Warsaw6-19/+57
2008-02-07Tweak copyright years.Barry Warsaw220-220/+220
2008-01-24Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw40-22/+22
2008-01-24Python 2.5's email package uses cStringIO in its feed parser, and this doesn'tBarry Warsaw25-99/+99