| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright years. | Barry Warsaw | 2017-01-04 | 1 | -1/+1 |
| | | |||||
| * | Clean up the core directory. | Barry Warsaw | 2016-03-24 | 1 | -20/+11 |
| | | | | | | | | mailman/core/errors.py is gone now. We had a duplicate base exception which now always comes from mailman/interfaces/errors.py. Obsolete/unused exceptions are remove. The other exceptions are moved to better locations. | ||||
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| | | |||||
| * | For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`. | Barry Warsaw | 2015-09-06 | 1 | -2/+9 |
| | | | | | | (Closes #141). Also, don't enqueue a particular digest if there are no recipients for that digest. | ||||
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| | | |||||
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -3/+0 |
| | | |||||
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 1 | -2/+38 |
| |\ | |||||
| | * | LP: #1130696 - AttributeError on .sender | Barry Warsaw | 2014-12-10 | 1 | -2/+38 |
| | |\ | |||||
| | | * | Make the MIMEDigester generate a subclass of MIMEMultipart with our additions | Aurélien Bompard | 2014-12-09 | 1 | -10/+12 |
| | | | | | | | | | | | | | Fixes bug #1130696 (differently) | ||||
| | | * | Handle the MIMEMultipart created by the DigestRunner properly | Aurélien Bompard | 2014-11-30 | 1 | -1/+20 |
| | |/ | | | | | | | Fixes: bug #1130696 | ||||
| * | | Core tests pass. | Barry Warsaw | 2014-12-15 | 1 | -1/+1 |
| | | | |||||
| * | | Use listid instead of (fqdn) listname in the metadata pickle. | Barry Warsaw | 2014-12-15 | 1 | -1/+1 |
| |/ | | | | | | load_external() now always opens in utf-8 mode. More test repair. | ||||
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -1/+1 |
| | | | | | | The code base is now also `python2.7 -3` clean, although there are still some warnings in 3rd party dependencies. LP: #1073506 | ||||
| * | Add a test to ensure that the re-raising of the exception occurs. | Barry Warsaw | 2012-05-11 | 1 | -3/+7 |
| | | |||||
| * | * When a queue runner gets an exception in its _dispose() method, a | Barry Warsaw | 2012-05-11 | 1 | -0/+85 |
| `RunnerCrashEvent` is triggered, which contains references to the queue runner, mailing list, message, metadata, and exception. Interested parties can subscribe to that `zope.event` for notification. | |||||
