Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2004-10-31 | [ 1008983 ] qrunner w/ multiple slices crashing. | tkikuchi | 1 | -1/+1 | |
2004-02-10 | enqueue(), dequeue(), files(): Implementation of new, more efficient, | bwarsaw | 1 | -226/+37 | |
one-file-per-queued-message architecture. The message object and metadata dictionary are now written to the same .pck file -- in that order -- instead of to separate files which were more complicated to manage. dequeue() especially simplifies considerably. Also, get rid of the special _Switchboard hack, as well as the MarshalSwitchboard, ASCIISwitchboard, and BSDDBSwitchboard implementations. Also get rid of the DumperSwitchboard class. | |||||
2003-11-21 | enqueue(): Always flush and sync the message file. | bwarsaw | 1 | -1/+3 | |
2003-10-10 | MarshalSwitchboard._ext_write(), ASCIISwitchboard._ext_write(): | bwarsaw | 1 | -6/+2 | |
Promote SYNC_AFTER_WRITE to a Defaults.py/mm_cfg.py variable after all. | |||||
2003-09-22 | Backporting from the HEAD -- updated queue runners | bwarsaw | 1 | -1/+23 | |
2003-04-20 | Backporting from the trunk. | bwarsaw | 1 | -3/+3 | |
2003-04-02 | Backport: | bwarsaw | 1 | -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. |