summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getallrecipients(): returns a tuple list of all To: and Cc: headerbwarsaw1999-01-121-0/+16
* Copied from Python 1.5.2 since we'll need the new interface.bwarsaw1999-01-121-0/+904
* Added FAQ #6bwarsaw1999-01-121-0/+12
* Added a TODObwarsaw1999-01-121-0/+2
* Added #5 about archive link bugletbwarsaw1999-01-121-0/+6
* Use the new ValidateEmail() interface.bwarsaw1999-01-091-1/+3
* One morebwarsaw1999-01-091-0/+2
* A couple more ideas based on Peter Gervai's messagebwarsaw1999-01-091-1/+3
* main(): when crafting the admlogin.txt and there's no REQUEST_URI, fixbwarsaw1999-01-091-1/+1
* If we can't import getpass from the standard Python installation,bwarsaw1999-01-091-1/+5
* Copied from the Python 1.5.2 distribution.bwarsaw1999-01-091-0/+107
* Added clone optionbwarsaw1999-01-091-1/+3
* ChangeOptions(): In `subscribees' section, ValidateEmail() now handlesbwarsaw1999-01-091-9/+2
* ValidateEmail(): Raise a MMBadEmailError on empty str.bwarsaw1999-01-091-0/+2
* GetAbsoluteOptionsURL(): Downcase the address, since it could come inbwarsaw1999-01-091-1/+2
* GetValidValue(): Use new ValidateEmail() interface andbwarsaw1999-01-091-12/+9
* ApprovedAddMember(): Use the new ValidateEmail() interfacebwarsaw1999-01-091-2/+2
* ValidateEmail(): Renamed from ValidEmail().bwarsaw1999-01-091-13/+13
* A start on the conversion to class-based exceptions :-)bwarsaw1999-01-091-2/+9
* main(): in previous VARHELP workaround, QUERY_STRING could exist butbwarsaw1999-01-091-3/+4
* HandleRequests(): the entries in the FieldStorage `form' could be abwarsaw1999-01-091-1/+4
* added a couple suggestionsbwarsaw1999-01-091-0/+2
* fix a typobwarsaw1999-01-091-4/+4
* A bunch of reformatting, updates, and adding a link to thebwarsaw1999-01-091-12/+23
* A couple of updatesbwarsaw1999-01-091-8/+11
* main(): Kludge-around for accessing variable details when cookies arebwarsaw1999-01-081-13/+23
* DeliverToList(): Ignore ECHILD exceptions that have been reported onbwarsaw1999-01-081-1/+17
* Changes to workaround some bogus clients which either don't include abwarsaw1999-01-082-2/+34
* forker(): fixed typo in docstring. Also use Utils.reraise() insteadbwarsaw1999-01-081-2/+4
* Minor reformattingbwarsaw1999-01-081-4/+4
* Added cgi.py from Python 1.5.2 distribution.bwarsaw1999-01-081-0/+1341
* A little more visibility to the --with-cgi-gid optionbwarsaw1999-01-081-4/+10
* Reformat as a FAQ (actual file move to happen in a moment w/o CVSbwarsaw1999-01-081-43/+64
* print_traceback(): A few changes to get the Mailman version numberbwarsaw1999-01-071-2/+10
* Somewhat kludgy changes to make debugging mismatching CGI gid's easierbwarsaw1999-01-074-1/+36
* Added what happens in the upgrade to 1.0b7bwarsaw1999-01-061-18/+21
* Mostly reformatting to get rid of lines > 78 columns widebwarsaw1999-01-061-14/+14
* chunkify(): Don't put mm_cfg.DEFAULT_ADMIN_MEMBER_CHUNKSIZE as abwarsaw1999-01-061-1/+3
* processQueue(): We can pretty much guarantee that if an os.error isbwarsaw1999-01-051-7/+2
* TemporaryFile(): Divergence from Python 1.5.2 version. Can't use barebwarsaw1999-01-051-1/+6
* Added a TODO: fix the file!bwarsaw1999-01-051-0/+1
* reraise(): can now take an optional val argument, which is only usedbwarsaw1999-01-051-3/+7
* Save(): Can't use a bare `raise' here, since Python 1.5 doesn't havebwarsaw1999-01-051-1/+1
* IsAdministrivia(): Made more stringent about 'set' command, since weklm1999-01-051-2/+5
* list_members - a new script for dumping a list's members to stdout or a filebwarsaw1999-01-024-32/+238
* Bumping version number to 1.0b7+ to signify working version betweenbwarsaw1998-12-313-4/+4
* Fixed making of the tarballbwarsaw1998-12-311-32/+43
* Script to create, tag, package releasesbwarsaw1998-12-311-0/+180
* Changed the paths so that this script can be run from the top levelbwarsaw1998-12-311-3/+3
* todo.html is generated from TODO file. Might as well release this.bwarsaw1998-12-312-1/+120