summaryrefslogtreecommitdiff
path: root/src/mailman/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Fix the Flake8 ignore tagsAurélien Bompard2016-11-211-1/+1
* Rebase mailman/mailman!180 and cleanup # noqaBarry Warsaw2016-07-281-1/+1
* Fix mailman shell processing of $PYTHONSTARTUP.Barry Warsaw2016-04-081-14/+1
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* Clean up the utilities directory.Barry Warsaw2016-03-251-12/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-4/+5
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-7/+7
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* * Re-name doctests.Barry Warsaw2013-08-251-233/+0
* Bump copyright years.Barry Warsaw2013-01-012-2/+2
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-301-2/+8
* * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-171-1/+6
* - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-18/+2
* Remove redundant, obsolete test data. This stuff all lives in flufl.bounceBarry Warsaw2012-04-0687-10367/+0
* - Improve the NNTP doctest.Barry Warsaw2012-04-021-1/+10
* * The `mailman.cfg` configuration file will now automatically be detected ifBarry Warsaw2012-02-271-2/+32
* copybumpBarry Warsaw2012-01-012-2/+2
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-303-414/+4
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-23/+1
* Remove the redundant src/mailman/tests/test_bounces.py file and ensure all theBarry Warsaw2011-04-271-227/+0
* Checkpointing for refactoring.Barry Warsaw2011-04-271-12/+12
* * Move members.txt corner cases to unittests.Barry Warsaw2011-04-201-28/+4
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-011-1/+3
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-1/+1
* Move passwords module to the utilities subpackage.Barry Warsaw2011-02-252-151/+1
* Remove some unused/untested stuff regarding password creation from Utils.py.Barry Warsaw2011-01-041-241/+0
* Split member and nonmember moderation.Barry Warsaw2011-01-021-0/+3
* Happy New Year.Barry Warsaw2011-01-016-6/+6
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-1/+1
* * Simplify the membership.txt doctest.Barry Warsaw2010-12-311-0/+13
* Support Python 2.7. (LP: 667472)Barry Warsaw2010-10-271-5/+7
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-3/+20
|\
| * Add doctest for connecting using invalid credentials and some documentation r...root2010-09-291-3/+5
* | Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-2/+0
|/
* Refactor the list configuration code via the REST interface, and flesh it outBarry Warsaw2010-08-231-2/+2
* Acceptable aliases as a sub-resource.Barry Warsaw2010-08-101-3/+21
* Implement HTTP PUT (good path) for changing a list's configuration.Barry Warsaw2010-08-101-2/+2
* trunk mergeBarry Warsaw2010-08-101-1/+0
|\
| * Fixes bug LP: #601899; delete list function in rest server.Barry Warsaw2010-07-061-1/+0
* | Refactor all bounce detectors.Barry Warsaw2010-08-081-28/+28
* | checkpointingBarry Warsaw2010-08-071-2/+1
|/
* trunk mergeBarry Warsaw2010-05-251-2/+0
|\
| * cleanupBarry Warsaw2010-05-251-2/+0
* | Basic importer test.Barry Warsaw2010-05-061-0/+13
|/
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-281-1/+1
* * Use IP address for localhost instead of name because Postfix only uses DNSBarry Warsaw2010-03-271-0/+8
* Merge the Pycon 2010 sprint branch replacing lazr.restful with restish as theBarry Warsaw2010-03-031-17/+25
|\