summaryrefslogtreecommitdiff
path: root/mailman/queue/docs/runner.txt
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-72/+0
| | | | correctly regardless of how it's used.
* Several important cleanups.Barry Warsaw2009-01-161-5/+7
| | | | | | | | | | * 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.
* More test repairs.Barry Warsaw2008-12-281-11/+12
|
* Convert more configuration variables to lazr.config.Barry Warsaw2008-12-221-1/+0
| | | | | | | | Add .push() and .pop() methods to the Configuration object. Put the 'config' object in the globals of doctests. Add some test layers for setting up the configuration and the SMTP server.
* More clean up.Barry Warsaw2008-09-291-1/+1
| | | | | | - Remove Utils.reap() - Flesh out interfaces. - PEP 8 names.
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+70