| Commit message (Expand) | Author | Age | Files | Lines |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 1 | -575/+0 |
| * | qrunner, mailmanctl and various other repairs. | Barry Warsaw | 2007-09-29 | 1 | -2/+2 |
| * | Repair some test suite regressions. | Barry Warsaw | 2007-08-01 | 1 | -6/+8 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 1 | -0/+10 |
| * | Improve the way we handle avoiding InitTempVars() multiple times on an | bwarsaw | 2007-04-09 | 1 | -10/+9 |
| * | Moved the session.expire() to the MailList.Load() method, via | bwarsaw | 2007-04-03 | 1 | -0/+2 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 1 | -7/+3 |
| * | More logging updates: | bwarsaw | 2006-04-28 | 1 | -145/+113 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -9/+4 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | __init__(): Jon Parise caught a typo in the conversion to booleans. | bwarsaw | 2003-04-01 | 1 | -1/+1 |
| * | Use True/False where appropriate. | bwarsaw | 2003-03-31 | 1 | -26/+31 |
| * | Breaking a lock, or finding other irregularities (like incorrect link | twouters | 2003-03-20 | 1 | -10/+12 |
| * | __writelog(): It turns out to be really helpful to print the stack | bwarsaw | 2002-10-19 | 1 | -1/+4 |
| * | A fix for a subtle bug in lock file management. If a process opened | bwarsaw | 2002-03-13 | 1 | -5/+15 |
| * | __repr__(): Give LockFile objects a repr for better debugging. | bwarsaw | 2002-03-01 | 1 | -0/+6 |
| * | Fix a race condition and a reference counting issue related to forced | bwarsaw | 2002-01-11 | 1 | -4/+9 |
| * | Added some internal methods to help with mailmanctl's transfer of lock | bwarsaw | 2001-10-18 | 1 | -1/+42 |
| * | __read(), _seed(): Since IOError and OSError are both derived from | bwarsaw | 2001-05-18 | 1 | -3/+3 |
| * | lock(): Added a comment that the __touch() right after the initial | bwarsaw | 2000-10-12 | 1 | -0/+4 |
| * | locked(): Suppose we try to touch() the lock file, but we don't own | bwarsaw | 2000-09-14 | 1 | -1/+9 |
| * | Harald has convinced me that the lock file unlinking order should be | bwarsaw | 2000-06-14 | 1 | -20/+12 |
| * | __break(): winner file may not exist. | bwarsaw | 2000-06-05 | 1 | -2/+5 |
| * | Fixes inspired or provided by Harald Meland. Specifically, | bwarsaw | 2000-06-01 | 1 | -27/+43 |
| * | Reimplementation of the locking mechanism, based on discussions in the | bwarsaw | 2000-05-08 | 1 | -247/+424 |
| * | __writelog(): Turn off manual_reprime so we get a timestamp with ever | bwarsaw | 2000-04-21 | 1 | -1/+1 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | lock(): Fixed typo; the call to self.__log() should have been | bwarsaw | 2000-02-26 | 1 | -1/+1 |
| * | Use one module global log file so we don't leak file descriptors. | bwarsaw | 1999-12-14 | 1 | -10/+8 |
| * | Set this module up to do a bunch more logging of what happens to the | bwarsaw | 1999-12-09 | 1 | -1/+28 |
| * | StaleLockFileError: new exception to handle the case when a lock | bwarsaw | 1999-11-06 | 1 | -1/+25 |
| * | Several changes to make this a more generally useful module. | bwarsaw | 1999-08-20 | 1 | -64/+148 |
| * | LockFile.lock(): Two changes: first a minor one, if we raise a | bwarsaw | 1998-12-27 | 1 | -7/+27 |
| * | Add small comment on assertion, in light of Ken's complaint of 7-Dec | bwarsaw | 1998-12-18 | 1 | -0/+5 |
| * | FileLock.steal(): New method which just basically writes a new PID | bwarsaw | 1998-12-18 | 1 | -0/+4 |
| * | __del__(): Only unlock if locked. | bwarsaw | 1998-07-22 | 1 | -1/+2 |
| * | Several changes, primarily to make this more robust. So far, no more | bwarsaw | 1998-07-22 | 1 | -26/+77 |
| * | Fixed indentation (so changes look bigger than they really are). | bwarsaw | 1998-07-06 | 1 | -64/+76 |
| * | I removed a potential race condition, if two files decide to time-out | viega | 1998-06-24 | 1 | -13/+17 |
| * | Sometimes I miss type checking... fixed a collision between a method | viega | 1998-06-13 | 1 | -6/+7 |
| * | New file locking class that is, in theory, portable. Since this is | viega | 1998-06-13 | 1 | -0/+100 |