summaryrefslogtreecommitdiff
path: root/src/mailman/archiving/mhonarc.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* New template system. Closes #249Barry Warsaw2016-07-161-6/+6
* First massive round of cleanups.Barry Warsaw2016-03-231-6/+2
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* The MHonArc archiver must set stdin=PIPE when calling the subprocess. GivenBarry Warsaw2015-08-171-3/+4
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-3/+7
* * The built-in example ``IArchiver`` implementations now explicitly returnBarry Warsaw2015-04-061-0/+3
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Trunk merge.Barry Warsaw2014-12-221-0/+2
|\
| * * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-081-0/+2
| |\
| | * Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-041-1/+1
| | * Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-021-0/+2
| |/
* | Use universal_newlines in Python 3 to get unicode output. Fixes common.rstBarry Warsaw2014-12-171-1/+1
* | test_mailinglist.py passes.Barry Warsaw2014-12-011-3/+2
|/
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Checkpointing.Barry Warsaw2013-11-251-0/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-041-9/+14
|\
| * Allow archivers to use their own configuration fileAurélien Bompard2012-09-171-9/+10
|/
* General code cleanup.Barry Warsaw2012-04-251-4/+3
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-15/+5
* copybumpBarry Warsaw2012-01-011-1/+1
* * Fix a couple of spelling errors.Barry Warsaw2011-11-021-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-3/+1
* Wow. Put domains into the database.Barry Warsaw2009-07-161-1/+2
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+97