summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/HyperArch.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Bump copyright years.bwarsaw2002-03-051-1/+1
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-051-3/+1
* GetArchLock(), DropArchLock(): Get rid of posixfile locking, which isbwarsaw2001-12-241-16/+7
* write_index_entry(): Slight modification so that the subject andbwarsaw2001-10-281-3/+2
* Tokio Kikuchi says:bwarsaw2001-10-261-9/+8
* De-string-module-ification.bwarsaw2001-10-151-38/+40
* html_TOC(): Use archive_dir() instead of the archive_directorybwarsaw2001-07-261-1/+1
* Add missing import of 'syslog'.twouters2001-07-101-0/+1
* Use better syslog() calling convention.bwarsaw2001-06-271-4/+4
* Module global article_template removed. Instead, this html is movedbwarsaw2001-06-071-56/+4
* Remove an unnecessary import.bwarsaw2001-05-181-3/+1
* REpat: recognize 'Re[2]:' style reply-subjects. Fixes SF bug #223554.twouters2001-03-031-1/+1
* processListArch(), write_TOC(), write_article(), update_archive(),bwarsaw2001-02-151-10/+30
* __init__(): Fix for case where Content-Transfer-Encoding header isbwarsaw2000-11-131-2/+2
* __init__(): The values of Content-Type and Content-Transfer-Encodingbwarsaw2000-11-101-3/+6
* get_archives(): Removed the line which specifically eliminatesbwarsaw2000-11-101-1/+0
* _rx_quote: Change the regexp so that it only matches legitimatebwarsaw2000-11-091-1/+1
* HyperArchive.html_TOC(): Dan Mick recognized an indentation bug whichbwarsaw2000-10-271-1/+1
* article_text_template: Get rid of this, we're going to do thingsbwarsaw2000-10-031-15/+18
* Fixes to the Pipermail TOC page, and to the monthly (or whateverbwarsaw2000-10-021-18/+30
* two changes to charset handling issues: check for charset injhylton2000-10-021-15/+29
* Extensive cleanup and performance improvements. Most signficant changes are:jhylton2000-09-221-75/+91
* apply patch #100867-- add robot meta tags to cause more intelligentjhylton2000-09-221-0/+3
* replace null bytes in message body with spacesjhylton2000-09-221-2/+4
* Article._get_body(): Python 1.5.2's int() takes only one argument.bwarsaw2000-09-221-1/+1
* decode quoted-printable message bodiesjhylton2000-09-221-4/+38
* default should not be verbosejhylton2000-09-221-1/+1
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+1
* HyperArchive.__init__(): charset attribute needs to be initialized tobwarsaw2000-09-221-2/+3
* Numerous changes to support message bodies and headers that use ajhylton2000-09-221-185/+302
* pipermail:jhylton2000-09-211-103/+18
* oops! time machine problemjhylton2000-09-211-1/+1
* Fix Article class in HyperArch. It is a subclass of pipermail.Article,jhylton2000-09-211-91/+33
* massive reformatting and refactoringjhylton2000-09-211-19/+15
* Article.__init__(): Chris Snell's patch for obscuring email addressesbwarsaw2000-09-191-0/+2
* GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-5/+5
* __init__(): time.mktime() can generate OverflowError.bwarsaw2000-07-061-1/+1
* __init__(): When the mktime() call fails due to a "bogus year mostbwarsaw2000-06-261-1/+1
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-3/+4
* Thomas Wouters writes:bwarsaw2000-05-311-1/+3
* cosmetic changes to force Harald's changes out to the public CVSbwarsaw2000-04-091-2/+9
* dateToVolName():hmeland2000-04-091-10/+9
* __init__(): Catch possible ValueErrors when the date contains a yearbwarsaw2000-04-071-1/+5
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-15/+14
* update_dirty_archives(): Set umask to 002 when creating gzipped texthmeland1999-06-041-1/+5
* .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