summaryrefslogtreecommitdiff
path: root/src/mailman/tests/test_bounces.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the redundant src/mailman/tests/test_bounces.py file and ensure all theBarry Warsaw2011-04-271-227/+0
| | | | other bounce detector pass.
* Checkpointing for refactoring.Barry Warsaw2011-04-271-12/+12
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+0
| | | | | due to _() interpolation) and a few other problems that did not have immediately obvious fixes.
* Refactor all bounce detectors.Barry Warsaw2010-08-081-28/+28
|
* checkpointingBarry Warsaw2010-08-071-2/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Bump to version 3.0a5Barry Warsaw2009-11-301-8/+9
| | | | Fix a test to use pkg_resources instead of open.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+229
correctly regardless of how it's used.