summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed Mailman/queue/command.py to decode a quoted-printable or base64Mark Sapiro2007-11-091-1/+1
* - Scrubber.pyMark Sapiro2007-11-061-5/+6
* Kill of another now unnecessary append(), fixing the users.txt doctest.Barry Warsaw2007-10-311-1/+0
* Elixir 0.4.0 has a bug that bites us.Barry Warsaw2007-10-311-1/+1
* more ignoresBarry Warsaw2007-10-311-0/+2
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-3139-1022/+431
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-1020-289/+111
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-1016-68/+156
* Reorganize the enums so that they live in the most appropriate interface. TheBarry Warsaw2007-10-0925-90/+121
* merge upstreamBarry Warsaw2007-10-061-2/+1
|\
| * Remove an unnecessary (and now broken) import.Barry Warsaw2007-10-051-2/+1
* | Changes to support the Approved/Approve header with the new userBarry Warsaw2007-10-064-156/+445
* | Remove unused test base class and add a standalone SMTP proxy script.Barry Warsaw2007-10-032-106/+91
|/
* Eradicate mm_cfg.pyBarry Warsaw2007-09-294-62/+11
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-2954-126/+564
* qrunner, mailmanctl and various other repairs.Barry Warsaw2007-09-298-34/+46
* 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