summaryrefslogtreecommitdiff
path: root/Mailman/Archiver/pipermail.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-874/+0
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-3/+4
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-6/+6
* Back out Revision 2.30 patch for email.Message.set_payload() bugtkikuchi2006-01-291-6/+1
* Fixes for email.set_payload() not distinguish parsed or virgin payload.tkikuchi2005-12-241-1/+6
* back porting from 2.1.6tkikuchi2005-08-281-4/+23
* _set_date(): Patch # 732366 by Richard Barrett; take the timezone intobwarsaw2003-05-121-2/+2
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
* _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
* Article.__init__(): Use a slightly safer invocation of parseaddr().bwarsaw2002-12-021-4/+4
* Whitespace normalization and some Pychecker cleanup.bwarsaw2002-10-091-345/+340
* processUnixMailbox(): Small but useful refactoring. Don't pass thebwarsaw2002-10-091-4/+6
* processUnixMailbox(): We don't need to catch MessageParseError sincebwarsaw2002-08-291-9/+5
* processUnixMailbox(): When an uncaught exception occurs duringbwarsaw2002-08-221-0/+6
* Article.__init__(): Use the Reply-To: address as the self.email onlybwarsaw2002-04-291-4/+6
* processUnixMailbox(): Ignore any MessageParseErrors in either thebwarsaw2002-04-031-0/+7
* processUnixMailbox(): Add optional start and end arguments so that webwarsaw2002-03-161-3/+16
* T.__init__(): Add comment by Marc MERLIN.bwarsaw2002-01-021-1/+4
* processUnixMailbox(): Add some useful diagnostics which only getbwarsaw2001-11-301-0/+4
* processUnixMailbox(): Instantiate an ArchiverMailbox instead of abwarsaw2001-10-241-4/+8
* De-string-module-ification.bwarsaw2001-10-151-37/+33
* Style nit.bwarsaw2001-08-171-1/+1
* BSDDBdatabase.__openIndices(): 'pas' -> 'pass'twouters2001-07-101-1/+1
* Fix typo observed by nobody (aka Anonymous) in SF bug #426002: 'data' shouldtwouters2001-05-291-1/+1
* T.__init__(), T.new_archive(), BSDDBdatabase.__openIndices(): Usebwarsaw2001-05-181-7/+20
* Import _ from Mailman.i18n.bwarsaw2001-03-261-3/+1
* close(), _open_index_file_as_stdout(), write_article():bwarsaw2001-02-151-8/+17
* _(): new function to fake out i18n for now.bwarsaw2000-12-201-0/+3
* First integration patch of Juan Carlos's i18n string marking changes.bwarsaw2000-12-071-7/+7
* Comment out a couple of print statements which can cause annoying cronbwarsaw2000-10-201-2/+2
* Article.__init__(): Because I don't know why Pipermail uses modifiedbwarsaw2000-10-031-2/+11
* Fold the UnixMailbox optimization into Mailman.Mailbox.Mailbox class,bwarsaw2000-09-241-6/+3
* Extensive cleanup and performance improvements. Most signficant changes are:jhylton2000-09-221-11/+10
* Fix index generation bug that oocasionally prevented messages fromjhylton2000-09-221-92/+136
* Numerous changes to support message bodies and headers that use ajhylton2000-09-221-11/+17
* pipermail:jhylton2000-09-211-11/+21
* Fix Article class in HyperArch. It is a subclass of pipermail.Article,jhylton2000-09-211-16/+24
* massive reformatting and refactoringjhylton2000-09-211-316/+386
* updateThreadedIndex(), update_archive(): Wrap thebwarsaw2000-06-261-11/+26
* Make sure we use cPickle if it exists. This change may or may notbwarsaw1999-08-211-3/+8
* added a snippet to T.__init__ to make it possible to move archivescotton1998-11-051-0/+8
* Changes to avoid having to chmod files, which may fail.bwarsaw1998-11-041-15/+14
* __openIndices(): Wrap the os.mkdir() call in a umask setting of 0 andbwarsaw1998-11-031-2/+8
* code cleanup: put all the web archive related stuff into it's own subcotton1998-10-221-0/+626