summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/HyperArch.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-1270/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-311-5/+2
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-101-3/+3
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-45/+10
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-16/+16
* Update copyright years.bwarsaw2007-01-191-1/+1
* A little more internal_name() to fqdn_listname changes.tkikuchi2006-12-031-4/+4
* Added '(by thread)' to the previous and next message links to emphasize thatmsapiro2006-06-111-2/+2
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-4/+3
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-6/+6
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-20/+12
* Added missing import of Errors module.msapiro2006-03-201-0/+1
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-291-7/+2
* Text file '@' obfuscation bug (unicode) fix. Thanks Mark.tkikuchi2006-01-091-3/+8
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-241-1/+6
* Finnish dialect of "Re:".tkikuchi2005-11-011-1/+1
* Obfuscate email address in the subject line.tkikuchi2005-10-311-0/+9
* Obscure email when the poster doesn't set full name in From:.tkikuchi2005-09-191-1/+5
* back porting from 2.1.6tkikuchi2005-08-281-27/+64
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* quick_maketext(): Richard Barrett's patch for bug #730769, with minorbwarsaw2003-05-121-6/+36
* volNameToDate(): Catch failures in time.mktime() which can happen ifbwarsaw2003-01-191-15/+18
* Copyright years.bwarsaw2003-01-101-1/+1
* Article.__init__(): Watch out for tuples coming back frombwarsaw2003-01-101-0/+3
* __processbody_URLquote(): Tokio Kikuchi's patch #658598 to fix rc1 bugbwarsaw2002-12-261-1/+3
* __processbody_URLquote(): Obscure email addresses in the body ofbwarsaw2002-12-241-1/+6
* Martin's patch #655214 to fix multi-charset archiving. He says:bwarsaw2002-12-241-108/+48
* Tokio Kikichi's patch for multibyte i18n problems. Patch #646884,bwarsaw2002-12-081-39/+60
* decode_charset(): Greg Ward's patch for SF # 649007. If there is anbwarsaw2002-12-071-2/+2
* sizeof(): Watch out for ENOENT exceptions which can happen if the mboxbwarsaw2002-12-071-1/+7
* update_article(): Reword the messages for proper i18n style. Closesbwarsaw2002-12-051-6/+9
* setListIfUnset(): Greg Ward's patch to actually make this work. ;)bwarsaw2002-12-051-2/+1
* setListIfUnset(): Hack to set self._mlist if it isn't already set.bwarsaw2002-12-021-12/+36
* quick_maketext(): Copy the body of the try: from Utils.maketext() forbwarsaw2002-11-181-8/+14
* Simplification and fixes for i18n in the archives. This is related tobwarsaw2002-11-181-62/+22
* decode_charset(): We no longer need the EncWord module, sincebwarsaw2002-11-121-16/+23
* __getstate__(), __setstate__(): Be slightly more defensive.bwarsaw2002-11-071-6/+14
* as_html(): Add a link to the listinfo page for the mailing list.bwarsaw2002-11-041-0/+2
* Fixes for terrible performance hits after the i18n patches werebwarsaw2002-11-041-22/+79
* Get rid of all the manipulations of the MailList object's lock file.bwarsaw2002-10-191-6/+2
* Add a work around for the default small stack size on MacOSX.bwarsaw2002-10-181-0/+19
* __init__(): Somehow the archiver was unlocking the list at an oddbwarsaw2002-10-151-1/+1
* Whitespace normalization and some Pychecker cleanup.bwarsaw2002-10-091-8/+7
* _makeArticle(): Override base class method so that we create abwarsaw2002-10-091-1/+6
* Integrating SF patch #594771, i18n'ified pipermail.bwarsaw2002-10-081-368/+411
* as_html(): Patch #546362 by Nicholas Russo to include the Subject: andbwarsaw2002-08-231-0/+2
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-2/+2
* Integrating a patch from Martin v. Loewis related to i18n; quoting:bwarsaw2002-05-041-38/+86