summaryrefslogtreecommitdiff
path: root/src/mailman/runners/docs/outgoing.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace add_member() with subscribe() helper.Barry Warsaw2015-03-261-10/+4
|
* * Refactor add_member() so that it uses a RequestRecord namedtuple.Barry Warsaw2015-03-211-6/+10
| | | | | | * RequestRecord contains no password key so these are not part of the held requests database any more. * Pending record contains `email` now instead of `address`.
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-13/+13
| | | | | | load_external() now always opens in utf-8 mode. More test repair.
* Tox-ify the test suite. Now you don't have to create a virtualenv separately.Barry Warsaw2014-11-071-6/+6
| | | | | | | | | | | To do this, we have to handle random test ordering, since tox explicitly sets PYTHONHASHSEED. That's a good thing for the future Python 3 port. Removed `mailman conf -t/--sort`; now the output is always sorted. RFC 2369 headers are now sorted before being added. etag repr dicts are sorted using pprint.pformat().
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-2/+2
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* Rename the member recipients calculating handler to make way for the ownerBarry Warsaw2012-03-231-2/+2
| | | | recipients handler.
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+413