summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Complete the port to Storm, at least as far as the current Mailman test suiteBarry Warsaw2007-11-178-118/+129
| * All the simple test fixes are now in, and while there are still some failingBarry Warsaw2007-11-1016-87/+109
| * More Unicodification; fixed several more doctests.Barry Warsaw2007-11-0812-129/+146
| * More Unicodification; fixed two more doctests.Barry Warsaw2007-11-0815-207/+139
| * Two more passing tests.Barry Warsaw2007-11-084-61/+47
| * More doctest fixes.Barry Warsaw2007-11-084-42/+43
| * Fix two more doctestsBarry Warsaw2007-11-0724-289/+108
| * Fix two more doctestsBarry Warsaw2007-11-072-14/+9
| * Fix two doctests: addresses.txt and mlist-addresses.txtBarry Warsaw2007-11-078-96/+85
| * Fix two doctests: ack-headers and acknowledgment.Barry Warsaw2007-11-0610-70/+72
| * Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. ThisBarry Warsaw2007-11-0421-293/+528
* | Mailman/Bouncers/SMTP32.py - Added a recognition. Improved address pattern.Mark Sapiro2007-11-113-6/+11
* | Added a test message.Mark Sapiro2007-11-111-0/+81
* | Changed file format from dos to unix as neededMark Sapiro2007-11-1114-1721/+1721
* | 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
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-3138-1021/+429
* 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-2125-318/+423
* Get bin/add_members and bin/list_members to work again (for the mostBarry Warsaw2007-09-205-118/+86
* InitTempVars() is completely eradicated. The only bit I think weBarry Warsaw2007-09-195-69/+16
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-1913-113/+64
* 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-121-4/+4
* 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-0528-600/+629
* 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-0135-355/+1198
|\