summaryrefslogtreecommitdiff
path: root/Mailman/Pending.py
Commit message (Expand)AuthorAgeFilesLines
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-179/+0
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-13/+10
* Clean up file permissions and umask settings. Now we set the umask to 007bwarsaw2007-01-051-11/+7
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-7/+12
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-19/+16
* back porting from 2.1.6tkikuchi2005-08-281-216/+132
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* new(): A Timbot approved, better random cookie generator.bwarsaw2003-07-081-6/+20
* Pissing on the hydrant.bwarsaw2003-03-211-14/+11
* Robustification in pending.pck handling. In particular, since pending.pck istwouters2003-03-201-40/+93
* Whitespace and copyright years.bwarsaw2003-03-191-4/+4
* Fixing atwo more NotLockedError and TimeOutError like thomas@xs4all.nl said. :-)pheinlein2003-03-191-3/+3
* _load(), _save(): Now that we're saving instances in the pendingbwarsaw2002-03-141-10/+35
* Added RE_ENABLE key for thru-the-web re-enabling of disabledbwarsaw2001-12-271-0/+2
* new(): Slight code cleanup; _ALLKEYS holds a list of 1-tuples of allbwarsaw2001-10-211-5/+5
* confirm(): If we're purging this cookie, we should remove its entry inbwarsaw2001-08-161-0/+5
* Add a new confirmation type, for held messages.bwarsaw2001-07-301-0/+2
* confirm(): Add optional argument `expunge' defaulting to true. Thisbwarsaw2001-07-191-4/+10
* Added another confirmable action: a change of address request.bwarsaw2001-05-311-2/+7
* Changes to the new pending.db file format:bwarsaw2001-04-021-7/+37
* Rewritten and simplified. There's no need to make the logic livebwarsaw2001-03-261-107/+100
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* __assert_lock(): LockFile.AlreadyCalledLockedError =>bwarsaw1999-08-201-1/+1
* flock => LockFile everywherebwarsaw1999-08-201-4/+4
* Redid pending.py to:klm1998-10-221-41/+105
* set_pending(): wrap the code between the lock and the unlock in abwarsaw1998-07-221-4/+8
* Added GPL, removed VERIFY_FMTbwarsaw1998-06-191-20/+17
* Added support for flock.pyviega1998-06-131-9/+4
* MISC_DIR => DATA_DIRbwarsaw1998-05-291-1/+1
* Integrated Scott's confirmation stuff into mailcmd, and fixed a few thingsviega1998-05-291-2/+2
* Added Scott's mm_pending.py file to the distribution.viega1998-05-291-0/+76