summaryrefslogtreecommitdiff
path: root/Mailman/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Numerous changes to support message bodies and headers that use ajhylton2000-09-222-196/+319
* pipermail:jhylton2000-09-212-114/+39
* oops! time machine problemjhylton2000-09-211-1/+1
* Fix Article class in HyperArch. It is a subclass of pipermail.Article,jhylton2000-09-212-107/+57
* massive reformatting and refactoringjhylton2000-09-212-335/+401
* Archiver.InitVars(): Ted Cabeen's SF patch #100554 to allowbwarsaw2000-09-201-1/+1
* Article.__init__(): Chris Snell's patch for obscuring email addressesbwarsaw2000-09-191-0/+2
* __archive_to_mbox(): Don't do the clobber_date logic here, becausebwarsaw2000-09-141-16/+8
* GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-5/+5
* Remove commented out syslog() lines.bwarsaw2000-07-201-2/+0
* ArchiveMail(): Comment out the debugging prints to syslog.bwarsaw2000-07-061-2/+2
* __init__(): time.mktime() can generate OverflowError.bwarsaw2000-07-061-1/+1
* ArchiveMail(): Don't do this work in a forked subprocesses; with manybwarsaw2000-06-261-53/+42
* updateThreadedIndex(), update_archive(): Wrap thebwarsaw2000-06-261-11/+26
* __init__(): When the mktime() call fails due to a "bogus year mostbwarsaw2000-06-261-1/+1
* ArchiveMail(): First, extended the signature to take a msgdatabwarsaw2000-06-231-20/+25
* DumbBTree.__init__(): Rewrote the file opening and unmarshaling codebwarsaw2000-06-231-5/+15
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-022-9/+9
* Thomas Wouters writes:bwarsaw2000-05-311-1/+3
* cosmetic changes to force Harald's changes out to the public CVSbwarsaw2000-04-091-2/+9
* __archive_to_mbox(): Wrap the code after the munge of the Date: headerbwarsaw2000-04-091-13/+15
* dateToVolName():hmeland2000-04-091-10/+9
* __archive_to_mbox(): Message objects does not have any "SetHeader"hmeland2000-04-091-3/+3
* __init__(): Catch possible ValueErrors when the date contains a yearbwarsaw2000-04-071-1/+5
* makelink(), breaklink(), Archiver.InitVars(),bwarsaw2000-04-031-17/+11
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-215-4/+20
* ArchiveMail(): the message's body could be the empty string. Checkbwarsaw1999-12-251-1/+1
* ExternalArchive(): Fixes proposed by Bernhard Reiter, specifically:bwarsaw1999-12-111-2/+6
* Use convenience StringIO modulebwarsaw1999-11-101-5/+1
* cosmeticbwarsaw1999-11-101-1/+0
* cosmeticbwarsaw1999-10-301-1/+2
* ArchiveMail(): When public archiving is turned on andbwarsaw1999-09-041-7/+22
* ArchiveMail(): it's still possible that the archiver takes a long timebwarsaw1999-08-221-3/+7
* Make sure we use cPickle if it exists. This change may or may notbwarsaw1999-08-211-3/+8
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-41/+49
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-15/+14
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-6/+16
* DumbBTree.clear(): New method to short-circuit clearing the btree.bwarsaw1999-07-011-3/+8
* Archiver.ArchiveMail(): As this method always is called with onehmeland1999-07-011-1/+5
* update_dirty_archives(): Set umask to 002 when creating gzipped texthmeland1999-06-041-1/+5
* 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