summaryrefslogtreecommitdiff
path: root/Mailman/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* GetBaseArchiveURL(): tack the new CGI extension onto the privatebwarsaw1999-02-281-1/+3
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* Use the default argument to the reraise() functionbwarsaw1998-12-291-4/+4
* .format_article(): Archiving would occasionally fail when an emptyklm1998-11-221-11/+2
* Here's two drastic policy-level changes to the archive mechanism.klm1998-11-221-9/+10
* .__getstate__(): VERBOSE was not being excluded, so the verbose stateklm1998-11-211-1/+2
* .sortarchives(): Reversed TOC so that it puts the most recent archivesklm1998-11-211-45/+81
* `make distclean' now removes stray .pyc files.bwarsaw1998-11-171-0/+1
* changed old document template's #var archivedate to be %(archivedate)s.cotton1998-11-091-1/+1
* changed to use %s/%s instead of os.path.join,cotton1998-11-091-6/+2
* TOC_entry_template: generate the entire "Text" table cell (see below).bwarsaw1998-11-061-13/+48
* ArchiveMail(): in the finally, be sure to flush stderr or we'll neverbwarsaw1998-11-061-0/+2
* removed the os.umask in HyperArchive.__init__, as this is now taken carecotton1998-11-051-6/+0
* added a snippet to T.__init__ to make it possible to move archivescotton1998-11-051-0/+8
* Makefile.in: added arch script to integrate an mboxcotton1998-11-051-1/+0
* gzip'ing of the raw text file is only enabled when gzip, and thusbwarsaw1998-11-051-15/+25
* TOC_entry_template: The raw text file is stored on disk as a txt.gz file.bwarsaw1998-11-051-1/+1
* .ArchiveMail(): Finally doing the right thing regarding exceptionsklm1998-11-051-23/+33
* Changes to avoid having to chmod files, which may fail.bwarsaw1998-11-041-15/+14
* Changes to avoid having to chmod files, which may fail.bwarsaw1998-11-041-2/+5
* Changes to avoid having to chmod files, which may fail.bwarsaw1998-11-041-3/+9
* Archiver.InitVars(): Use the default perms for mkdir() -- reallybwarsaw1998-11-041-6/+4
* Significantly rewritten to use a new model for private/public archivebwarsaw1998-11-031-113/+92
* __openIndices(): Wrap the os.mkdir() call in a umask setting of 0 andbwarsaw1998-11-031-2/+8
* TQS (triple quoted strings) formatting mods for more Emacs friendlybwarsaw1998-11-031-19/+21
* Ignore generated Makefilebwarsaw1998-11-031-0/+1
* .ArchiveToMbox(): Remove gratuitous self.Save() - particularlyklm1998-11-031-19/+19
* changed the syntax ofcotton1998-10-263-13/+5
* Looks like this makefile didn't make it into the series of updatescotton1998-10-231-0/+73
* code cleanup: put all the web archive related stuff into it's own subcotton1998-10-225-0/+2177