| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Merging in several refactorings, and a REST API change. | Barry Warsaw | 2015-03-26 | 1 | -8/+13 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Extended test helper subscribe() which takes an optional email address and | Barry Warsaw | 2015-03-26 | 1 | -8/+13 |
| | |/ |
|
| * / | Add a test for instance-containing pickle import | Aurélien Bompard | 2015-03-26 | 1 | -0/+0 |
| |/ |
|
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 2 | -3/+3 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 8 | -8/+8 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 6 | -41/+13 |
| * | Trunk merge. | Barry Warsaw | 2014-12-22 | 1 | -21/+19 |
| |\ |
|
| | * | * Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard. | Barry Warsaw | 2014-12-10 | 1 | -1/+24 |
| | |\ |
|
| | | * | LP: #1130696 - AttributeError on .sender | Barry Warsaw | 2014-12-10 | 1 | -0/+23 |
| | |/| |
|
| | | * | Make the MIMEDigester generate a subclass of MIMEMultipart with our additions | Aurélien Bompard | 2014-12-09 | 1 | -0/+22 |
| | |/ |
|
| * | | Move internationalized digest tests to unittests. | Barry Warsaw | 2014-12-20 | 1 | -0/+25 |
| * | | Fix mta and lmtp tests. | Barry Warsaw | 2014-12-17 | 1 | -11/+11 |
| * | | Make sure that TestConfigurationErrors doesn't break global state. | Barry Warsaw | 2014-12-16 | 1 | -0/+6 |
| * | | Better, but not perfect handler test passing. | Barry Warsaw | 2014-12-15 | 1 | -2/+3 |
| * | | Fix some basic REST plumbing, and make test_rosters pass. | Barry Warsaw | 2014-12-11 | 1 | -1/+4 |
| * | | Checkpointing. | Barry Warsaw | 2014-11-30 | 3 | -10/+9 |
| |/ |
|
| * | * Fixed Unicode errors in the digest runner and when sending messages to the | Barry Warsaw | 2014-11-29 | 1 | -0/+5 |
| * | Trunk merge | Barry Warsaw | 2014-11-09 | 1 | -5/+0 |
| |\ |
|
| | * | * You no longer have to edit `src/mailman/testing/testing.cfg` to run the | Barry Warsaw | 2014-11-09 | 1 | -5/+0 |
| * | | Trunk merge. | Barry Warsaw | 2014-11-08 | 1 | -0/+5 |
| |\| |
|
| | * | Tox-ify the test suite. Now you don't have to create a virtualenv separately. | Barry Warsaw | 2014-11-07 | 1 | -0/+5 |
| * | | Trunk merge. | Barry Warsaw | 2014-11-02 | 2 | -3/+7 |
| |\| |
|
| | * | Remove some unnecessary code, and revert back to SQLite by default for the | Barry Warsaw | 2014-11-01 | 2 | -6/+3 |
| | * | Database | Barry Warsaw | 2014-11-01 | 2 | -3/+10 |
| | |\ |
|
| | | * | SQLite by default | Barry Warsaw | 2014-10-31 | 1 | -3/+3 |
| | | * | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 1 | -1/+1 |
| | | * | Merge abompard's fixes to the Postgres test suite. | Barry Warsaw | 2014-10-30 | 2 | -6/+7 |
| | | * | Remove some unnecessary code. | Barry Warsaw | 2014-10-13 | 1 | -4/+1 |
| | | * | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry. | Barry Warsaw | 2014-10-13 | 2 | -2/+5 |
| | | |\ |
|
| | | | * | Merge Barry's changes | Aurélien Bompard | 2014-10-13 | 1 | -1/+4 |
| | | | |\
| | | |/
| | |/| |
|
| | | * | | Merge Abhilash's latest revisions. | Barry Warsaw | 2014-10-11 | 1 | -1/+1 |
| | | | * | * remove migrate command | Abhilash Raj | 2014-10-10 | 1 | -3/+3 |
| | | | * | Don't use a testing layer for database tests | Aurélien Bompard | 2014-10-06 | 1 | -55/+0 |
| | | | * | Merge from Abhilash's branch | Aurélien Bompard | 2014-10-06 | 1 | -3/+3 |
| | | | |\
| | | |/
| | |/| |
|
| | | * | | add central alembic config | Abhilash Raj | 2014-10-03 | 1 | -1/+1 |
| | | * | | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 1 | -0/+4 |
| | |/| | |
|
| | | | * | Fix DB unit tests | Aurélien Bompard | 2014-10-06 | 1 | -4/+34 |
| | | | * | New DB testing layer that does not auto-create the DB | Aurélien Bompard | 2014-10-03 | 1 | -0/+30 |
| | | | * | Add support for postgresql | Abhilash Raj | 2014-09-25 | 1 | -3/+3 |
| | | |/ |
|
| | | * | added support for migrations via alembic | Abhilash Raj | 2014-09-24 | 1 | -0/+4 |
| | |/ |
|
| * / | First pass at converting to falcon for the REST API layer. | Barry Warsaw | 2014-08-12 | 1 | -2/+3 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 2 | -11/+12 |
| * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -0/+2 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 8 | -8/+8 |
| * | Fix a couple of intermittent test problems. | Barry Warsaw | 2013-12-01 | 1 | -0/+2 |
| * | Merge branch contributed by Joanna Skrzeszewska. | Barry Warsaw | 2013-11-27 | 1 | -0/+4 |
| |\ |
|
| | * | More fixes. | Barry Warsaw | 2013-11-26 | 1 | -0/+4 |
| * | | Do a better job of pattern matching for the nose2 -P plugin switch. | Barry Warsaw | 2013-11-27 | 1 | -3/+7 |
| |/ |
|
| * | * When --sort is used, watch out for continuation lines, which shouldn't get | Barry Warsaw | 2013-10-18 | 2 | -28/+14 |
| * | * Mailman 3 no longer uses ``zc.buildout`` and tests are now run by the | Barry Warsaw | 2013-08-27 | 4 | -40/+284 |
| |\ |
|