| 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 | -86/+0 |
| | | | | | correctly regardless of how it's used. | ||||
| * | Several important cleanups. | Barry Warsaw | 2009-01-16 | 1 | -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. | ||||
| * | Bump copyright years | Barry Warsaw | 2009-01-01 | 1 | -1/+1 |
| | | |||||
| * | More test reairs. | Barry Warsaw | 2008-12-27 | 1 | -13/+19 |
| | | |||||
| * | Upgrade to GPLv3. | Barry Warsaw | 2008-09-24 | 1 | -12/+12 |
| | | |||||
| * | More fixes to get end-to-end delivery basically working. | Barry Warsaw | 2008-03-30 | 1 | -3/+47 |
| | | | | | | | | | | | | | | | | - Add a VirginPipeline for the virgin queue, which is mostly the same as the BuiltInPipeline, so refactor the commonality into a BasePipeline. - Simplify and update bin/dumpdb. - Rename inject() to inject_text() and add inject_message(). Both interfaces will be useful. - When enqueuing and not using _plaintext, use the highest pickle protocol supported. - Fix the archive runner's calculation of whether to clobber the message's Date: header. - Fix the outgoing queue's deliver_after calculation. - Update the virgin queue runner. It doesn't need to inherit from IncomingRunner any more; it can just execute the 'virgin' pipeline. | ||||
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -0/+34 |
