summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Porting from the 2.1 maint branch (please double check, not sure I gotbwarsaw2003-02-082-20/+12
* Porting from 2.1 maint branch.bwarsaw2003-02-081-1/+1
* Application of patch #682573 by Matthias Juchem.bwarsaw2003-02-081-1/+2
* Another updatebwarsaw2003-02-081-0/+50
* Another namebwarsaw2003-02-081-0/+1
* Application of patch #664611 by Ed Lau.bwarsaw2003-02-081-9/+62
* Whitespace normalizationbwarsaw2003-02-071-6/+6
* Fixed the "unpack tuple of wrong size" bug when moving a MM2.0 list tobwarsaw2003-02-071-19/+25
* oneline(): Whoops! Typo fix.bwarsaw2003-02-071-1/+1
* Tokio Kikuchi's SF patch #674401 to fix some issues with i18n in thebwarsaw2003-02-071-15/+20
* Restore the resumable pipeline code.bwarsaw2003-02-051-5/+11
* verpdeliver(): Use the copy module's deepcopy() function instead doingbwarsaw2003-02-051-1/+2
* prefix_subject(): If the subject is a Header instead of a string,bwarsaw2003-02-051-1/+4
* Defuzzied 4 strings for recent user->safeuser changespioppo2003-02-042-48/+26
* parsecookie(): Be defensive about bogus cookie data.bwarsaw2003-02-041-2/+6
* do_command(): The __import__() can raise a ValueError too if the cmdbwarsaw2003-02-041-2/+3
* verpdeliver(): If we find a non-fully qualified recipient address whenbwarsaw2003-02-041-0/+8
* Updates, including a simple fix to the Russian catalog.bwarsaw2003-02-0433-6450/+7541
* Updatesbwarsaw2003-02-044-11/+21
* check_for_site_list(), main(): Complain loudly and refuse to start ifbwarsaw2003-02-041-1/+15
* main(): Patch # 680000 by Jon Parise to restore the check of thebwarsaw2003-02-041-0/+4
* guess_type(): Compatibility function for Python 2.1/2.2, the formerbwarsaw2003-02-031-1/+10
* CheckCookie(), __checkone(), parsecookie(): A fix for the MM2.0/MM2.1bwarsaw2003-01-311-12/+22
* Some small fixes on Translation.gleydson2003-01-301-5/+5
* Updates by Christian Reis <kiko@async.com.br>gleydson2003-01-301-17/+18
* prefix_subject(): Supply default argument '' to the get of the subjectbwarsaw2003-01-291-1/+1
* French updates from Pascal GEORGE.bwarsaw2003-01-289-34/+20
* Updatesbwarsaw2003-01-282-4/+6
* %'s in the attributes need to be doubled (escaped)bwarsaw2003-01-281-2/+2
* maketext(): If a TypeError or ValueError crashed the templatebwarsaw2003-01-281-1/+3
* main(): Sanity check the language cgi variable.bwarsaw2003-01-274-23/+27
* subscription_confirm(): Sanity check the language cgi variable.bwarsaw2003-01-271-7/+9
* change_options(): Sanity check the user's selected language to be surebwarsaw2003-01-271-2/+2
* IsLanguage(): New function.bwarsaw2003-01-271-0/+3
* *** empty log message ***pheinlein2003-01-272-4/+4
* Fix for options.py xss patch.tkikuchi2003-01-272-209/+213
* Fixes for the cross-site scripting bugbwarsaw2003-01-261-14/+23
* makedirs(): Only twiddle the attachment directory permissions if webwarsaw2003-01-241-5/+5
* I18n fixes for the digester, based on Tokio Kikuchi's patch #668819.bwarsaw2003-01-241-43/+65
* Some fixes to retain the continuation whitespace on Subject: linesbwarsaw2003-01-241-4/+10
* DEFAULT_PLAIN_DIGEST_KEEP_HEADERS: This wasn't actually used anywhere,bwarsaw2003-01-241-4/+19
* *** empty log message ***pheinlein2003-01-203-17/+19
* main(), content_type(): Removed the latter; mimetyes.guess_type() doesbwarsaw2003-01-201-15/+8
* A few minor refinements to the previous patch.bwarsaw2003-01-201-6/+10
* Fixes for bug #669081. Based on Tokio Kikuchi's patch, but extendedbwarsaw2003-01-201-18/+56
* ScriptURL(): Use s.endswith() where appropriate. Also whitespacebwarsaw2003-01-191-9/+9
* save_attachment(): Use Message.get_content_type() instead of thebwarsaw2003-01-191-4/+5
* volNameToDate(): Catch failures in time.mktime() which can happen ifbwarsaw2003-01-191-15/+18
* *** empty log message ***pheinlein2003-01-152-58/+36
* Some fixes from Andreas Gleis. <a.gleis@lwl.org>pheinlein2003-01-143-14/+23