summaryrefslogtreecommitdiff
path: root/Mailman/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* __init__(): Squirrel away the MailList instance so we can set it onbwarsaw2002-12-021-1/+4
* 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
* ArchiveMail(): Get rid of the try/bare-except wrapper around thebwarsaw2002-11-121-23/+15
* __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
* Whitespace normalization and pycheckerfication.bwarsaw2002-11-041-113/+111
* 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-092-9/+7
* ArchiveMail(): processUnixMailbox() no longer takes an article classbwarsaw2002-10-091-1/+1
* _makeArticle(): Override base class method so that we create abwarsaw2002-10-091-1/+6
* Whitespace normalization and some Pychecker cleanup.bwarsaw2002-10-091-345/+340
* processUnixMailbox(): Small but useful refactoring. Don't pass thebwarsaw2002-10-091-4/+6
* CheckHTMLArchiveDir(): Indentation-o pointed out by Dan Mick.bwarsaw2002-10-081-1/+1
* Integrating SF patch #594771, i18n'ified pipermail.bwarsaw2002-10-081-368/+411
* Whitespace normalization.bwarsaw2002-10-081-16/+16
* ArchiveMail(): Remove the corrupt archive log message. I think thisbwarsaw2002-10-081-2/+0
* processUnixMailbox(): We don't need to catch MessageParseError sincebwarsaw2002-08-291-9/+5
* as_html(): Patch #546362 by Nicholas Russo to include the Subject: andbwarsaw2002-08-231-0/+2
* processUnixMailbox(): When an uncaught exception occurs duringbwarsaw2002-08-221-0/+6
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-2/+2
* Integrating a patch from Martin v. Loewis related to i18n; quoting:bwarsaw2002-05-041-38/+86
* Archiver.InitVars(): Don't write the emptyarchive.html file tobwarsaw2002-05-031-8/+17
* 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
* Update copyright years.bwarsaw2002-03-163-3/+3
* processUnixMailbox(): Add optional start and end arguments so that webwarsaw2002-03-161-3/+16
* GetBaseArchiveURL(): Marc MERLIN suggests to tack on the trailingbwarsaw2002-03-071-1/+4
* Bump copyright years.bwarsaw2002-03-051-1/+1
* Patches to help localize where file system layout decisions are made.bwarsaw2002-03-052-7/+4
* Remove the import of MailList; this isn't used anywhere in this file.bwarsaw2002-03-011-1/+0
* InitVars(), ArchiveMail(): The start of some cleanups flagged bybwarsaw2002-02-111-4/+0
* InitVars(): We have to wrap each os.mkdir() in its own try/except sobwarsaw2002-01-041-5/+8
* T.__init__(): Add comment by Marc MERLIN.bwarsaw2002-01-021-1/+4
* Add a hack, based on Marc MERLIN's patch that provides /something/ forbwarsaw2002-01-021-1/+15
* GetArchLock(), DropArchLock(): Get rid of posixfile locking, which isbwarsaw2001-12-241-16/+7
* processUnixMailbox(): Add some useful diagnostics which only getbwarsaw2001-11-301-0/+4
* write_index_entry(): Slight modification so that the subject andbwarsaw2001-10-281-3/+2
* Tokio Kikuchi says:bwarsaw2001-10-261-9/+8
* GetBaseArchiveURL(): PUBLIC_ARCHIVE_URL should be an absolute urlbwarsaw2001-10-261-0/+4
* processUnixMailbox(): Instantiate an ArchiverMailbox instead of abwarsaw2001-10-241-4/+8
* De-string-module-ification.bwarsaw2001-10-151-37/+33
* De-string-module-ification.bwarsaw2001-10-151-38/+40
* GetBaseArchiveURL(): The semantics of PUBLIC_ARCHIVE_URL are changedbwarsaw2001-10-101-1/+3
* Use cStringIO directly instead of our own hack-around StringIObwarsaw2001-10-011-2/+1