summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* prefix_subject(): Supply default argument '' to the get of the subjectbwarsaw2003-01-291-1/+1
* 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
* 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
* 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
* Copyright years.bwarsaw2003-01-102-5/+5
* safe_strftime(): Watch out for TypeError coming back from strftime().bwarsaw2003-01-101-1/+1
* _set_date(): Watch out for TypeErrors that can come from time.mktime()bwarsaw2003-01-101-1/+1
* Article.__init__(): Watch out for tuples coming back frombwarsaw2003-01-101-0/+3
* process(): Ben Gertzfield idea to add "Content-Disposition: inline"bwarsaw2003-01-071-6/+10
* bulkdeliver(): We've had reports of an IOError (code == 4, interruptedbwarsaw2003-01-071-5/+5
* _do_remove(): Patch by Jon Parise to fix a bug in the stanza matchingbwarsaw2003-01-021-3/+3
* main(): In the change-of-address section, we only want to show thebwarsaw2003-01-021-3/+5
* Bump the version number.bwarsaw2003-01-021-2/+2
* changeMemberAddress(): Rearrange the order in which sub-tasks arebwarsaw2003-01-021-10/+10
* ChangeMemberAddress(): Don't raise MMAlreadyAMember if we're doing abwarsaw2003-01-021-13/+4
* This is it baby! Bump the version to 2.1 final.bwarsaw2002-12-311-3/+3
* request_creation(): Remove a left over debugging print.bwarsaw2002-12-311-2/+0
* do_discard(): Make sure the internal text/plain message has thebwarsaw2002-12-311-2/+4
* subscription_prompt(): Move the setting of the title to after thebwarsaw2002-12-311-4/+9
* Inconsequential change since I forgot a checkin message on the last mod:bwarsaw2002-12-311-1/+1
* ApprovedDeleteMember(): Get the user's language /before/ webwarsaw2002-12-311-8/+8
* SendUnsubscribeAck(): We must pass the target language in as anbwarsaw2002-12-311-2/+2
* Lithuanian updates from Mantas Kriauciunas.bwarsaw2002-12-261-1/+1
* __processbody_URLquote(): Tokio Kikuchi's patch #658598 to fix rc1 bugbwarsaw2002-12-261-1/+3
* Bump to 2.1rc1+bwarsaw2002-12-241-1/+1
* Updated catalogs and Lithuanian support by Mantas Kriauciunas.bwarsaw2002-12-241-0/+1
* __processbody_URLquote(): Obscure email addresses in the body ofbwarsaw2002-12-241-1/+6
* show_helds_overview(): Finally tracked down a most annoying buglet.bwarsaw2002-12-241-1/+4
* Bump to 2.1rc1bwarsaw2002-12-241-3/+3
* ApprovedAddMember(): The administrator notice should go out in thebwarsaw2002-12-241-1/+1
* Martin's patch #655214 to fix multi-charset archiving. He says:bwarsaw2002-12-241-108/+48
* process(): This is the part of Martin's patch # 655214 not related tobwarsaw2002-12-201-0/+2
* _oneloop(): Include a clue as to which filebase is being shunted.bwarsaw2002-12-131-0/+1