aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Queue/Switchboard.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-10-10MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write():bwarsaw1-6/+2
Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable after all.
2003-09-22Backporting from the HEAD -- updated queue runnersbwarsaw1-1/+23
2003-04-20Backporting from the trunk.bwarsaw1-3/+3
2003-04-02Backport:bwarsaw1-1/+2
dequeue(): If we can't read a .db file, initialize data to the empty dictionary, since the following test expects to do a has_key() on the value. Closes SF bug #707608.