summaryrefslogtreecommitdiff
path: root/Mailman/Queue/Runner.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* _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