| Commit message (Expand) | Author | Files | Lines |
| 2008-09-10 | Use pkg_resources to find mailman.sql file. | Barry Warsaw | 2 | -9/+8 |
| 2008-07-24 | Updated documentation information and removed the defunct listowner.org | Terri Oda | 1 | -12/+8 |
| 2008-07-15 | Forward port of 2.1 changes to ACKNOWLEDGMENTS.txt. | Mark Sapiro | 1 | -7/+7 |
| 2008-07-09 | Add rough support for a local MHonArc archiver, using the permalink proposal | Barry Warsaw | 8 | -6/+157 |
| 2008-07-06 | Use IMailingList.posting_address (a.k.a. List-Post header) in the | Barry Warsaw | 4 | -37/+17 |
| 2008-07-05 | Refactor the archivers so that they live in a separate sub-package. Split out | Barry Warsaw | 11 | -113/+209 |
| 2008-07-05 | Implement the basic Mail-Archive.com archiving algorithm. | Barry Warsaw | 9 | -11/+181 |
| 2008-07-03 | mailman.tests should contain only tests. | Barry Warsaw | 13 | -14/+14 |
| 2008-07-02 | Implement a prototypical archiver that supports Archived-At permalink header, | Barry Warsaw | 6 | -5/+157 |
| 2008-06-14 | start of archiving work | Barry Warsaw | 6 | -54/+30 |
| 2008-04-26 | Handle commands in the body of a plain text email message. | Barry Warsaw | 2 | -1/+49 |
| 2008-04-22 | temporary start on command processor rewrite | Barry Warsaw | 7 | -149/+236 |
| 2008-04-08 | Remove unnecessary 3rd party package. | Barry Warsaw | 1 | -1/+0 |
| 2008-04-08 | Bump the version number | Barry Warsaw | 2 | -3/+7 |
| 2008-04-01 | NEWS.txt is only the 3.0 news. OLD-NEWS.txt is copied from the 2.1 tree. | Barry Warsaw | 2 | -2659/+2836 |
| 2008-04-01 | Remove some documents that are either no longer appropriate, or now live in | Barry Warsaw | 20 | -7748/+109 |
| 2008-03-31 | One more version change fix. | Barry Warsaw | 1 | -1/+1 |
| 2008-03-31 | One more version change. | Barry Warsaw | 1 | -1/+1 |
| 2008-03-31 | mailman.Version -> mailman.version | Barry Warsaw | 40 | -76/+72 |
| 2008-03-31 | Fix the archiver doctest. | Barry Warsaw | 2 | -4/+6 |
| 2008-03-31 | Fix the scrubber doctest. | Barry Warsaw | 1 | -1/+1 |
| 2008-03-31 | Fix the incoming doctest. | Barry Warsaw | 1 | -7/+12 |
| 2008-03-30 | Add code name. | Barry Warsaw | 2 | -1/+2 |
| 2008-03-30 | Make all the SMTP_LOG_* templates, PEP 292 compatible. Make them consistently | Barry Warsaw | 8 | -124/+81 |
| 2008-03-30 | More fixes to get end-to-end delivery basically working. | Barry Warsaw | 10 | -143/+178 |
| 2008-03-30 | More fixes to get the basic end-to-end delivery mechanisms working. | Barry Warsaw | 14 | -97/+146 |
| 2008-03-28 | Stable sort the output. | Barry Warsaw | 1 | -1/+3 |
| 2008-03-27 | Added a test of the OutgoingRunner, and subsequent changes to make it pass, | Barry Warsaw | 16 | -35/+156 |
| 2008-03-25 | Lots of little patches trying to get a simple end-to-end test working. There | Barry Warsaw | 9 | -55/+64 |
| 2008-03-25 | Flesh out and make working IUser.memberships, with tests. | Barry Warsaw | 2 | -13/+29 |
| 2008-03-24 | The start of exposing memberships in the IUser. | Barry Warsaw | 4 | -2/+96 |
| 2008-03-23 | Move AlreadySubscribedError to interfaces/member.py in the (new) preference | Barry Warsaw | 8 | -177/+193 |
| 2008-03-22 | Rename rmlist to remove_list, and let it take multiple -l command line | Barry Warsaw | 6 | -85/+102 |
| 2008-03-22 | Several fixes to command line scripts. | Barry Warsaw | 6 | -108/+150 |
| 2008-03-21 | Convert bin/qrunner to use the new Options class. | Barry Warsaw | 1 | -37/+43 |
| 2008-03-21 | Added a common option parsing class, and converted master to it. | Barry Warsaw | 2 | -34/+96 |
| 2008-03-21 | Don't timeout in TestableMaster.start(). Just wait until all queue runners | Barry Warsaw | 1 | -2/+2 |
| 2008-03-15 | Add some debug logging. | Barry Warsaw | 1 | -0/+3 |
| 2008-03-13 | Move mailman.database.txnsupport to mailman.database.transaction and update | Barry Warsaw | 3 | -44/+137 |
| 2008-03-12 | Add some randomization to the way tests are run. This isn't complete (see | Barry Warsaw | 2 | -12/+38 |
| 2008-03-12 | Sprinkle a few more transaction API calls around to make sure the database | Barry Warsaw | 3 | -2/+6 |
| 2008-03-12 | Add transaction API to IDatabase, e.g. begin(), commit(), and abort(). Add an | Barry Warsaw | 3 | -4/+30 |
| 2008-03-12 | Add a working (though not yet complete) test for the LMTP runner. | Barry Warsaw | 12 | -114/+286 |
| 2008-03-10 | Removed bogus >From line from hotpop_01.txt bounce test message. | Mark Sapiro | 1 | -1/+0 |
| 2008-03-06 | Fix a typo in a roster name. | Barry Warsaw | 5 | -75/+71 |
| 2008-02-27 | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 531 | -935/+921 |
| 2008-02-27 | Rework the master.py script and the master.txt doctest so that it's much | Barry Warsaw | 4 | -192/+193 |
| 2008-02-26 | Make the import of Mailman.configuration.config explicit in doctests. | Barry Warsaw | 5 | -5/+10 |
| 2008-02-26 | Add a test for mailmanctl and master.py. Also fix a bug in master where it | Barry Warsaw | 3 | -1/+110 |
| 2008-02-25 | Update mailmanctl for the new master.py script. Fortunately, we can simplify | Barry Warsaw | 3 | -374/+97 |