summaryrefslogtreecommitdiff
path: root/src/mailman/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * * Suppress the extra Doctest: lines.Barry Warsaw2013-08-271-5/+5
| * Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+1
| * * Re-name doctests.Barry Warsaw2013-08-252-2/+216
| * Switch to virtualenv and nose2 instead of zc.buildout and zope.testing.Barry Warsaw2013-08-253-40/+62
|/
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-24/+3
* Bump copyright years.Barry Warsaw2013-01-017-7/+7
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-301-0/+1
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-261-1/+7
* * Deleting a user through the REST API also deletes all the user's linkedBarry Warsaw2012-11-051-1/+0
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-043-3/+10
|\
* | ConfigurationBarry Warsaw2012-11-042-3/+14
* | * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-20/+4
|/
* * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-151-3/+3
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-263-4/+34
|\
| * Working for SQLite:Barry Warsaw2012-07-251-3/+3
| * Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-251-3/+3
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-253-51/+4
| * One more refactoring.Barry Warsaw2012-07-251-3/+3
| * Refactor once again for SQLite/PostgreSQL differences.Barry Warsaw2012-07-251-3/+3
| * Checkpointing Postgres port of test suite.Barry Warsaw2012-07-231-3/+3
| * Get test suite completely working:Barry Warsaw2012-07-201-0/+47
| * trunk mergeBarry Warsaw2012-07-204-5/+16
| |\ | |/ |/|
* | More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-2/+2
* | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-024-3/+14
* | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
| * trunk mergeBarry Warsaw2012-06-033-26/+28
| |\ | |/ |/|
* | General code cleanup.Barry Warsaw2012-04-251-4/+3
* | - Modernize the helpers.py module by using print() functions.Barry Warsaw2012-04-221-16/+18
* | - Modernize the layers.py module by using print().Barry Warsaw2012-04-221-6/+7
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-0/+30
|/
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-0/+2
* - Improve the NNTP doctest.Barry Warsaw2012-04-021-0/+20
* - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-011-0/+41
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-1/+1
* Verp all messages to the -owners. Add a test to prove that email to -ownersBarry Warsaw2012-03-231-0/+8
* - Move some normal recipient tests to unittests.Barry Warsaw2012-03-231-0/+3
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-0/+18
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-4/+0
|\
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-151-4/+0
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-154-8/+8
|/
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-132-3/+37
* * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw2012-03-121-3/+0
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-1/+1
* copybumpBarry Warsaw2012-01-016-6/+6
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+6
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-241-1/+2
* PostgreSQL support contributed by Stephen A. Goss, with refactoring and testBarry Warsaw2011-10-231-0/+5
|\
| * - Ensure that class removal is deterministic.Barry Warsaw2011-10-221-0/+4
|/
* Complete bug 827036 work.Barry Warsaw2011-08-171-0/+1
* Fixed two typos.Barry Warsaw2011-06-111-2/+3