summaryrefslogtreecommitdiff
path: root/Mailman/docs/cleanse.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-95/+0
| | | | Rename all handlers to be more PEP 8 friendly, i.e. lowercased.
* Python 2.5's email package uses cStringIO in its feed parser, and this doesn'tBarry Warsaw2008-01-241-3/+3
| | | | | | | support unicode. Although this never bit me on OS X (Leopard) it matters greatly on Linux (Ubuntu) where you get lots of test failures because of it. So instead, just use 8-bit string in message_from_string(). Everything works fine still.
* More doctest fixes.Barry Warsaw2007-11-081-4/+4
|
* Fix two more doctestsBarry Warsaw2007-11-071-8/+3
|
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-021-1/+1
| | | | | message_store, and pendings 'databases' hang off the IDatabase object attached to the config object. For IPending, no adaptation is necessary.
* Refactor tests to get consistent clean up behavior. The clean up sectionsBarry Warsaw2007-06-221-10/+0
| | | | | have been removed from the .txt files and instead added to the test harness, which all doctests now use.
* Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-191-0/+110