| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -244/+0 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 1 | -2/+2 |
| * | Repair the test suite. | Barry Warsaw | 2007-09-27 | 1 | -2/+1 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 1 | -6/+4 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 1 | -1/+1 |
| * | Convert the rest of test_runners.py to doctests; even though incomplete, they | Barry Warsaw | 2007-06-28 | 1 | -23/+6 |
| * | Convert the Switchboard test in test_runners.py to a doctest. Add an | Barry Warsaw | 2007-06-27 | 1 | -1/+1 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 1 | -12/+24 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | Delete the .bak file from the queue for an unparseable message. | msapiro | 2006-11-17 | 1 | -0/+1 |
| * | Added robustness to Switchboards and Runners so that if a runner crashes | bwarsaw | 2006-07-16 | 1 | -4/+6 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -2/+0 |
| * | Massive conversion process so that Mailman can be run from a user specified | bwarsaw | 2006-07-08 | 1 | -7/+8 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -11/+12 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -16/+8 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -26/+33 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | _oneloop(): Print the shunt log message after enqueing the file, so | bwarsaw | 2003-09-12 | 1 | -4/+4 |
| * | run(): Always call _snooze() but pass the file count to the method so | bwarsaw | 2003-05-03 | 1 | -17/+22 |
| * | _oneloop(): Include a clue as to which filebase is being shunted. | bwarsaw | 2002-12-13 | 1 | -0/+1 |
| * | __oneloop(): Renamed to _oneloop() -- i.e. single leading underscore, | bwarsaw | 2002-08-09 | 1 | -6/+6 |
| * | Make Pychecker happy and do some whitespace normalization. | bwarsaw | 2002-08-08 | 1 | -2/+2 |
| * | __onefile(): If there's no `listname' key in the message metadata, use | bwarsaw | 2002-05-02 | 1 | -9/+8 |
| * | _snooze(): Use self.SLEEPTIME instead of mm_cfg.QRUNNER_SLEEP_TIME for | bwarsaw | 2002-03-26 | 1 | -2/+4 |
| * | Dang, left some debugging syslog()'s in there. | bwarsaw | 2002-03-13 | 1 | -2/+0 |
| * | We can get rid of the old list cache, and the freshen machinery. Now | bwarsaw | 2002-03-13 | 1 | -26/+11 |
| * | __init__(): Remove cachelists from the constructor arguments. We can | bwarsaw | 2002-03-12 | 1 | -2/+4 |
| * | __oneloop(): Stick the queue directory in the message metadata so that | bwarsaw | 2002-03-11 | 1 | -0/+2 |
| * | Constructor simplification. Since most derived classes are just | bwarsaw | 2002-03-02 | 1 | -3/+2 |
| * | A slightly cleaner way to do the freshening of MailList objects. | bwarsaw | 2002-02-12 | 1 | -7/+6 |
| * | __init__(): Default the self._freshen attribute to zero. | bwarsaw | 2002-02-12 | 1 | -2/+13 |
| * | Update a comment. | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | run(): Add a note about a minor bogosity in the calls to | bwarsaw | 2001-08-29 | 1 | -1/+3 |
| * | __onefile(): Another step towards conversion to MemberAdaptor | bwarsaw | 2001-07-29 | 1 | -1/+1 |
| * | 'UnimplementedError' -> 'NotImplementedError' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | _shortcircuit(): Return self._stop as a default. This allows a | bwarsaw | 2001-07-08 | 1 | -1/+1 |
| * | _open_list(): The lockp argument was unused, so remove it. | bwarsaw | 2001-07-06 | 1 | -1/+1 |
| * | Several changes which allow subclasses to do some calculation for each | bwarsaw | 2001-06-28 | 1 | -3/+48 |
| * | Better syslog() calling conventions. | bwarsaw | 2001-06-27 | 1 | -4/+4 |
| * | __onefile(): It is possible that there is no list name in the | bwarsaw | 2001-05-22 | 1 | -12/+13 |
| * | syslog() entries should go to logs/error not logs/qrunner. It's | bwarsaw | 2001-05-15 | 1 | -5/+5 |
| * | __oneloop(): Guarantee FIFO order on the processed messages. We | bwarsaw | 2001-05-14 | 1 | -16/+23 |
| * | __onefile(): The qrunner framework now sets up the language context | bwarsaw | 2001-03-02 | 1 | -1/+18 |
| * | intermediate | bwarsaw | 2001-02-15 | 1 | -0/+1 |
| * | __init__(): Accept information for hash space slicing (slice number | bwarsaw | 2001-02-15 | 1 | -87/+112 |
| * | Multiple queue runner classes, in a new package Mailman.Queue. | bwarsaw | 2000-12-20 | 1 | -0/+149 |