| Commit message (Expand) | Author | Age | Files | Lines |
| * | More work on completing the transition to setuptools. | Barry Warsaw | 2007-07-18 | 98 | -11846/+0 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 3 | -13/+11 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 2 | -148/+0 |
| * | 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 | 1 | -106/+0 |
| * | Convert ToArchive tests to doctests and do a minimal amount of handler module | Barry Warsaw | 2007-07-11 | 1 | -57/+0 |
| * | Conversion of the ToDigest tests to doctests, along with just enough handler | Barry Warsaw | 2007-07-10 | 2 | -120/+8 |
| * | Convert ToOutgoing handler to a doctest. Minor cleanup of the handler code to | Barry Warsaw | 2007-07-08 | 1 | -42/+0 |
| * | Convert the ToUsenet handlerto a doctest. No other handler clean up is | Barry Warsaw | 2007-07-06 | 1 | -50/+0 |
| * | Convert MimeDel tests to doctest. No other changes to the handler module are | Barry Warsaw | 2007-07-05 | 1 | -176/+0 |
| * | Convert the SpamDetect handler tests (what there was of them anyway) to a | Barry Warsaw | 2007-07-05 | 1 | -38/+0 |
| * | Convert the TestTagger to a doctest. No other cleaning up of the handler | Barry Warsaw | 2007-07-04 | 1 | -117/+0 |
| * | Convert TestHold to a doctest and update code as necessary. No general | Barry Warsaw | 2007-07-03 | 1 | -160/+0 |
| * | Convert TestFileRecips to a doctest, and update the handler to more modern | Barry Warsaw | 2007-07-02 | 1 | -85/+0 |
| * | Convert failing test_message.py to doctests bounces.txt and message.txt, which | Barry Warsaw | 2007-07-01 | 1 | -98/+0 |
| * | Support for case-preserving addresses. When an Address is given an email | Barry Warsaw | 2007-07-01 | 1 | -1/+2 |
| * | Repair docfiles broken with the new ISwitchboard interface. Mostly these were | Barry Warsaw | 2007-06-27 | 1 | -0/+5 |
| * | Simplify doctests by having just a single test_documentation.py module in | Barry Warsaw | 2007-06-23 | 16 | -393/+69 |
| * | Refactor tests to get consistent clean up behavior. The clean up sections | Barry Warsaw | 2007-06-22 | 15 | -81/+62 |
| * | Convert the AvoidDuplicates handler tests to a doctest. Well, | Barry Warsaw | 2007-06-21 | 1 | -0/+33 |
| * | Convert the CookHeaders tests in test_handlers to using doctests, split up | Barry Warsaw | 2007-06-21 | 2 | -348/+35 |
| * | Convert the Cleanse handler tests to doctest style. | Barry Warsaw | 2007-06-19 | 2 | -65/+32 |
| * | Convert the tests for the CalcRecips handler to doc tests. There are | Barry Warsaw | 2007-06-19 | 3 | -99/+33 |
| * | Convert the AfterDelivery handler test to a doctest. Also, change the | Barry Warsaw | 2007-06-18 | 2 | -14/+32 |
| * | Remove both the model and interface for RosterSets. These are no longer used | Barry Warsaw | 2007-06-18 | 2 | -129/+32 |
| * | Update the IUser interface and tests, specifically as it relates to | Barry Warsaw | 2007-06-15 | 1 | -1/+3 |
| * | More test updates based on simplified data model. Rosters are gone so the | Barry Warsaw | 2007-06-10 | 1 | -30/+0 |
| * | Implement the new, simplified membership model. Rosters and RosterSets as | Barry Warsaw | 2007-06-09 | 1 | -2/+5 |
| * | rename a few tests | bwarsaw | 2007-06-02 | 2 | -2/+2 |
| * | Add doctest for Replybot handler. The test in test_handlers.py didn't really | bwarsaw | 2007-05-31 | 2 | -7/+32 |
| * | Go ahead and remove the Mailman/database/tables directory since all the Elixir | bwarsaw | 2007-05-30 | 2 | -223/+32 |
| * | Minor style issue. | bwarsaw | 2007-05-29 | 1 | -1/+1 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 9 | -218/+174 |
| * | Another round of merges of my Pycon branch... | bwarsaw | 2007-04-17 | 6 | -58/+508 |
| * | api_lock(): When locking the MailList object, tell the SQLAlchemy session to | bwarsaw | 2007-03-30 | 1 | -1/+0 |
| * | passwords.py: Looks like we still need unicode checking. | tkikuchi | 2007-03-25 | 1 | -1/+135 |
| * | CookHeaders.py: | tkikuchi | 2007-03-24 | 1 | -10/+74 |
| * | Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIO | tkikuchi | 2007-03-24 | 1 | -0/+35 |
| * | Fix of Decorate.py for the case (input_charset != output_charset) and fail | tkikuchi | 2007-03-23 | 1 | -0/+17 |
| * | Restore the use of passwords.Schemes enum for selection of password hashing | bwarsaw | 2007-03-22 | 5 | -11/+49 |
| * | Added a test case for the code that Tokio fixed for enums in r8164. | bwarsaw | 2007-03-21 | 1 | -1/+8 |
| * | Test suite repair. All tests are now passing again. | bwarsaw | 2007-03-21 | 2 | -1/+17 |
| * | Scheme is selected by TAG. Use string not object reference. | tkikuchi | 2007-03-20 | 1 | -5/+5 |
| * | Backport the enum package from the abortive Mailman 3 branch. This lets us | bwarsaw | 2007-03-02 | 2 | -0/+246 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 6 | -6/+6 |
| * | Rework MailList.available_languages so that we don't need to use a PickleType | bwarsaw | 2007-01-18 | 5 | -61/+65 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 5 | -32/+26 |
| * | Upgrade to email package version 4.0.1. Because email 4.0.1 is only | bwarsaw | 2006-07-30 | 3 | -27/+27 |
| * | Add a framework for easier use of alternative MemberAdaptor implementations. | bwarsaw | 2006-07-16 | 2 | -1/+9 |
| * | Added robustness to Switchboards and Runners so that if a runner crashes | bwarsaw | 2006-07-16 | 1 | -114/+0 |