summaryrefslogtreecommitdiff
path: root/mailman/chains
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-258-706/+0
| | | | correctly regardless of how it's used.
* Several important cleanups.Barry Warsaw2009-01-167-20/+39
| | | | | | | | | | * 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.
* Remove the mailman.interface magic. Use the more specific interface imports.Barry Warsaw2009-01-044-7/+12
|
* Bump copyright yearsBarry Warsaw2009-01-017-7/+7
|
* Many test fixes, mostly by temporarily changing config -> Defaults.Barry Warsaw2008-12-291-2/+1
| | | | | | | Rewrote start_qrunners() for new lazr.config based configuration. ReopenableFileHandler.reopen() given a default filename argument for reopening to a different file. Useful in tests.
* Lots of changes to make bin/withlist work under a buildout environment.Barry Warsaw2008-12-205-6/+6
| | | | | | | | | | 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
|
* Upgrade to GPLv3.Barry Warsaw2008-09-247-84/+84
|
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-278-0/+683