summaryrefslogtreecommitdiff
path: root/Mailman/Pending.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* _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