| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Porting from the 2.1 maint branch (please double check, not sure I got | bwarsaw | 2003-02-08 | 2 | -20/+12 |
| * | Porting from 2.1 maint branch. | bwarsaw | 2003-02-08 | 1 | -1/+1 |
| * | Application of patch #682573 by Matthias Juchem. | bwarsaw | 2003-02-08 | 1 | -1/+2 |
| * | Another update | bwarsaw | 2003-02-08 | 1 | -0/+50 |
| * | Another name | bwarsaw | 2003-02-08 | 1 | -0/+1 |
| * | Application of patch #664611 by Ed Lau. | bwarsaw | 2003-02-08 | 1 | -9/+62 |
| * | Whitespace normalization | bwarsaw | 2003-02-07 | 1 | -6/+6 |
| * | Fixed the "unpack tuple of wrong size" bug when moving a MM2.0 list to | bwarsaw | 2003-02-07 | 1 | -19/+25 |
| * | oneline(): Whoops! Typo fix. | bwarsaw | 2003-02-07 | 1 | -1/+1 |
| * | Tokio Kikuchi's SF patch #674401 to fix some issues with i18n in the | bwarsaw | 2003-02-07 | 1 | -15/+20 |
| * | Restore the resumable pipeline code. | bwarsaw | 2003-02-05 | 1 | -5/+11 |
| * | verpdeliver(): Use the copy module's deepcopy() function instead doing | bwarsaw | 2003-02-05 | 1 | -1/+2 |
| * | prefix_subject(): If the subject is a Header instead of a string, | bwarsaw | 2003-02-05 | 1 | -1/+4 |
| * | Defuzzied 4 strings for recent user->safeuser changes | pioppo | 2003-02-04 | 2 | -48/+26 |
| * | parsecookie(): Be defensive about bogus cookie data. | bwarsaw | 2003-02-04 | 1 | -2/+6 |
| * | do_command(): The __import__() can raise a ValueError too if the cmd | bwarsaw | 2003-02-04 | 1 | -2/+3 |
| * | verpdeliver(): If we find a non-fully qualified recipient address when | bwarsaw | 2003-02-04 | 1 | -0/+8 |
| * | Updates, including a simple fix to the Russian catalog. | bwarsaw | 2003-02-04 | 33 | -6450/+7541 |
| * | Updates | bwarsaw | 2003-02-04 | 4 | -11/+21 |
| * | check_for_site_list(), main(): Complain loudly and refuse to start if | bwarsaw | 2003-02-04 | 1 | -1/+15 |
| * | main(): Patch # 680000 by Jon Parise to restore the check of the | bwarsaw | 2003-02-04 | 1 | -0/+4 |
| * | guess_type(): Compatibility function for Python 2.1/2.2, the former | bwarsaw | 2003-02-03 | 1 | -1/+10 |
| * | CheckCookie(), __checkone(), parsecookie(): A fix for the MM2.0/MM2.1 | bwarsaw | 2003-01-31 | 1 | -12/+22 |
| * | Some small fixes on Translation. | gleydson | 2003-01-30 | 1 | -5/+5 |
| * | Updates by Christian Reis <kiko@async.com.br> | gleydson | 2003-01-30 | 1 | -17/+18 |
| * | prefix_subject(): Supply default argument '' to the get of the subject | bwarsaw | 2003-01-29 | 1 | -1/+1 |
| * | French updates from Pascal GEORGE. | bwarsaw | 2003-01-28 | 9 | -34/+20 |
| * | Updates | bwarsaw | 2003-01-28 | 2 | -4/+6 |
| * | %'s in the attributes need to be doubled (escaped) | bwarsaw | 2003-01-28 | 1 | -2/+2 |
| * | maketext(): If a TypeError or ValueError crashed the template | bwarsaw | 2003-01-28 | 1 | -1/+3 |
| * | main(): Sanity check the language cgi variable. | bwarsaw | 2003-01-27 | 4 | -23/+27 |
| * | subscription_confirm(): Sanity check the language cgi variable. | bwarsaw | 2003-01-27 | 1 | -7/+9 |
| * | change_options(): Sanity check the user's selected language to be sure | bwarsaw | 2003-01-27 | 1 | -2/+2 |
| * | IsLanguage(): New function. | bwarsaw | 2003-01-27 | 1 | -0/+3 |
| * | *** empty log message *** | pheinlein | 2003-01-27 | 2 | -4/+4 |
| * | Fix for options.py xss patch. | tkikuchi | 2003-01-27 | 2 | -209/+213 |
| * | Fixes for the cross-site scripting bug | bwarsaw | 2003-01-26 | 1 | -14/+23 |
| * | makedirs(): Only twiddle the attachment directory permissions if we | bwarsaw | 2003-01-24 | 1 | -5/+5 |
| * | I18n fixes for the digester, based on Tokio Kikuchi's patch #668819. | bwarsaw | 2003-01-24 | 1 | -43/+65 |
| * | Some fixes to retain the continuation whitespace on Subject: lines | bwarsaw | 2003-01-24 | 1 | -4/+10 |
| * | DEFAULT_PLAIN_DIGEST_KEEP_HEADERS: This wasn't actually used anywhere, | bwarsaw | 2003-01-24 | 1 | -4/+19 |
| * | *** empty log message *** | pheinlein | 2003-01-20 | 3 | -17/+19 |
| * | main(), content_type(): Removed the latter; mimetyes.guess_type() does | bwarsaw | 2003-01-20 | 1 | -15/+8 |
| * | A few minor refinements to the previous patch. | bwarsaw | 2003-01-20 | 1 | -6/+10 |
| * | Fixes for bug #669081. Based on Tokio Kikuchi's patch, but extended | bwarsaw | 2003-01-20 | 1 | -18/+56 |
| * | ScriptURL(): Use s.endswith() where appropriate. Also whitespace | bwarsaw | 2003-01-19 | 1 | -9/+9 |
| * | save_attachment(): Use Message.get_content_type() instead of the | bwarsaw | 2003-01-19 | 1 | -4/+5 |
| * | volNameToDate(): Catch failures in time.mktime() which can happen if | bwarsaw | 2003-01-19 | 1 | -15/+18 |
| * | *** empty log message *** | pheinlein | 2003-01-15 | 2 | -58/+36 |
| * | Some fixes from Andreas Gleis. <a.gleis@lwl.org> | pheinlein | 2003-01-14 | 3 | -14/+23 |