| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reimplement wrap() using modern techniques, and finally get rid of Utils.py! | Barry Warsaw | 2011-03-17 | 1 | -3/+2 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Pick lint. Down to 4137 lines of warnings. | Barry Warsaw | 2009-12-14 | 1 | -5/+4 |
| | | |||||
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -1/+1 |
| | | | | | package. | ||||
| * | Remove the user_manager attribute from config.db and expose it as an | Barry Warsaw | 2009-08-26 | 1 | -2/+5 |
| | | | | | IUserManager utility. | ||||
| * | Major cleanup of the automatic response stuff. | Barry Warsaw | 2009-02-19 | 1 | -83/+67 |
| | | | | | | | | | | inject_message() grows a keyword argument dictionary which gets merged into the message metadata. Move NODELTA into the autorespond interface as ALWAYS_REPLY. Convert the integer response values into the ResponseAction enum. | ||||
| * | Complete the porting of the autoresponse implementation, with no need of the | Barry Warsaw | 2009-02-19 | 1 | -15/+19 |
| | | | | | | | old pickle attributes. Fix a typo in the datetime.py module. | ||||
| * | Move mailman.Message to mailman.email.Message. Rename Message.get_sender() to | Barry Warsaw | 2009-02-09 | 1 | -10/+9 |
| | | | | | | | | | | Message.sender (property) and Message.get_senders() to Message.senders (another property). The semantics of .sender is slightly different too; it no longer consults config.mailman.use_envelope_sender. Add absolute_import and unicode_literals to Utils.py, and clean up a few imports. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+134 |
| correctly regardless of how it's used. | |||||
