summaryrefslogtreecommitdiff
path: root/Mailman/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-275-2737/+0
* Tweak copyright years.Barry Warsaw2008-02-074-4/+4
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-312-8/+5
* General cleanups some of which is even tested <wink>. Mailman.LockFile moduleBarry Warsaw2007-10-102-5/+5
* Implement a context manager for Python 2.5's with statement, which isBarry Warsaw2007-09-191-45/+10
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-6/+0
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-142-29/+29
* The start of a setuptools conversion. All the Makefile.in and autoconfBarry Warsaw2007-07-131-73/+0
* Update copyright years.bwarsaw2007-01-195-10/+12
* A little more internal_name() to fqdn_listname changes.tkikuchi2006-12-032-7/+7
* We need to substitute the fully qualified list name in the public archive url.bwarsaw2006-11-121-4/+6
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-091-3/+1
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-10/+8
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-7/+10
* 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-173-13/+16
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-153-38/+25
* Now that we've converted from CVS to Subversion, remove CVS cruft frombwarsaw2006-04-151-1/+0
* Added missing import of Errors module.msapiro2006-03-201-0/+1
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-292-13/+3
* 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-242-2/+12
* 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-283-50/+116
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-275-5/+5
* ExternalArchive(): Add %(hostname)s to the substitution stringsbwarsaw2003-06-261-2/+4
* quick_maketext(): Richard Barrett's patch for bug #730769, with minorbwarsaw2003-05-121-6/+36
* _set_date(): Patch # 732366 by Richard Barrett; take the timezone intobwarsaw2003-05-121-2/+2
* Update copyright yearsbwarsaw2003-03-111-1/+1
* SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reistwouters2003-03-111-1/+2
* volNameToDate(): Catch failures in time.mktime() which can happen ifbwarsaw2003-01-191-15/+18
* Copyright years.bwarsaw2003-01-101-1/+1
* _set_date(): Watch out for TypeErrors that can come from time.mktime()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
* Donn Cave's patch #602087 to honor configure's --srcdir switch.bwarsaw2002-12-121-1/+1
* Tokio Kikichi's patch for multibyte i18n problems. Patch #646884,bwarsaw2002-12-081-39/+60
* _set_date(): Generalize w/ a nested function so we can try more thanbwarsaw2002-12-081-14/+15
* _set_date(): Don't convert to GMT. Keep dates local. Closes SF bugbwarsaw2002-12-071-1/+1
* 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
* Article.__init__(): Use a slightly safer invocation of parseaddr().bwarsaw2002-12-021-4/+4