summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* Interim i18n change.bwarsaw2001-02-281-9/+11
* Untabification.bwarsaw2001-02-281-17/+17
* QRUNNERS: BounceRunner -> CommandRunnerbwarsaw2001-02-281-5/+5
* Next round of big i18n patches.bwarsaw2001-02-281-68/+78
* SnarfHTMLTemplate(): Don't try to fall back to lists/<listname>/ tobwarsaw2001-02-231-11/+4
* FormatListinfoOverview(): Substitution of host_name local variable forbwarsaw2001-02-161-9/+8
* _dispose(): A bit of elaboration so that we can properlybwarsaw2001-02-161-7/+40
* process(): We can't call mlist.RegisterBounce() here because we do notbwarsaw2001-02-161-8/+7
* MakeDirTree(): Remove (obsoleted by os.makedirs()).bwarsaw2001-02-161-21/+7
* Create(): We don't need to touch the digest files since we're doingbwarsaw2001-02-161-11/+0
* Create(): os.makedirs() is better than Utils.MakeDirTree().bwarsaw2001-02-161-1/+5
* InitTemplates(): Simply by using some Python 2.0-isms and the shutilbwarsaw2001-02-161-18/+22
* Do not store `_' in the built-in namespace. First of all, we wantbwarsaw2001-02-161-7/+3
* SomeRecipientsFailed constructor takes two lists of failed recipients,bwarsaw2001-02-161-0/+4
* CheckSiteAdminPassword(): Typo that should have chopped off all butbwarsaw2001-02-161-1/+1
* De-string-module-ify.bwarsaw2001-02-151-49/+33
* This module still needs lots of cleaning up but for now...bwarsaw2001-02-151-150/+91
* typobwarsaw2001-02-151-1/+1
* GLOBAL_PIPELINE: Default pipeline for moving messages out ofbwarsaw2001-02-151-34/+83
* De-string-module-ify.bwarsaw2001-02-151-161/+144
* ZapOldVars(): We no longer support the filter_prog argument on thebwarsaw2001-02-151-11/+14
* Get SafeDict from SafeDict not Utils.bwarsaw2001-02-151-2/+2
* fix copyright linebwarsaw2001-02-151-1/+1
* Bump the DATA_FILE_VERSION to handle the new i18n list attributes.bwarsaw2001-02-151-2/+2
* De-string-module-ify, transform to using mimelib instead of rfc822,bwarsaw2001-02-151-157/+51
* De-string-module-ify.bwarsaw2001-02-151-30/+30
* Some additional i18n markup, although I can't remember if this is Juanbwarsaw2001-02-151-25/+40
* We don't need to override the __init__() of the base class any morebwarsaw2001-02-151-7/+0
* Derive Mailbox from PortableUnixMailbox (from the Python 2.1 mailboxbwarsaw2001-02-151-25/+8
* De-string-module-ify.bwarsaw2001-02-151-29/+38
* HandlerError, MessageHeld, DiscardMessage, SomeRecipientsFailed,bwarsaw2001-02-151-1/+31
* SendSubscribeAck(): I18n the welcome messages.bwarsaw2001-02-151-10/+8
* De-string-module-ify.bwarsaw2001-02-151-12/+12
* close(), _open_index_file_as_stdout(), write_article():bwarsaw2001-02-151-8/+17
* load(), close(): Utils.open_ex() is obsolete.bwarsaw2001-02-151-3/+7
* processListArch(), write_TOC(), write_article(), update_archive(),bwarsaw2001-02-151-10/+30
* __archive_file(): Utils.open_ex() is obsolete.bwarsaw2001-02-151-14/+11
* Use the Python 2.1 version of these modules. nntplib.py has the fixedbwarsaw2001-02-151-0/+312
* intermediatebwarsaw2001-02-151-24/+122
* intermediatebwarsaw2001-02-151-1/+1
* intermediatebwarsaw2001-02-151-1/+1
* intermediatebwarsaw2001-02-151-0/+1
* __init__(): Accept information for hash space slicing (slice numberbwarsaw2001-02-151-87/+112
* intermediatebwarsaw2001-02-151-33/+53
* intermediatebwarsaw2001-02-151-91/+72
* This crypt wrapper module is no longer necessary. sha is the defaultbwarsaw2001-02-151-32/+0
* ValidAdminPassword(): First, use SHA1 as the default hash, and comparebwarsaw2001-02-151-18/+25
* intermediatebwarsaw2001-02-151-0/+43
* intermediatebwarsaw2001-02-151-0/+27
* intermediatebwarsaw2001-02-151-0/+47