summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Add setuptools plug-in entry point for defining different database backends.Barry Warsaw2007-07-244-37/+119
* | Remove an empty fileBarry Warsaw2007-07-231-0/+0
* | Remove last vestiges of dbcontextBarry Warsaw2007-07-232-175/+0
* | The start of a message store definition. Whether this will end up being usedBarry Warsaw2007-07-228-1/+445
|/
* Merge the setuptools branch. Fix a couple of test modules that areBarry Warsaw2007-07-21303-1832/+491338
|\
| * Remove some obsolete command line scripts:Barry Warsaw2007-07-213-3/+136
| * The Mailman/bin package's __all__ now contains the list of all command lineBarry Warsaw2007-07-181-0/+59
| * More work on completing the transition to setuptools.Barry Warsaw2007-07-18111-42/+64
| * A few more i18n digest fixesBarry Warsaw2007-07-171-3/+3
| * Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-16162-228/+490280
| * Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-1430-431/+444
| * The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-1322-1430/+161
* | Detect 'who' with 1 or 2 arguments as administrivia.Mark Sapiro2007-07-171-1/+1
|/
* Last bit of existing test suite cleanup for now. I've removed the inmemory.pyBarry Warsaw2007-07-123-400/+4
* Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwiseBarry Warsaw2007-07-123-119/+231
* Convert ToArchive tests to doctests and do a minimal amount of handler moduleBarry Warsaw2007-07-113-61/+142
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-106-145/+587
* Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code toBarry Warsaw2007-07-083-43/+151
* Convert the ToUsenet handlerto a doctest. No other handler clean up isBarry Warsaw2007-07-062-50/+75
* Convert MimeDel tests to doctest. No other changes to the handler module areBarry Warsaw2007-07-052-176/+353
* Convert the SpamDetect handler tests (what there was of them anyway) to aBarry Warsaw2007-07-052-38/+75
* Convert the TestTagger to a doctest. No other cleaning up of the handlerBarry Warsaw2007-07-042-117/+244
* Convert TestHold to a doctest and update code as necessary. No generalBarry Warsaw2007-07-036-181/+397
* Convert TestFileRecips to a doctest, and update the handler to more modernBarry Warsaw2007-07-024-101/+115
* Convert failing test_message.py to doctests bounces.txt and message.txt, whichBarry Warsaw2007-07-016-105/+169
* Add support for code coverage with 'testall --coverage'. However, I'm notBarry Warsaw2007-07-011-1/+20
* Support for case-preserving addresses. When an Address is given an emailBarry Warsaw2007-07-016-13/+108
* Cleaned up a couple of style issues. No actual code changes.Mark Sapiro2007-06-281-6/+7
* check_perms checked archives/private/ and archives/private/<list>/database/Mark Sapiro2007-06-281-10/+16
* Convert the rest of test_runners.py to doctests; even though incomplete, theyBarry Warsaw2007-06-289-228/+236
* Repair docfiles broken with the new ISwitchboard interface. Mostly these wereBarry Warsaw2007-06-273-28/+37
* Convert the Switchboard test in test_runners.py to a doctest. Add anBarry Warsaw2007-06-278-162/+341
* Simplify doctests by having just a single test_documentation.py module inBarry Warsaw2007-06-2316-393/+69
* merging 3.0Barry Warsaw2007-06-222-14/+20
|\
| * Scrubber.py - Malformed RFC 2047 encoded filename= parameter can haveMark Sapiro2007-06-222-14/+20
* | Refactor tests to get consistent clean up behavior. The clean up sectionsBarry Warsaw2007-06-2230-265/+64
* | Merge temporary Elixir model branch to the 3.0 trunk. Some tests are failingBarry Warsaw2007-06-2256-1573/+2947
|\ \ | |/ |/|
| * Convert the AvoidDuplicates handler tests to a doctest. Well,Barry Warsaw2007-06-213-32/+250
| * Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-2110-385/+847
| * Convert the Cleanse handler tests to doctest style.Barry Warsaw2007-06-194-68/+145
| * Convert the tests for the CalcRecips handler to doc tests. There areBarry Warsaw2007-06-1910-130/+245
| * Convert the AfterDelivery handler test to a doctest. Also, change theBarry Warsaw2007-06-186-17/+88
| * Remove both the model and interface for RosterSets. These are no longer usedBarry Warsaw2007-06-1813-283/+425
| * profile.py -> preferences.pyBarry Warsaw2007-06-157-5/+8
| * merge work from other machineBarry Warsaw2007-06-1514-120/+171
| |\
| | * Update the IUser interface and tests, specifically as it relates toBarry Warsaw2007-06-1514-120/+171
| * | merge upstream trunkBarry Warsaw2007-06-111-5/+21
| |\ \ | | |/ | |/|
| * | More test updates based on simplified data model. Rosters are gone so theBarry Warsaw2007-06-1010-301/+219
| * | Repair the usermanager.txt and listmanager.txt doc tests. These repairs wereBarry Warsaw2007-06-096-80/+121
| * | Implement the new, simplified membership model. Rosters and RosterSets asBarry Warsaw2007-06-0921-293/+569