summaryrefslogtreecommitdiff
path: root/src/mailman/archiving (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-046-6/+6
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-293-3/+3
* New template system. Closes #249Barry Warsaw2016-07-162-8/+8
* Import order flake8 plugin.Barry Warsaw2016-03-272-3/+2
* Clean up of archiving subdirectory.Barry Warsaw2016-03-243-21/+3
* First massive round of cleanups.Barry Warsaw2016-03-233-19/+8
* Happy New Year.Barry Warsaw2016-01-026-6/+6
* The MHonArc archiver must set stdin=PIPE when calling the subprocess. GivenBarry Warsaw2015-08-174-4/+129
* Some fixes caught by Barry during the reviewAurélien Bompard2015-07-051-1/+1
* The prototype archiver is not web-accessibleAurélien Bompard2015-06-302-17/+9
* Fix a test failure when the machine has an ipv6 address.Barry Warsaw2015-06-291-1/+1
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-145-12/+26
* * The built-in example ``IArchiver`` implementations now explicitly returnBarry Warsaw2015-04-063-0/+6
* We don't need the 'six' package any more.Barry Warsaw2015-01-043-3/+3
* Bump copyright years.Barry Warsaw2015-01-044-4/+4
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-224-13/+0
* Trunk merge.Barry Warsaw2014-12-223-0/+6
|\
| * * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-083-0/+6
| |\
| | * Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-043-3/+3
| | * Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-023-0/+6
| |/
* | Use universal_newlines in Python 3 to get unicode output. Fixes common.rstBarry Warsaw2014-12-171-1/+1
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-1/+1
* | test_mailinglist.py passes.Barry Warsaw2014-12-012-7/+4
* | Checkpointing.Barry Warsaw2014-11-302-9/+8
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-14/+14
* - Clean up and simplify remove_list()Barry Warsaw2014-03-021-1/+0
* Bump copyright years.Barry Warsaw2014-01-014-4/+4
* Merge branch contributed by Joanna Skrzeszewska.Barry Warsaw2013-11-273-1/+4
|\
| * Checkpointing.Barry Warsaw2013-11-253-0/+3
|/
* Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
* Bump copyright years.Barry Warsaw2013-01-014-4/+4
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-042-19/+28
|\
| * Allow archivers to use their own configuration fileAurélien Bompard2012-09-172-18/+20
|/
* * Fix residual references to the old `IMailingList` archive variables.Barry Warsaw2012-08-182-9/+11
* General code cleanup.Barry Warsaw2012-04-253-12/+9
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-2/+3
* Adjustments after landing the nopipermail branch.Barry Warsaw2012-03-171-13/+1
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-172-145/+10
|\
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-153-160/+13
* | Add a test for a corner case of UserNotification.send() as suggested by Mark.Barry Warsaw2012-03-151-5/+5
* | Fix a potential unicode tracebacktoshio2012-03-141-5/+5
* | test_archive_maildir_created(): I was dumb when I rewrote Toshio's originalBarry Warsaw2012-03-141-2/+5
* | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-144-6/+233
|\ \ | |/ |/|
| * Merge with upstreamtoshio2012-03-144-52/+33
| |\ | |/ |/|
| * Revert to using a try: except: finally: for locking as the context managertoshio2012-03-141-14/+15
| * Unittests for the prototype archivertoshio2012-03-142-0/+151
| * Use 2.6+ syntax for assigning an exceptiontoshio2012-03-131-1/+1
| * Update documentation for the prototype archivertoshio2012-03-131-4/+8
| * Style cleanups for the prototype patchtoshio2012-03-131-18/+20
| * Fix up the archive_dir in the config filetoshio2012-03-131-1/+1