summaryrefslogtreecommitdiffstats
path: root/Lib/email/message.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-291-1/+1
* #1078919: document requirement to use triples for non-ascii add_header parms.R. David Murray2010-12-141-2/+7
* Merged revisions 85130 via svnmerge fromR. David Murray2010-12-061-2/+2
* #1368247: make set_charset/MIMEText automatically encode unicode _payload.R. David Murray2010-06-021-0/+2
* Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.R. David Murray2010-04-131-1/+1
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-7/+7
* Issue #7082: When falling back to the MIME 'name' parameter, theR. David Murray2009-10-091-1/+1
* #2622 Import errors in email.message, from a py2app standalone application.Amaury Forgeot d'Arc2009-07-111-2/+2
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...Antoine Pitrou2008-08-151-7/+11
* Remove Barry's love of deprecated syntax to silence warnings in the emailBrett Cannon2008-08-031-6/+6
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-131-2/+4
* Forward port some fixes that were in email 2.5 but for some reason didn't makeBarry Warsaw2006-07-261-1/+12
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+773