summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Runner.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the qrunner infrastructure. First, the package has been renamedBarry Warsaw2007-09-291-244/+0
* qrunner, mailmanctl and various other repairs.Barry Warsaw2007-09-291-2/+2
* Repair the test suite.Barry Warsaw2007-09-271-2/+1
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-6/+4
* Refactor IDatabase interface so that the user_manager, list_manager,Barry Warsaw2007-08-021-1/+1
* Convert the rest of test_runners.py to doctests; even though incomplete, theyBarry Warsaw2007-06-281-23/+6
* Convert the Switchboard test in test_runners.py to a doctest. Add anBarry Warsaw2007-06-271-1/+1
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-12/+24
* Update copyright years.bwarsaw2007-01-191-1/+1
* Delete the .bak file from the queue for an unparseable message.msapiro2006-11-171-0/+1
* Added robustness to Switchboards and Runners so that if a runner crashesbwarsaw2006-07-161-4/+6
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-2/+0
* Massive conversion process so that Mailman can be run from a user specifiedbwarsaw2006-07-081-7/+8
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-11/+12
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-16/+8
* back porting from 2.1.6tkikuchi2005-08-281-26/+33
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* _oneloop(): Print the shunt log message after enqueing the file, sobwarsaw2003-09-121-4/+4
* run(): Always call _snooze() but pass the file count to the method sobwarsaw2003-05-031-17/+22
* _oneloop(): Include a clue as to which filebase is being shunted.bwarsaw2002-12-131-0/+1
* __oneloop(): Renamed to _oneloop() -- i.e. single leading underscore,bwarsaw2002-08-091-6/+6
* Make Pychecker happy and do some whitespace normalization.bwarsaw2002-08-081-2/+2
* __onefile(): If there's no `listname' key in the message metadata, usebwarsaw2002-05-021-9/+8
* _snooze(): Use self.SLEEPTIME instead of mm_cfg.QRUNNER_SLEEP_TIME forbwarsaw2002-03-261-2/+4
* Dang, left some debugging syslog()'s in there.bwarsaw2002-03-131-2/+0
* We can get rid of the old list cache, and the freshen machinery. Nowbwarsaw2002-03-131-26/+11
* __init__(): Remove cachelists from the constructor arguments. We canbwarsaw2002-03-121-2/+4
* __oneloop(): Stick the queue directory in the message metadata so thatbwarsaw2002-03-111-0/+2
* Constructor simplification. Since most derived classes are justbwarsaw2002-03-021-3/+2
* A slightly cleaner way to do the freshening of MailList objects.bwarsaw2002-02-121-7/+6
* __init__(): Default the self._freshen attribute to zero.bwarsaw2002-02-121-2/+13
* Update a comment.bwarsaw2001-10-041-1/+1
* Convert from mimelib to email.bwarsaw2001-10-011-1/+1
* run(): Add a note about a minor bogosity in the calls tobwarsaw2001-08-291-1/+3
* __onefile(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-1/+1
* 'UnimplementedError' -> 'NotImplementedError'twouters2001-07-101-1/+1
* _shortcircuit(): Return self._stop as a default. This allows abwarsaw2001-07-081-1/+1
* _open_list(): The lockp argument was unused, so remove it.bwarsaw2001-07-061-1/+1
* Several changes which allow subclasses to do some calculation for eachbwarsaw2001-06-281-3/+48
* Better syslog() calling conventions.bwarsaw2001-06-271-4/+4
* __onefile(): It is possible that there is no list name in thebwarsaw2001-05-221-12/+13
* syslog() entries should go to logs/error not logs/qrunner. It'sbwarsaw2001-05-151-5/+5
* __oneloop(): Guarantee FIFO order on the processed messages. Webwarsaw2001-05-141-16/+23
* __onefile(): The qrunner framework now sets up the language contextbwarsaw2001-03-021-1/+18
* intermediatebwarsaw2001-02-151-0/+1
* __init__(): Accept information for hash space slicing (slice numberbwarsaw2001-02-151-87/+112
* Multiple queue runner classes, in a new package Mailman.Queue.bwarsaw2000-12-201-0/+149