summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Trunk merge.Barry Warsaw2014-12-2225-137/+750
| |\ \
| * | | Another test cleansing.Barry Warsaw2014-12-211-6/+6
| * | | Don't propagate flufl.lock logger to its root, which prevents test suite spewBarry Warsaw2014-12-211-0/+3
| * | | Clean up a SA warning.Barry Warsaw2014-12-211-2/+2
| * | | Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-217-177/+356
| * | | Move internationalized digest tests to unittests.Barry Warsaw2014-12-203-199/+101
| * | | Only convert payload if it's bytes.Barry Warsaw2014-12-181-11/+10
| * | | 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