summaryrefslogtreecommitdiff
path: root/mailman/pipeline/scrubber.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-509/+0
| | | | correctly regardless of how it's used.
* More cleanup.Barry Warsaw2009-01-201-19/+1
|
* Several important cleanups.Barry Warsaw2009-01-161-0/+2
| | | | | | | | | | * Turn on absolute_import and unicode_literals everywhere, and deal with the aftermath. * Use 'except X as Y' everywhere. * Make the module prologues much more consistent. * Use '{}'.format() consistently, except for logger interface. * Because of the problems with calling ** args with unicode keywords, hide calls to Template.substitute() behind an API.
* Defaults module is mostly eradicated, converted to lazr.config. The testBarry Warsaw2009-01-051-5/+8
| | | | suite does not yet work though.
* Remove the mailman.interface magic. Use the more specific interface imports.Barry Warsaw2009-01-041-1/+1
|
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* All tests are now passing!Barry Warsaw2009-01-011-1/+2
|
* Added a buildout hack for zope.testing so that we can add our own command lineBarry Warsaw2008-12-251-6/+6
| | | | | | | | | | options to bin/test. More test repair, even though it's cheating. Use a bunch of variables from Defaults.py even though these will have to be moved to the schema.cfg. Update logging initialization to consult the propagate flag from the command line. Also skip mailman.root since this is not a valid logger.
* Lots of changes to make bin/withlist work under a buildout environment.Barry Warsaw2008-12-201-1/+1
| | | | | | | | | | mailman.configuration -> mailman.config.config mailman.initialize -> mailma.core.initialize mailman.loginit -> mailman.core.logging (yay future absolute imports!) Convert all configurations to lazr.config, though some legacy still remains, and I haven't been able to remove Defaults.py yet. Added as_boolean() and as_log_level() helpers for explicit type conversion. Added a schema.cfg.
* The future is now.Barry Warsaw2008-10-171-3/+3
|
* Target Python 2.6. Make the test suite pass without deprecations.Barry Warsaw2008-10-161-2/+2
|
* Move core Mailman modules to the new mailman.core package. FunctionalityBarry Warsaw2008-09-291-1/+2
| | | | | that's part of the 'application', i.e. non-essential to the core functionality is left in mailman.app. This division of labor is still formative.
* mailman.Errors -> mailman.core.errorsBarry Warsaw2008-09-261-1/+1
|
* Upgrade to GPLv3.Barry Warsaw2008-09-241-12/+12
|
* start of archiving workBarry Warsaw2008-06-141-2/+2
|
* Fix the scrubber doctest.Barry Warsaw2008-03-311-1/+1
|
* More fixes to get the basic end-to-end delivery mechanisms working.Barry Warsaw2008-03-301-2/+2
| | | | | | | | | - Lots of Pipermail work just to get it to play nice with the new apis. - Fix ARCHIVE_SCRUBBER - Lots of changes to mailman.app.archiving, especially to provide an adapter from the new MailingList api to the one expected by Pipermail (e.g. archive_dir()). - Add a test of the basic pipermail archiver.
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+520