summaryrefslogtreecommitdiff
path: root/src/mailman/tests/test_documentation.py
Commit message (Expand)AuthorAgeFilesLines
* * Re-name doctests.Barry Warsaw2013-08-251-233/+0
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * 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
* - Improve the NNTP doctest.Barry Warsaw2012-04-021-1/+10
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-0/+4
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-23/+1
* * 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
* Split member and nonmember moderation.Barry Warsaw2011-01-021-0/+3
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* 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
|/
* 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
* Fixes bug LP: #601899; delete list function in rest server.Barry Warsaw2010-07-061-1/+0
* cleanupBarry Warsaw2010-05-251-2/+0
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-17/+25
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-211-1/+1
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-3/+16
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-1/+4
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-0/+4
* Wow. Put domains into the database.Barry Warsaw2009-07-161-3/+5
* Add an adapter for IDomain to IAbsoluteURL and add some zope.security onionsBarry Warsaw2009-06-291-1/+8
* Allow for setting the doctest layer in the doctest package's __init__. If notBarry Warsaw2009-05-271-5/+15
* A working test of the REST server. http://localhost:8001/3.0/sys returnsBarry Warsaw2009-05-041-0/+19
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-1/+1
* Massive digester rework.Barry Warsaw2009-02-041-0/+3
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+150