summaryrefslogtreecommitdiff
path: root/src/mailman/testing/documentation.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-2/+11
| | | | Closes #42
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Implement caching suffix list with in-tree fallback.Barry Warsaw2017-01-011-7/+3
| | | | | | | | Also: * Change doctest cleanups to be an ExitStack. * Added [dmarc]cache_lifetime setting. * Cleanup pass through dmarc-mitigation.rst. * Be sure the cached org domain file is cleaned up when the world is reset.
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-2/+5
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Clean up the testing directory.Barry Warsaw2016-03-251-9/+3
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Major push for completing issue #121. Now in API 3.1, all UUIDs must be theBarry Warsaw2015-12-301-4/+4
| | | | | | | | | hex representations of a UUID, not the int representation. Also: * Some general code cleanup. * Fix issue 185 (REST server crash when subscribing a user without a preferred address).
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-9/+0
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-10/+11
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* * Re-name doctests.Barry Warsaw2013-08-251-0/+176
* Fix executable location now that we're not using buildout. * Fix enum repr.