summaryrefslogtreecommitdiff
path: root/src/mailman/Archiver/pipermail.py
Commit message (Collapse)AuthorAgeFilesLines
* Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-872/+0
| | | | some new APIs I suspect.
* Reimplement wrap() using modern techniques, and finally get rid of Utils.py!Barry Warsaw2011-03-171-1/+1
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Remove the Mailman.Mailbox module; use the standard Python mailbox module.Barry Warsaw2009-02-071-10/+8
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+874
correctly regardless of how it's used.