summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_lists.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* LP: #1432239 - Make sure acceptable aliases are deleted before the mailingBarry Warsaw2015-03-241-0/+16
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
* Lots of REST test fixes.Barry Warsaw2014-12-151-5/+5
* Checkpointing.Barry Warsaw2014-11-301-3/+2
* Complete the conversion from restish to falcon, modulo a clean up pass. AllBarry Warsaw2014-08-141-0/+18
* Lists and pagination are ported.Barry Warsaw2014-08-131-0/+82
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Add lists/<list-id>/archivers as the resource end-point.Barry Warsaw2013-11-271-20/+63
* Unit tests for enabling/disabling archivers.Joanna Skrzeszewska2013-09-181-0/+26
* 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-0/+47
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-24/+8
* - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-11/+11
* * Mailing list resources now have a `member_count` attribute which gives theBarry Warsaw2012-03-151-2/+51
|\
| * Unittest to show that adding members to a list is reflected in the rest apitoshio2012-03-151-1/+43
|/
* copybumpBarry Warsaw2012-01-011-1/+1
* Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw2011-10-301-8/+0
* * Getting the roster or configuration of a nonexistent list did not give aBarry Warsaw2011-09-011-0/+89