Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-25 | Workaround non-ascii in string.lowercase. | Mark Sapiro | 1 | -0/+4 | |
2018-05-03 | bin/arch now uses i18n.C_ for progress messages. | Mark Sapiro | 1 | -7/+7 | |
2017-12-29 | Removed a Python 2.7 dependency from pipermail.py. | Mark Sapiro | 1 | -2/+2 | |
2016-03-11 | Fixed bug in last commit if no Received: header. | Mark Sapiro | 1 | -2/+2 | |
2016-03-10 | Fixed _set_date() in pipermail.py do do a better job. | Mark Sapiro | 1 | -8/+18 | |
2013-12-13 | Fixed bin/arch to not create scrubbed attachments for messages skipped | Mark Sapiro | 1 | -0/+4 | |
when processing the --start= option. | |||||
2010-02-22 | Additional cleanup of pipermail threading | Mark Sapiro | 1 | -3/+5 | |
2010-02-13 | Fixed a bug in pipermail archiving that caused fallback threading by | Mark Sapiro | 1 | -2/+6 | |
subject to fail. Bug #266572. | |||||
2009-08-01 | Fixed a bug that could cause incorrect threading of replies to archived | Mark Sapiro | 1 | -5/+9 | |
messages that arrive with timestamps in the same second. | |||||
2006-01-29 | Back out Revision 2.18.2.19 patch for email.Message.set_payload() bug | tkikuchi | 1 | -6/+1 | |
because it is overwrapped in Mailman.Message. | |||||
2005-12-26 | True/False definition for Python2.1. | tkikuchi | 1 | -0/+7 | |
Only check in Release_2_1-maint branch because 2.2 will require higher version of python. | |||||
2005-12-17 | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 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. | |||||
2005-02-05 | Fix pipermail.py bug for not retainning original date in .txt archive | tkikuchi | 1 | -1/+4 | |
if the archive was regenerated by 'arch --wipe'. Thanks SHIGENO san for reporting bug and essential fix. Code was rewritten for simplicity. | |||||
2005-01-25 | Fix in pipermail to use Unicode for indexing (sort fails for ascii 8bit) | tkikuchi | 1 | -2/+8 | |
with some code clean up. Also, include SV (danish/swedish) Re: like pattern. | |||||
2004-10-14 | fix bugs when using ARCHIVE_HTML_SANITIZER = 1 | tkikuchi | 1 | -1/+2 | |
2003-12-24 | finished_update_article(): Richard Barrett's fix to reduce Pipermail | bwarsaw | 1 | -0/+9 | |
archive bloat by deleting the html_body attribute on Article objects. Closes SF bug #835332. This is a stub in the base class. _update_thread_index(): Call finished_update_article() when done. store_article(): squirrel away the html_body value when pickling the article. This only reduces bloat on new articles. See bin/rb-archfix to clean up older archives. | |||||
2003-09-22 | Backporting from the HEAD -- updated archiver | bwarsaw | 1 | -2/+2 | |
2003-01-10 | _set_date(): Watch out for TypeErrors that can come from time.mktime() | bwarsaw | 1 | -1/+1 | |