| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Repair the test suite. | Barry Warsaw | 2007-09-27 | 5 | -15/+1 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 22 | -1688/+402 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 26 | -319/+424 |
| * | Get bin/add_members and bin/list_members to work again (for the most | Barry Warsaw | 2007-09-20 | 6 | -118/+88 |
| * | InitTempVars() is completely eradicated. The only bit I think we | Barry Warsaw | 2007-09-19 | 6 | -70/+16 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 14 | -114/+64 |
| * | Add my short term TODO list. | Barry Warsaw | 2007-09-16 | 1 | -0/+17 |
| * | Finish clean up of ListAdmin class removal. Start by actually | Barry Warsaw | 2007-09-16 | 5 | -535/+42 |
| * | Finish up the request hold conversion. ListAdmin can go away though | Barry Warsaw | 2007-09-16 | 7 | -168/+262 |
| * | Work out subscription holding and handling. ApprovedAddMember() is | Barry Warsaw | 2007-09-16 | 8 | -179/+493 |
| * | SQLAlchemy >= 0.3.10 is required. | Barry Warsaw | 2007-09-12 | 2 | -5/+5 |
| * | Support forwarding of held posts. | Barry Warsaw | 2007-09-09 | 2 | -3/+23 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 10 | -83/+839 |
| * | Interfaces IRequests and IListRequests which are substitutes for the ListAdmin | Barry Warsaw | 2007-08-07 | 8 | -4/+377 |
| * | Simple update. | Barry Warsaw | 2007-08-06 | 1 | -4/+2 |
| * | Make bin/list_owners work again. | Barry Warsaw | 2007-08-06 | 1 | -8/+9 |
| * | Fixed a problem where members of a deleted mailing list were hanging around. | Barry Warsaw | 2007-08-05 | 12 | -74/+177 |
| * | Added a doctest for the Mailman.app.create module. | Barry Warsaw | 2007-08-05 | 9 | -23/+188 |
| * | Added a doctest for styles. | Barry Warsaw | 2007-08-05 | 2 | -2/+148 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 29 | -601/+632 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 41 | -170/+158 |
| * | Repair some test suite regressions. | Barry Warsaw | 2007-08-01 | 8 | -25/+39 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 36 | -358/+1201 |
| |\ |
|
| | * | Add setuptools plug-in entry point for defining different database backends. | Barry Warsaw | 2007-07-24 | 5 | -40/+122 |
| * | | Remove an empty file | Barry Warsaw | 2007-07-23 | 1 | -0/+0 |
| * | | Remove last vestiges of dbcontext | Barry Warsaw | 2007-07-23 | 2 | -175/+0 |
| * | | The start of a message store definition. Whether this will end up being used | Barry Warsaw | 2007-07-22 | 8 | -1/+445 |
| |/ |
|
| * | Some updates | Barry Warsaw | 2007-07-21 | 1 | -10/+13 |
| * | Merge the setuptools branch. Fix a couple of test modules that are | Barry Warsaw | 2007-07-21 | 327 | -10464/+1515 |
| |\ |
|
| | * | Remove some obsolete command line scripts: | Barry Warsaw | 2007-07-21 | 8 | -324/+40 |
| | * | Clean up the setup.py script by removing a commented out section we | Barry Warsaw | 2007-07-21 | 3 | -46/+6 |
| | * | Added a plugin so setuptools groks the Bazaar revision control system. | Barry Warsaw | 2007-07-20 | 4 | -0/+46 |
| | * | The Mailman/bin package's __all__ now contains the list of all command line | Barry Warsaw | 2007-07-18 | 2 | -2/+63 |
| | * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 112 | -51/+73 |
| | * | Rebuild the .mo file if the .po file is newer. | Barry Warsaw | 2007-07-17 | 1 | -1/+5 |
| | * | A few more i18n digest fixes | Barry Warsaw | 2007-07-17 | 1 | -3/+3 |
| | * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 164 | -259/+530 |
| | * | Other than contrib files, convert all imports of mm_cfg to imports of config. | Barry Warsaw | 2007-07-14 | 32 | -431/+467 |
| | * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 43 | -10003/+442 |
| * | | Detect 'who' with 1 or 2 arguments as administrivia. | Mark Sapiro | 2007-07-17 | 1 | -1/+1 |
| |/ |
|
| * | Last bit of existing test suite cleanup for now. I've removed the inmemory.py | Barry Warsaw | 2007-07-12 | 3 | -400/+4 |
| * | Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwise | Barry Warsaw | 2007-07-12 | 3 | -119/+231 |
| * | Convert ToArchive tests to doctests and do a minimal amount of handler module | Barry Warsaw | 2007-07-11 | 3 | -61/+142 |
| * | Conversion of the ToDigest tests to doctests, along with just enough handler | Barry Warsaw | 2007-07-10 | 6 | -145/+587 |
| * | Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code to | Barry Warsaw | 2007-07-08 | 3 | -43/+151 |
| * | Convert the ToUsenet handlerto a doctest. No other handler clean up is | Barry Warsaw | 2007-07-06 | 2 | -50/+75 |
| * | Convert MimeDel tests to doctest. No other changes to the handler module are | Barry Warsaw | 2007-07-05 | 2 | -176/+353 |
| * | Convert the SpamDetect handler tests (what there was of them anyway) to a | Barry Warsaw | 2007-07-05 | 2 | -38/+75 |
| * | Convert the TestTagger to a doctest. No other cleaning up of the handler | Barry Warsaw | 2007-07-04 | 2 | -117/+244 |
| * | Convert TestHold to a doctest and update code as necessary. No general | Barry Warsaw | 2007-07-03 | 6 | -181/+397 |