summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/HyperDatabase.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-339/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-311-3/+3
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-101-2/+2
* Update copyright years.bwarsaw2007-01-191-2/+3
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* __init__(): Squirrel away the MailList instance so we can set it onbwarsaw2002-12-021-1/+4
* Whitespace normalization and pycheckerfication.bwarsaw2002-11-041-113/+111
* Update copyright years.bwarsaw2002-03-161-1/+1
* __openIndices(): os.mkdir() doesn't support keyword arguments.bwarsaw2001-05-251-1/+1
* __openIndices(): Use os.mkdir() instead of Utils.mkdir().bwarsaw2001-05-181-6/+9
* load(), close(): Utils.open_ex() is obsolete.bwarsaw2001-02-151-3/+7
* misc cleanupjhylton2000-09-221-29/+18
* Fix index generation bug that oocasionally prevented messages fromjhylton2000-09-221-68/+66
* DumbBTree.__init__(): Rewrote the file opening and unmarshaling codebwarsaw2000-06-231-5/+15
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* cosmeticbwarsaw1999-10-301-1/+2
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-41/+49
* DumbBTree.clear(): New method to short-circuit clearing the btree.bwarsaw1999-07-011-3/+8
* Changes to avoid having to chmod files, which may fail.bwarsaw1998-11-041-2/+5
* changed the syntax ofcotton1998-10-261-2/+1
* code cleanup: put all the web archive related stuff into it's own subcotton1998-10-221-0/+317