| Commit message (Expand) | Author | Files | Lines |
2006-09-01 | A much improved release script, which now knows about Subversion (though isn't | bwarsaw | 1 | -1/+0 |
2006-03-20 | Added missing import of Errors module. | msapiro | 1 | -0/+1 |
2006-01-29 | Back out Revision 2.18.2.19 patch for email.Message.set_payload() bug | tkikuchi | 2 | -13/+3 |
2006-01-09 | Text file '@' obfuscation bug (unicode) fix. Thanks Mark. | tkikuchi | 1 | -3/+8 |
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -1/+2 |
2005-12-26 | True/False definition for Python2.1. | tkikuchi | 1 | -0/+7 |
2005-12-17 | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2 | -2/+12 |
2005-11-04 | Port from MAIN. Finnish Re: dialect. | tkikuchi | 1 | -1/+1 |
2005-10-31 | Obscure email address in the subject line. | tkikuchi | 1 | -0/+9 |
2005-10-23 | Obscure email when the poster doesn't set full name in From:. | tkikuchi | 1 | -1/+5 |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 5 | -5/+5 |
2005-05-13 | I finally find out why re.escape() doesn't work properly. '%' should not | tkikuchi | 1 | -3/+4 |
2005-05-13 | strip_subject() in HyperArch.py | bwarsaw | 1 | -3/+3 |
2005-04-21 | RFC2231 charset is in email package. | tkikuchi | 1 | -4/+1 |
2005-02-05 | Fix pipermail.py bug for not retainning original date in .txt archive | tkikuchi | 1 | -1/+4 |
2005-01-25 | Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit) | tkikuchi | 2 | -18/+36 |
2004-11-16 | Obscure email address in text format archive. | tkikuchi | 1 | -1/+9 |
2004-10-14 | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 1 | -1/+2 |
2004-10-10 | I18N error avoidance. HeaderParserError/UnicodeError | tkikuchi | 1 | -2/+10 |
2004-10-09 | [ 789015 ] Archiver.py patch for pipermail URL generation | tkikuchi | 1 | -5/+6 |
2003-12-26 | Article.__init__(): Provide a default charset if the message doesn't | bwarsaw | 1 | -3/+7 |
2003-12-24 | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 1 | -0/+9 |
2003-12-24 | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 1 | -0/+6 |
2003-12-01 | html_TOC(): If PUBLIC_MBOX is false, use archtocnombox.html which doesn't have | bwarsaw | 1 | -5/+6 |
2003-12-01 | makelink(), breaklink(): Some coding updates. | bwarsaw | 1 | -14/+23 |
2003-09-22 | Backporting from the HEAD -- updated archiver | bwarsaw | 3 | -10/+42 |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 |
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -15/+18 |
2003-01-10 | Copyright years. | bwarsaw | 1 | -1/+1 |
2003-01-10 | Article.__init__(): Watch out for tuples coming back from | bwarsaw | 1 | -0/+3 |
2003-01-10 | _set_date(): Watch out for TypeErrors that can come from time.mktime() | bwarsaw | 1 | -1/+1 |