summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Repair the test suite.Barry Warsaw2007-09-275-15/+1
* Removed a bunch of files that are obsolete. The interfaces are all foldedBarry Warsaw2007-09-2722-1688/+402
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-2126-319/+424
* Get bin/add_members and bin/list_members to work again (for the mostBarry Warsaw2007-09-206-118/+88
* InitTempVars() is completely eradicated. The only bit I think weBarry Warsaw2007-09-196-70/+16
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-1914-114/+64
* Add my short term TODO list.Barry Warsaw2007-09-161-0/+17
* Finish clean up of ListAdmin class removal. Start by actuallyBarry Warsaw2007-09-165-535/+42
* Finish up the request hold conversion. ListAdmin can go away thoughBarry Warsaw2007-09-167-168/+262
* Work out subscription holding and handling. ApprovedAddMember() isBarry Warsaw2007-09-168-179/+493
* SQLAlchemy >= 0.3.10 is required.Barry Warsaw2007-09-122-5/+5
* Support forwarding of held posts.Barry Warsaw2007-09-092-3/+23
* ListAdmin mostly gone, but not quite.Barry Warsaw2007-09-0910-83/+839
* Interfaces IRequests and IListRequests which are substitutes for the ListAdminBarry Warsaw2007-08-078-4/+377
* Simple update.Barry Warsaw2007-08-061-4/+2
* Make bin/list_owners work again.Barry Warsaw2007-08-061-8/+9
* Fixed a problem where members of a deleted mailing list were hanging around.Barry Warsaw2007-08-0512-74/+177
* Added a doctest for the Mailman.app.create module.Barry Warsaw2007-08-059-23/+188
* Added a doctest for styles.Barry Warsaw2007-08-052-2/+148
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-0529-601/+632
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-0241-170/+158
* Repair some test suite regressions.Barry Warsaw2007-08-018-25/+39
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-0136-358/+1201
|\
| * Add setuptools plug-in entry point for defining different database backends.Barry Warsaw2007-07-245-40/+122
* | 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
|/
* Some updatesBarry Warsaw2007-07-211-10/+13
* Merge the setuptools branch. Fix a couple of test modules that areBarry Warsaw2007-07-21327-10464/+1515
|\
| * Remove some obsolete command line scripts:Barry Warsaw2007-07-218-324/+40
| * Clean up the setup.py script by removing a commented out section weBarry Warsaw2007-07-213-46/+6
| * Added a plugin so setuptools groks the Bazaar revision control system.Barry Warsaw2007-07-204-0/+46
| * The Mailman/bin package's __all__ now contains the list of all command lineBarry Warsaw2007-07-182-2/+63
| * More work on completing the transition to setuptools.Barry Warsaw2007-07-18112-51/+73
| * Rebuild the .mo file if the .po file is newer.Barry Warsaw2007-07-171-1/+5
| * A few more i18n digest fixesBarry Warsaw2007-07-171-3/+3
| * Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-16164-259/+530
| * Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-1432-431/+467
| * The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-1343-10003/+442
* | 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