| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Bump copyright years. | bwarsaw | 2002-03-05 | 1 | -1/+1 |
| * | Patches to help localize where file system layout decisions are made. | bwarsaw | 2002-03-05 | 1 | -3/+1 |
| * | GetArchLock(), DropArchLock(): Get rid of posixfile locking, which is | bwarsaw | 2001-12-24 | 1 | -16/+7 |
| * | write_index_entry(): Slight modification so that the subject and | bwarsaw | 2001-10-28 | 1 | -3/+2 |
| * | Tokio Kikuchi says: | bwarsaw | 2001-10-26 | 1 | -9/+8 |
| * | De-string-module-ification. | bwarsaw | 2001-10-15 | 1 | -38/+40 |
| * | html_TOC(): Use archive_dir() instead of the archive_directory | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | Add missing import of 'syslog'. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Use better syslog() calling convention. | bwarsaw | 2001-06-27 | 1 | -4/+4 |
| * | Module global article_template removed. Instead, this html is moved | bwarsaw | 2001-06-07 | 1 | -56/+4 |
| * | Remove an unnecessary import. | bwarsaw | 2001-05-18 | 1 | -3/+1 |
| * | REpat: recognize 'Re[2]:' style reply-subjects. Fixes SF bug #223554. | twouters | 2001-03-03 | 1 | -1/+1 |
| * | processListArch(), write_TOC(), write_article(), update_archive(), | bwarsaw | 2001-02-15 | 1 | -10/+30 |
| * | __init__(): Fix for case where Content-Transfer-Encoding header is | bwarsaw | 2000-11-13 | 1 | -2/+2 |
| * | __init__(): The values of Content-Type and Content-Transfer-Encoding | bwarsaw | 2000-11-10 | 1 | -3/+6 |
| * | get_archives(): Removed the line which specifically eliminates | bwarsaw | 2000-11-10 | 1 | -1/+0 |
| * | _rx_quote: Change the regexp so that it only matches legitimate | bwarsaw | 2000-11-09 | 1 | -1/+1 |
| * | HyperArchive.html_TOC(): Dan Mick recognized an indentation bug which | bwarsaw | 2000-10-27 | 1 | -1/+1 |
| * | article_text_template: Get rid of this, we're going to do things | bwarsaw | 2000-10-03 | 1 | -15/+18 |
| * | Fixes to the Pipermail TOC page, and to the monthly (or whatever | bwarsaw | 2000-10-02 | 1 | -18/+30 |
| * | two changes to charset handling issues: check for charset in | jhylton | 2000-10-02 | 1 | -15/+29 |
| * | Extensive cleanup and performance improvements. Most signficant changes are: | jhylton | 2000-09-22 | 1 | -75/+91 |
| * | apply patch #100867-- add robot meta tags to cause more intelligent | jhylton | 2000-09-22 | 1 | -0/+3 |
| * | replace null bytes in message body with spaces | jhylton | 2000-09-22 | 1 | -2/+4 |
| * | Article._get_body(): Python 1.5.2's int() takes only one argument. | bwarsaw | 2000-09-22 | 1 | -1/+1 |
| * | decode quoted-printable message bodies | jhylton | 2000-09-22 | 1 | -4/+38 |
| * | default should not be verbose | jhylton | 2000-09-22 | 1 | -1/+1 |
| * | Several changes in support of David Champion's SF patch #101331. | bwarsaw | 2000-09-22 | 1 | -2/+1 |
| * | HyperArchive.__init__(): charset attribute needs to be initialized to | bwarsaw | 2000-09-22 | 1 | -2/+3 |
| * | Numerous changes to support message bodies and headers that use a | jhylton | 2000-09-22 | 1 | -185/+302 |
| * | pipermail: | jhylton | 2000-09-21 | 1 | -103/+18 |
| * | oops! time machine problem | jhylton | 2000-09-21 | 1 | -1/+1 |
| * | Fix Article class in HyperArch. It is a subclass of pipermail.Article, | jhylton | 2000-09-21 | 1 | -91/+33 |
| * | massive reformatting and refactoring | jhylton | 2000-09-21 | 1 | -19/+15 |
| * | Article.__init__(): Chris Snell's patch for obscuring email addresses | bwarsaw | 2000-09-19 | 1 | -0/+2 |
| * | GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -5/+5 |
| * | __init__(): time.mktime() can generate OverflowError. | bwarsaw | 2000-07-06 | 1 | -1/+1 |
| * | __init__(): When the mktime() call fails due to a "bogus year most | bwarsaw | 2000-06-26 | 1 | -1/+1 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -3/+4 |
| * | Thomas Wouters writes: | bwarsaw | 2000-05-31 | 1 | -1/+3 |
| * | cosmetic changes to force Harald's changes out to the public CVS | bwarsaw | 2000-04-09 | 1 | -2/+9 |
| * | dateToVolName(): | hmeland | 2000-04-09 | 1 | -10/+9 |
| * | __init__(): Catch possible ValueErrors when the date contains a year | bwarsaw | 2000-04-07 | 1 | -1/+5 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | Extensive changes based on Jeremy Hylton's investigations. These | bwarsaw | 1999-08-21 | 1 | -15/+14 |
| * | update_dirty_archives(): Set umask to 002 when creating gzipped text | hmeland | 1999-06-04 | 1 | -1/+5 |
| * | .format_article(): Archiving would occasionally fail when an empty | klm | 1998-11-22 | 1 | -11/+2 |
| * | Here's two drastic policy-level changes to the archive mechanism. | klm | 1998-11-22 | 1 | -9/+10 |
| * | .__getstate__(): VERBOSE was not being excluded, so the verbose state | klm | 1998-11-21 | 1 | -1/+2 |
| * | .sortarchives(): Reversed TOC so that it puts the most recent archives | klm | 1998-11-21 | 1 | -45/+81 |