Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing import of Errors module. | msapiro | 2006-03-20 | 1 | -0/+1 |
| | |||||
* | Back out Revision 2.18.2.19 patch for email.Message.set_payload() bug | tkikuchi | 2006-01-29 | 1 | -7/+2 |
| | | | | because it is overwrapped in Mailman.Message. | ||||
* | Text file '@' obfuscation bug (unicode) fix. Thanks Mark. | tkikuchi | 2006-01-09 | 1 | -3/+8 |
| | |||||
* | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 2005-12-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | ||||
* | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2005-12-17 | 1 | -1/+6 |
| | | | | | | I've tested the example by Mark Sapiro: http://mail.python.org/pipermail/mailman-developers/2005-November/018395.html both with and without 'Content-Transfer-Encoding' but may need more test. | ||||
* | Port from MAIN. Finnish Re: dialect. | tkikuchi | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | Obscure email address in the subject line. | tkikuchi | 2005-10-31 | 1 | -0/+9 |
| | |||||
* | Obscure email when the poster doesn't set full name in From:. | tkikuchi | 2005-10-23 | 1 | -1/+5 |
| | |||||
* | FSF office has moved to 51 Franklin Street. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| | |||||
* | I finally find out why re.escape() doesn't work properly. '%' should not | tkikuchi | 2005-05-13 | 1 | -3/+4 |
| | | | | | be escaped for it is the insert directive. It was my trial and error in the comments in previous version. Well, I didn't think of '++' ... | ||||
* | strip_subject() in HyperArch.py | bwarsaw | 2005-05-13 | 1 | -3/+3 |
| | | | | | | | | | | prefix_subject() in CookHeaders.py When calling re.sub() to substitute the subject prefix, you have to escape the pattern, otherwise prefixes like [C++] cause "multiple repeat" exceptions in re. Also, whitespace normalization and copyright years updates. | ||||
* | RFC2231 charset is in email package. | tkikuchi | 2005-04-21 | 1 | -4/+1 |
| | |||||
* | Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit) | tkikuchi | 2005-01-25 | 1 | -16/+28 |
| | | | | with some code clean up. Also, include SV (danish/swedish) Re: like pattern. | ||||
* | Obscure email address in text format archive. | tkikuchi | 2004-11-16 | 1 | -1/+9 |
| | |||||
* | I18N error avoidance. HeaderParserError/UnicodeError | tkikuchi | 2004-10-10 | 1 | -2/+10 |
| | |||||
* | Article.__init__(): Provide a default charset if the message doesn't | bwarsaw | 2003-12-26 | 1 | -3/+7 |
| | | | | | | | have one. Part of TK's patch #865661. __processbody_URLquote(): One chunk of TK's patch # 865661 for improving the i18n of the 'at' substitutions for archives. | ||||
* | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 2003-12-24 | 1 | -0/+6 |
| | | | | | | | | archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives. | ||||
* | html_TOC(): If PUBLIC_MBOX is false, use archtocnombox.html which doesn't have | bwarsaw | 2003-12-01 | 1 | -5/+6 |
| | | | | a link to the mbox file. | ||||
* | Backporting from the HEAD -- updated archiver | bwarsaw | 2003-09-22 | 1 | -6/+36 |
| | |||||
* | Backporting from the trunk. | bwarsaw | 2003-02-08 | 1 | -15/+18 |
| | |||||
* | Copyright years. | bwarsaw | 2003-01-10 | 1 | -1/+1 |
| | |||||
* | Article.__init__(): Watch out for tuples coming back from | bwarsaw | 2003-01-10 | 1 | -0/+3 |
| | | | | | message.get_param(). Such beasts are RFC 2231 charsets which need to be converted to unicode. | ||||
* | This commit was manufactured by cvs2svn to create branch | 2003-01-02 | 1 | -0/+1224 | |
'Release_2_1-maint'. |