summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-125-34/+62
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-1235-162/+228
* Clean up and reorganization languages and the language manager.Barry Warsaw2009-02-108-173/+162
* More cleanup of Utils.py on the path of its eventual demise.Barry Warsaw2009-02-0955-85/+12
* Update an __all__ section.Barry Warsaw2009-02-091-0/+2
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-0936-233/+172
* Branch mergeBarry Warsaw2009-02-075-19/+25
|\
| * Remove the Mailman.Mailbox module; use the standard Python mailbox module.Barry Warsaw2009-02-076-23/+37
* | Work around the limitation in Python 2.6's OptionParser class's refusal toBarry Warsaw2009-02-041-4/+28
* | Repair some test failures and fix a doc typo as reported by Patrick Koetter.Barry Warsaw2009-02-043-23/+13
|/
* Get an obsolete module out of our way.Barry Warsaw2009-02-041-0/+0
* Massive digester rework.Barry Warsaw2009-02-0416-891/+1511
* Fix 64 bit incompatibility.Barry Warsaw2009-01-291-3/+3
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-25558-2/+6
* Add missing file.Barry Warsaw2009-01-201-0/+78
* More cleanup.Barry Warsaw2009-01-2019-628/+25
* Get rid of a few now unnecessary u-prefixes.Barry Warsaw2009-01-165-32/+13
* Several important cleanups.Barry Warsaw2009-01-16157-560/+1286
* Add a NullMTA for MTAs like Exim which don't require alias file writes.Barry Warsaw2009-01-061-0/+49
* update acksBarry Warsaw2009-01-061-0/+1
* Complete the integration of MTA setup with list creation and deletion. MakeBarry Warsaw2009-01-067-43/+70
* Update some comments.Barry Warsaw2009-01-062-2/+12
* The conversion from Defaults.py to lazr.config is complete.Barry Warsaw2009-01-0630-295/+330
* Defaults module is mostly eradicated, converted to lazr.config. The testBarry Warsaw2009-01-0525-227/+391
* Picking some (py)lint.Barry Warsaw2009-01-0462-218/+116
* Update NEWSBarry Warsaw2009-01-041-0/+5
* Merge proposal accepted, with changes.Barry Warsaw2009-01-042-14/+76
|\
| * Mark's backport of file preservation in the queue runners. Test and cleanupBarry Warsaw2009-01-043-15/+77
|/|
| * Port of 2.x changes to limit number of times a .bak can be recovered.Mark Sapiro2009-01-031-9/+43
* | Remove the mailman.interface magic. Use the more specific interface imports.Barry Warsaw2009-01-0491-154/+169
|/
* Bump version.Barry Warsaw2009-01-032-4/+8
* Update more documentation.Barry Warsaw2009-01-032-55/+39
* Add a commentBarry Warsaw2009-01-031-0/+1
* Small refinement to log messages.Barry Warsaw2009-01-031-4/+4
* Fix typoBarry Warsaw2009-01-031-1/+1
* "Fix" Pipermail in the sense that it doesn't traceback.Barry Warsaw2009-01-036-11/+58
* Updated NEWSBarry Warsaw2009-01-031-0/+20
* - For command line scripts, -C names the configuration file to use. ForBarry Warsaw2009-01-0347-802/+378
* move directoryBarry Warsaw2009-01-014-0/+0
* * Update NEWS.txt and ALPHA.txtBarry Warsaw2009-01-014-5/+53
* Remove now redundant file.Barry Warsaw2009-01-011-288/+0
* Two major structural conversions.Barry Warsaw2009-01-01351-1492/+2126
|\
| * More release prep. Delete the redundant NEWS.txt file. Update the ALPHA.txtBarry Warsaw2009-01-015-43/+53
| * Bump copyright yearsBarry Warsaw2009-01-01272-269/+269
| * All tests are now passing!Barry Warsaw2009-01-017-11/+23
| * More test repairs. Fix a typo in the core mailman.cfg file.Barry Warsaw2009-01-019-21/+21
| * More test repairs.Barry Warsaw2008-12-3114-60/+102
| * Many test fixes, mostly by temporarily changing config -> Defaults.Barry Warsaw2008-12-2914-51/+95
| * More test repairs.Barry Warsaw2008-12-288-78/+53
| * bin/test -t commands now works.Barry Warsaw2008-12-274-6/+3