summaryrefslogtreecommitdiff
path: root/Mailman/flock.py
Commit message (Expand)AuthorAgeFilesLines
* This module has been "renamed" to LockFile.pybwarsaw1999-08-211-198/+0
* LockFile.lock(): Two changes: first a minor one, if we raise abwarsaw1998-12-271-7/+27
* Add small comment on assertion, in light of Ken's complaint of 7-Decbwarsaw1998-12-181-0/+5
* FileLock.steal(): New method which just basically writes a new PIDbwarsaw1998-12-181-0/+4
* __del__(): Only unlock if locked.bwarsaw1998-07-221-1/+2
* Several changes, primarily to make this more robust. So far, no morebwarsaw1998-07-221-26/+77
* Fixed indentation (so changes look bigger than they really are).bwarsaw1998-07-061-64/+76
* I removed a potential race condition, if two files decide to time-outviega1998-06-241-13/+17
* Sometimes I miss type checking... fixed a collision between a methodviega1998-06-131-6/+7
* New file locking class that is, in theory, portable. Since this isviega1998-06-131-0/+100