summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bumping to 2.1b6bwarsaw2002-12-093-6/+6
* 2.1b6 catalog updatesbwarsaw2002-12-0931-1640/+2236
* What's new for 2.1b6bwarsaw2002-12-091-0/+26
* ModeratedMemberPost.reason: Some people took offense at this message.bwarsaw2002-12-091-1/+9
* More names.bwarsaw2002-12-091-0/+1
* membership_options(): A fix for bug #644950 and other problems withbwarsaw2002-12-091-29/+32
* ctime(): First try to parse the date if it's a string and only do thebwarsaw2002-12-091-19/+24
* 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
* ctime(): Include the local timezone name in the date string, as keyedbwarsaw2002-12-071-1/+3
* _setValue(): Be sure to also set the language on the doc.bwarsaw2002-12-071-0/+1
* Document.Format(): Include a META tag with the content-typebwarsaw2002-12-071-7/+7
* 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
* FormatDisabledNotice(): I18n formatting improvement by Simonebwarsaw2002-12-071-1/+1
* 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
* Add machinery for list_ownersbwarsaw2002-12-043-3/+6
* Updated norwegian catalog.avalon2002-12-042-36/+26
* prefix_subject(): One small patch for when the charset in an RFC 2047bwarsaw2002-12-041-1/+6
* do_output(): Fix UnboundLocalError when trying to write to a file webwarsaw2002-12-041-1/+1
* A simple script for printing out list owners and moderators.bwarsaw2002-12-040-0/+0
* intermediatebwarsaw2002-12-041-0/+120
* Japanese language updates by Tokio Kikuchibwarsaw2002-12-036-240/+246
* Added new revisionerpioppo2002-12-021-0/+1
* In an ideal world this would be my last checkin before 2.1 final ;)pioppo2002-12-022-54/+40
* leave "thread" untraslatedpioppo2002-12-022-9/+9
* QRUNNER_SAVE_BAD_MESSAGES: Turn this on.bwarsaw2002-12-021-1/+1
* More namesbwarsaw2002-12-021-0/+5
* Whitespace normalizationbwarsaw2002-12-021-4/+4
* Catalog updatesbwarsaw2002-12-0231-4413/+4858
* A new bounce testing script and a few new bounce examples.bwarsaw2002-12-024-0/+415
* PATHDIRS: Add tests so it gets paths.pybwarsaw2002-12-021-1/+1
* Added a new DSN example.bwarsaw2002-12-021-0/+1
* Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
* Add onebounce.py and set the perms for executables.bwarsaw2002-12-021-2/+6
* main(): Use DEFAULT_EMAIL_HOST unless DEFAULT_HOST_NAME was overriddenbwarsaw2002-12-021-2/+4
* remove_old_sources(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-4/+5
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-9/+12
* remove_it(): Utils.rmdirhier() -> shutil.rmtree()bwarsaw2002-12-021-1/+2
* Update docstring.bwarsaw2002-12-021-1/+1
* Because of oddities in permissions, it is possible that when you runbwarsaw2002-12-021-0/+6
* main(): This should fix problems when printing list members withbwarsaw2002-12-021-5/+10
* do_input(): Fix setting of subscribe_policy based on the value ofbwarsaw2002-12-021-4/+13
* Added a --wipe switch which deletes the generated html archivebwarsaw2002-12-021-3/+16
* _dispose(): Actually (re-)implement the documented behavior for whenbwarsaw2002-12-021-0/+5
* _dispose(): Don't forward to the admin, messages in which bouncingbwarsaw2002-12-021-1/+1
* process(): Be sure to i18n-ify any headers with milst.description inbwarsaw2002-12-021-2/+4
* process_request(): Use shutil.rmtree() instead of Utils.rmdirhier(),bwarsaw2002-12-021-3/+26