| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | start of archiving work | Barry Warsaw | 2008-06-14 | 6 | -54/+30 |
| |/ |
|
| * | Handle commands in the body of a plain text email message. | Barry Warsaw | 2008-04-26 | 2 | -1/+49 |
| * | Update and reorganize the command queue runner so that it works with the | Barry Warsaw | 2008-04-26 | 26 | -165/+351 |
| |\ |
|
| | * | temporary start on command processor rewrite | Barry Warsaw | 2008-04-22 | 7 | -149/+236 |
| |/ |
|
| * | Remove unnecessary 3rd party package. | Barry Warsaw | 2008-04-08 | 1 | -1/+0 |
| * | Bump the version number | Barry Warsaw | 2008-04-08 | 2 | -3/+7 |
| * | NEWS.txt is only the 3.0 news. OLD-NEWS.txt is copied from the 2.1 tree. | Barry Warsaw | 2008-04-01 | 2 | -2659/+2836 |
| * | Remove some documents that are either no longer appropriate, or now live in | Barry Warsaw | 2008-04-01 | 20 | -7748/+109 |
| * | One more version change fix. | Barry Warsaw | 2008-03-31 | 1 | -1/+1 |
| * | One more version change. | Barry Warsaw | 2008-03-31 | 1 | -1/+1 |
| * | mailman.Version -> mailman.version | Barry Warsaw | 2008-03-31 | 40 | -76/+72 |
| * | Fix the archiver doctest. | Barry Warsaw | 2008-03-31 | 2 | -4/+6 |
| * | Fix the scrubber doctest. | Barry Warsaw | 2008-03-31 | 1 | -1/+1 |
| * | Fix the incoming doctest. | Barry Warsaw | 2008-03-31 | 1 | -7/+12 |
| * | Add code name. | Barry Warsaw | 2008-03-30 | 2 | -1/+2 |
| * | Make all the SMTP_LOG_* templates, PEP 292 compatible. Make them consistently | Barry Warsaw | 2008-03-30 | 8 | -124/+81 |
| * | More fixes to get end-to-end delivery basically working. | Barry Warsaw | 2008-03-30 | 10 | -143/+178 |
| * | More fixes to get the basic end-to-end delivery mechanisms working. | Barry Warsaw | 2008-03-30 | 14 | -97/+146 |
| * | Stable sort the output. | Barry Warsaw | 2008-03-28 | 1 | -1/+3 |
| * | Added a test of the OutgoingRunner, and subsequent changes to make it pass, | Barry Warsaw | 2008-03-27 | 16 | -35/+156 |
| * | Lots of little patches trying to get a simple end-to-end test working. There | Barry Warsaw | 2008-03-25 | 9 | -55/+64 |
| * | merge pycon branch | Barry Warsaw | 2008-03-25 | 4 | -2/+112 |
| |\ |
|
| | * | Flesh out and make working IUser.memberships, with tests. | Barry Warsaw | 2008-03-25 | 2 | -13/+29 |
| | * | The start of exposing memberships in the IUser. | Barry Warsaw | 2008-03-24 | 4 | -2/+96 |
| |/ |
|
| * | Move AlreadySubscribedError to interfaces/member.py in the (new) preference | Barry Warsaw | 2008-03-23 | 8 | -177/+193 |
| * | Rename rmlist to remove_list, and let it take multiple -l command line | Barry Warsaw | 2008-03-22 | 6 | -85/+102 |
| * | Several fixes to command line scripts. | Barry Warsaw | 2008-03-22 | 6 | -108/+150 |
| * | Convert bin/qrunner to use the new Options class. | Barry Warsaw | 2008-03-21 | 1 | -37/+43 |
| * | Added a common option parsing class, and converted master to it. | Barry Warsaw | 2008-03-21 | 2 | -34/+96 |
| * | Don't timeout in TestableMaster.start(). Just wait until all queue runners | Barry Warsaw | 2008-03-21 | 1 | -2/+2 |
| * | Add some debug logging. | Barry Warsaw | 2008-03-15 | 1 | -0/+3 |
| * | merging thread | Barry Warsaw | 2008-03-13 | 3 | -44/+137 |
| |\ |
|
| | * | Move mailman.database.txnsupport to mailman.database.transaction and update | Barry Warsaw | 2008-03-13 | 3 | -44/+137 |
| | * | merge down thread | Barry Warsaw | 2008-03-12 | 4 | -14/+44 |
| | |\ |
|
| | * \ | merge down-thread | Barry Warsaw | 2008-03-12 | 3 | -4/+30 |
| | |\ \ |
|
| * | \ \ | merging thread | Barry Warsaw | 2008-03-13 | 5 | -18/+74 |
| |\ \ \ \
| | |_|/
| |/| | |
|
| | * | | | Add some randomization to the way tests are run. This isn't complete (see | Barry Warsaw | 2008-03-12 | 2 | -12/+38 |
| | * | | | Sprinkle a few more transaction API calls around to make sure the database | Barry Warsaw | 2008-03-12 | 3 | -2/+6 |
| | | |/
| |/| |
|
| | * | | Add transaction API to IDatabase, e.g. begin(), commit(), and abort(). Add an | Barry Warsaw | 2008-03-12 | 3 | -4/+30 |
| | |/ |
|
| * | | merged from upstream | Barry Warsaw | 2008-03-13 | 1 | -1/+0 |
| |\ \
| |/
|/| |
|
| | * | Removed bogus >From line from hotpop_01.txt bounce test message. | Mark Sapiro | 2008-03-10 | 1 | -1/+0 |
| * | | Add a working (though not yet complete) test for the LMTP runner. | Barry Warsaw | 2008-03-12 | 12 | -114/+286 |
| |/ |
|
| * | Fix a typo in a roster name. | Barry Warsaw | 2008-03-06 | 5 | -75/+71 |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 531 | -935/+921 |
| * | Rework the master.py script and the master.txt doctest so that it's much | Barry Warsaw | 2008-02-27 | 4 | -192/+193 |
| * | Make the import of Mailman.configuration.config explicit in doctests. | Barry Warsaw | 2008-02-26 | 5 | -5/+10 |
| * | Add a test for mailmanctl and master.py. Also fix a bug in master where it | Barry Warsaw | 2008-02-26 | 3 | -1/+110 |
| * | Update mailmanctl for the new master.py script. Fortunately, we can simplify | Barry Warsaw | 2008-02-25 | 3 | -374/+97 |
| * | Rework the basic infrastructure for qrunner process control. Split out the | Barry Warsaw | 2008-02-25 | 13 | -77/+477 |
| * | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 2008-02-19 | 15 | -101/+176 |