summaryrefslogtreecommitdiffstats
path: root/Lib/email/message.py
Commit message (Expand)AuthorAgeFilesLines
* Merge: Update out of date docstring.R David Murray2012-06-171-7/+5
|\
| * Update out of date docstring.R David Murray2012-06-171-7/+5
* | #10839: raise an error on add of duplicate unique headers in new email policiesR David Murray2012-05-291-0/+10
* | #1672568: email now registers defects for base64 payload format errors.R David Murray2012-05-281-5/+7
* | #14731: refactor email policy framework.R David Murray2012-05-251-30/+34
|/
* #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-171-5/+8
* Merge #11555 as_string doc fix from 3.1.R David Murray2011-03-151-2/+1
|\
| * #11555: update doc for 3.x change to as_string mangle_from default.R David Murray2011-03-151-2/+1
| * Merged revisions 87217 via svnmerge fromR. David Murray2010-12-131-3/+21
| * Merged revisions 85130 via svnmerge fromR. David Murray2010-12-061-5/+2
| * Merged revisions 80078 via svnmerge fromR. David Murray2010-04-141-1/+1
| * Merged revisions 75307 via svnmerge fromR. David Murray2009-10-101-1/+1
* | Remove obsolete comment.R David Murray2011-03-151-1/+1
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.R. David Murray2011-01-071-12/+13
* | #1693546: don't add quotes around RFC 2231 encoded values.R. David Murray2010-12-241-1/+3
* | #1078919: make add_header automatically do RFC2231 encoding when needed.R. David Murray2010-12-131-3/+21
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-26/+72
* | Fix a couple spelling errors in comments and delete redundant __len__ def.R. David Murray2010-10-011-5/+2
* | Issue #4770: Restrict binascii module to accept only bytes (as specified).Florent Xicluna2010-07-271-2/+4
* | Merged revisions 80062 via svnmerge fromR. David Murray2010-04-141-1/+1
* | bdecode was already gone in email 5. This merge adds the test fromR. David Murray2010-03-081-1/+0
* | Merged revisions 75301 via svnmerge fromR. David Murray2009-10-101-1/+1
|/
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge fromBenjamin Peterson2008-08-171-7/+11
* More email package fixes.Barry Warsaw2007-08-311-3/+8
* More email package related repairs. This fixes smtplib's import and use ofBarry Warsaw2007-08-301-2/+4
* Oops. I copied a slightly older version of the email package from the sandbox.Guido van Rossum2007-08-301-13/+7
* Fix a more bytes/str confusion.Barry Warsaw2007-08-301-2/+3
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+790
* Remove the email package for now.Guido van Rossum2007-08-251-786/+0
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+4
* Killed the <> operator. You must now use !=.Guido van Rossum2006-08-241-6/+6
* Stomp out more hsa_key() calls.Guido van Rossum2006-08-191-7/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+12
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+773