summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_bans.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-12/+12
| | | | Closes #42
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-0/+5
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Import order flake8 plugin.Barry Warsaw2016-03-271-1/+1
| | | | Fix lots of import order errors discovered by the new plugin.
* Clean up the rest directory.Barry Warsaw2016-03-251-5/+0
|
* Clean up the branch for landing.Barry Warsaw2016-01-131-0/+88
* Add NEWS * Update copyright years. * Adjust for new IAPI.path_to() interface. * Style. * Remove some unreachable code. * Boost coverage. * Change some Bad Requests into Not Founds. * Do not include `list_id` in resource JSON for global bans. * Rephrase some doctests.