summaryrefslogtreecommitdiff
path: root/Mailman/docs/cook-headers.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-331/+0
* Python 2.5's email package uses cStringIO in its feed parser, and this doesn'tBarry Warsaw2008-01-241-16/+16
* Add an interface IArchiver which is used to calculate urls and send messagesBarry Warsaw2008-01-131-0/+13
* More doctest fixes.Barry Warsaw2007-11-081-26/+26
* Fix two more doctestsBarry Warsaw2007-11-071-26/+16
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-101-0/+34
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-1/+1
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-021-1/+1
* Refactor tests to get consistent clean up behavior. The clean up sectionsBarry Warsaw2007-06-221-10/+0
* Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-211-0/+304