summaryrefslogtreecommitdiff
path: root/Mailman/Queue (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* prepare_message(): mimelib -> email.bwarsaw2001-10-091-1/+1
* Update a comment.bwarsaw2001-10-041-1/+1
* DumperSwitchboard: New class to provide a public interface for readingbwarsaw2001-10-011-0/+10
* prepare_message(): Remove X-Trace: and NNTP-Posting-Host: headers,bwarsaw2001-10-011-5/+5
* Convert from mimelib to email.bwarsaw2001-10-016-20/+13
* _dispose(): Reorganize the big if/elif/else switch so that it neverbwarsaw2001-09-051-9/+7
* _dispose(): Factor out common code paths to _toadmins().bwarsaw2001-08-291-25/+36
* run(): Add a note about a minor bogosity in the calls tobwarsaw2001-08-291-1/+3
* MarshalSwitchboard._ext_read(): If the .db file is of version 2, justbwarsaw2001-08-151-0/+3
* __onefile(): Another step towards conversion to MemberAdaptorbwarsaw2001-07-291-1/+1
* MarshalSwitchboard._ext_read(): Add a little comment to thebwarsaw2001-07-191-0/+3
* Only eval() a float's repr() back to a float if the marshal actuallytwouters2001-07-191-1/+2
* dequeue(): Be a bit more robust about possible exceptions, ensuringbwarsaw2001-07-191-12/+14
* _dopipeline(): We don't need to save the return value of __import__().bwarsaw2001-07-131-1/+1
* _dopipeline(): Do not include the blank Exception catch-all here, butbwarsaw2001-07-131-9/+0
* start_runner(): Changed indentation, since the parent always returns.bwarsaw2001-07-111-14/+20
* _dopipeline(): Use a better mechanism for digging out the process()bwarsaw2001-07-101-4/+5
* 'UnimplementedError' -> 'NotImplementedError'twouters2001-07-102-3/+3
* import time so it can be used.twouters2001-07-101-0/+1
* Add back COMMASPACE to globals, as it apparently *is* used, just nottwouters2001-07-101-1/+3
* Don't forget to import LockFile for its exception.twouters2001-07-101-0/+1
* Move COMMASPACE global from NewsRunner.py (where it isn't used) totwouters2001-07-101-2/+0
* _shortcircuit(): Return self._stop as a default. This allows abwarsaw2001-07-081-1/+1
* Cleaner startup/restart/shutdown implementation. This allows thebwarsaw2001-07-081-30/+48
* prepare_message(): Use Utils.unique_message_id() to generate thebwarsaw2001-07-061-6/+13
* _open_list(): The lockp argument was unused, so remove it.bwarsaw2001-07-061-1/+1
* intermediatebwarsaw2001-07-051-0/+205
* DEAL_WITH_PERMFAILURES_EVERY: controls how often _doperiodic() willbwarsaw2001-06-281-1/+12
* Several changes which allow subclasses to do some calculation for eachbwarsaw2001-06-281-3/+48
* Performance enhancement. In order to save on the time it takes tobwarsaw2001-06-271-18/+35
* Better syslog() calling conventions.bwarsaw2001-06-271-6/+2
* Better syslog() calling conventions.bwarsaw2001-06-275-12/+13
* _dispose(): When a message is destined "toowner" and the metadatabwarsaw2001-05-311-1/+12
* __onefile(): It is possible that there is no list name in thebwarsaw2001-05-221-12/+13
* dequeue(): Since IOError and OSError are both derived frombwarsaw2001-05-181-1/+1
* syslog() entries should go to logs/error not logs/qrunner. It'sbwarsaw2001-05-151-5/+5
* This file was never published in yr 2000.bwarsaw2001-05-141-1/+1
* enqueue(): The `received_time' metadata (which is set here once, butbwarsaw2001-05-141-22/+71
* __oneloop(): Guarantee FIFO order on the processed messages. Webwarsaw2001-05-141-16/+23
* _dispose(): Add support for mylist-join and mylist-leave aliases. Thebwarsaw2001-05-111-0/+10
* _dispose(): Oops! Remove an outdated comment.bwarsaw2001-05-091-3/+1
* _dispose(): Add a new header X-List-Received-Date: which contains thebwarsaw2001-05-091-1/+4
* Added missing import.bwarsaw2001-05-011-3/+22
* _dispose(): Fix a bug whereby if an uncaught exception occurred, thebwarsaw2001-04-021-1/+4
* _dispose(): Have to pass ParseMailCommands() the msgdata dictionary.bwarsaw2001-03-031-1/+1
* __onefile(): The qrunner framework now sets up the language contextbwarsaw2001-03-021-1/+18
* _dispose(): If there's no appropriate key in the message metadata,bwarsaw2001-03-011-0/+12
* intermediatebwarsaw2001-02-281-1/+1
* CommandRunner which watches qfiles/commands for such things asbwarsaw2001-02-281-0/+123
* _dispose(): A bit of elaboration so that we can properlybwarsaw2001-02-161-7/+40