| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -85/+0 |
| | | | | | correctly regardless of how it's used. | ||||
| * | Several important cleanups. | Barry Warsaw | 2009-01-16 | 1 | -0/+8 |
| | | | | | | | | | | | * 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. | ||||
| * | Bump copyright years | Barry Warsaw | 2009-01-01 | 1 | -1/+1 |
| | | |||||
| * | Upgrade to GPLv3. | Barry Warsaw | 2008-09-24 | 1 | -12/+12 |
| | | |||||
| * | Support for proper domains by interface. Add a test and update modules as | Barry Warsaw | 2008-09-20 | 1 | -10/+34 |
| | | | | | | | | | | | necessary. Finally delete DEFAULT_EMAIL_HOST and DEFAULT_URL_HOST. Now add_domain() must be called in the confirmation file for every domain. add_domain() itself is now pretty much just a proxy for the Domain constructor. Add stop() as an alias for pdb.set_trace() to the documentation doctest globs. | ||||
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -0/+53 |
