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