summaryrefslogtreecommitdiff
path: root/src/mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the digest.rst doctest.Barry Warsaw2014-12-181-2/+4
* One more test fixed.Barry Warsaw2014-12-181-2/+2
* Use universal_newlines in Python 3 to get unicode output. Fixes common.rstBarry Warsaw2014-12-171-1/+1
* Fix subject-munging.rstBarry Warsaw2014-12-171-14/+12
* Fix test_bounces.Barry Warsaw2014-12-171-1/+1
* Fix test_bounces.Barry Warsaw2014-12-171-2/+2
* Fix the administrivia rule.Barry Warsaw2014-12-171-1/+1
* Fix the NNTP errorsBarry Warsaw2014-12-172-4/+5
* Fix LMTP runner tests.Barry Warsaw2014-12-172-47/+44
* Fix mta and lmtp tests.Barry Warsaw2014-12-177-45/+78
* test_import passes.Barry Warsaw2014-12-162-12/+17
* Fix some of the import tests. Python 2 str types seem to always unpickle asBarry Warsaw2014-12-162-38/+45
* Make sure that TestConfigurationErrors doesn't break global state.Barry Warsaw2014-12-162-4/+19
* Pass all command tests.Barry Warsaw2014-12-154-9/+4
* app/docs and app.tests all pass now.Barry Warsaw2014-12-155-9/+14
* More test repair.Barry Warsaw2014-12-158-21/+21
* Core tests pass.Barry Warsaw2014-12-156-11/+11
* All the REST tests pass.Barry Warsaw2014-12-1515-71/+109
* Lots of REST test fixes.Barry Warsaw2014-12-156-20/+20
* Two more REST tests passing.Barry Warsaw2014-12-153-9/+9
* Better, but not perfect handler test passing.Barry Warsaw2014-12-1515-72/+182
* Fix pipelines tests.Barry Warsaw2014-12-152-5/+5
* Merge parentBarry Warsaw2014-12-152-28/+16
|\
| * Fix pending.rst.Barry Warsaw2014-12-142-28/+16
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-1531-142/+131
* | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-156-28/+24
|/
* Add test module.Barry Warsaw2014-12-131-0/+74
* All model tests except for pendings.rst is passing now.Barry Warsaw2014-12-136-82/+30
* More model test fixes and ports.Barry Warsaw2014-12-139-106/+125
* Port some of the commands.Barry Warsaw2014-12-1315-35/+36
* CheckpointingBarry Warsaw2014-12-126-8/+9
* Fix test_inject.pyBarry Warsaw2014-12-111-1/+1
* Checkpointing more fixes.Barry Warsaw2014-12-113-8/+13
* Fix some basic REST plumbing, and make test_rosters pass.Barry Warsaw2014-12-114-6/+12
* Make sure the X-Message-ID-Hash header value is a string.Barry Warsaw2014-12-111-1/+4
* Fix the approved rule. Don't decode the payload so that we get a unicode toBarry Warsaw2014-12-082-6/+6
* languages.rst passesBarry Warsaw2014-12-011-2/+2
* model/addresses.rst passes, with some bad-path cases moved to unittests.Barry Warsaw2014-12-012-17/+25
* registrar.rst is ported; some bad path tests moved to a unittest.Barry Warsaw2014-12-013-31/+70
* test_mailinglist.py passes.Barry Warsaw2014-12-012-7/+4
* Port model/tests/test_user.pyBarry Warsaw2014-12-012-8/+7
* test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw2014-12-014-13/+12
* Checkpointing.Barry Warsaw2014-11-3058-265/+264
* * Fix Unicode errors when a message being added to the digest has non-asciiBarry Warsaw2014-11-293-1/+66
|\
| * Fix digest handler crashAurélien Bompard2014-11-252-1/+64
* | * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-296-5/+158
|\ \
| * | Fix some unicode issuesAurélien Bompard2014-11-274-2/+115
| |/
* | Add comments and rewrite test a bit.Barry Warsaw2014-11-291-1/+5
* | Remove debugging.Barry Warsaw2014-11-281-1/+0
* | Repair broken test. Given by Aurélien Bompard.Barry Warsaw2014-11-281-9/+15
|\ \ | |/ |/|