summaryrefslogtreecommitdiff
path: root/Mailman/docs/avoid-duplicates.txt
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize doctests, moving handler documentation into Mailman/handlers/docs.Barry Warsaw2008-01-241-169/+0
| | | | Rename all handlers to be more PEP 8 friendly, i.e. lowercased.
* Fix two more doctestsBarry Warsaw2007-11-071-23/+17
|
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-091-3/+5
| | | | only constant left in Mailman.constants is now actually a constant.
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-021-3/+3
| | | | | 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 AvoidDuplicates handler tests to a doctest. Well,Barry Warsaw2007-06-211-0/+183
actually there /was/ no separate AvoidDuplicates test, but now there is, even though it may not be full coverage. Update the AvoidDuplicates handler to use more modern Python idioms.