summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Last few conversions to pkg_resources instead of listdir'ing the file systemBarry Warsaw2009-03-292-6/+4
* typoBarry Warsaw2009-03-291-1/+1
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-2510-55/+79
* Get rid of the mailman.scrubber entry point.Barry Warsaw2009-03-103-6/+8
* Get rid of the mailman.rules entry point.Barry Warsaw2009-03-094-14/+12
* Get rid of the mailman.handlers entry point.Barry Warsaw2009-03-093-12/+10
* Get rid of mailman.commands entry point.Barry Warsaw2009-03-092-13/+14
* __all__Barry Warsaw2009-03-091-0/+4
* Remove the mailman.database setup.py plugin, instead opting for defining theBarry Warsaw2009-03-054-6/+10
* Minor cleanupsBarry Warsaw2009-03-053-4/+6
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-036-21/+73
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-0311-114/+440
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-236-18/+149
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-2212-96/+349
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-1910-158/+154
* Complete the porting of the autoresponse implementation, with no need of theBarry Warsaw2009-02-193-69/+193
* Refactor.Barry Warsaw2009-02-193-76/+63
* Add IAutoResponseSet.last_response() and fix a few bugs with the datetimeBarry Warsaw2009-02-196-10/+67
* Eradicate hold_and_cmd_autoresponses.Barry Warsaw2009-02-175-30/+40
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-174-4/+102
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-166-0/+272
* Remove one more unused function.Barry Warsaw2009-02-121-21/+0
* Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the UtilsBarry Warsaw2009-02-127-50/+79
* 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
|\