index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
email
/
message.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError (GH...
Abhilash Raj
2019-06-25
1
-1/+10
*
#20476: Deal with the message_factory circular import differently.
R David Murray
2016-09-10
1
-3/+0
*
#20476: add a message_factory policy attribute to email.
R David Murray
2016-09-09
1
-3/+5
*
#24277: The new email API is no longer provisional.
R David Murray
2016-09-08
1
-0/+20
*
Merge: 27988: Make sure iter_attachments does not mutate the payload list.
R David Murray
2016-09-07
1
-1/+1
|
\
|
*
27988: Make sure iter_attachments does not mutate the payload list.
R David Murray
2016-09-07
1
-1/+1
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
|
/
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-1/+1
*
#21083: add get_content_disposition method to email.message.
R David Murray
2015-05-16
1
-0/+12
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
|
\
|
*
Issue #23181: More "codepoint" -> "code point".
Serhiy Storchaka
2015-01-18
1
-1/+1
*
|
Merge: #21091: make is_attachment a method.
R David Murray
2014-09-20
1
-3/+3
|
\
\
|
|
/
|
*
#21091: make is_attachment a method.
R David Murray
2014-09-20
1
-3/+17
|
/
*
#21079: is_attachment now looks only at the value, ignoring parameters.
R David Murray
2014-09-20
1
-3/+1
*
#20976: remove unneeded quopri import in email.utils.
R David Murray
2014-03-23
1
-1/+2
*
#11558: Better message if attach called on non-multipart.
R David Murray
2014-03-06
1
-1/+5
*
Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.
R David Murray
2014-02-07
1
-4/+3
|
\
|
*
#19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.
R David Murray
2014-02-07
1
-4/+3
|
*
#19063: partially fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
1
-4/+22
*
|
#20531: Apply the 3.3 version of the #19063 fix.
R David Murray
2014-02-07
1
-4/+22
*
|
#20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.
R David Murray
2014-02-07
1
-18/+4
*
|
#19063: fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
1
-4/+18
*
|
Merge #19485: clarify get_param example.
R David Murray
2013-11-03
1
-1/+1
|
\
\
|
|
/
|
*
#19485: clarify get_param example.
R David Murray
2013-11-03
1
-1/+1
*
|
#18891: Complete new provisional email API.
R David Murray
2013-10-17
1
-5/+211
*
|
Merge #18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
1
-0/+2
|
\
\
|
|
/
|
*
#18324: set_payload now correctly handles binary input.
R David Murray
2013-08-22
1
-0/+2
*
|
#18600: add policy to add_string, and as_bytes and __bytes__ methods.
R David Murray
2013-08-09
1
-8/+36
|
/
*
Merge: Update out of date docstring.
R David Murray
2012-06-17
1
-7/+5
|
\
|
*
Update out of date docstring.
R David Murray
2012-06-17
1
-7/+5
*
|
#10839: raise an error on add of duplicate unique headers in new email policies
R David Murray
2012-05-29
1
-0/+10
*
|
#1672568: email now registers defects for base64 payload format errors.
R David Murray
2012-05-28
1
-5/+7
*
|
#14731: refactor email policy framework.
R David Murray
2012-05-25
1
-30/+34
|
/
*
#11243: tests and fixes for handling of 'dirty data' in additional methods
R David Murray
2011-03-17
1
-5/+8
*
Merge #11555 as_string doc fix from 3.1.
R David Murray
2011-03-15
1
-2/+1
|
\
|
*
#11555: update doc for 3.x change to as_string mangle_from default.
R David Murray
2011-03-15
1
-2/+1
|
*
Merged revisions 87217 via svnmerge from
R. David Murray
2010-12-13
1
-3/+21
|
*
Merged revisions 85130 via svnmerge from
R. David Murray
2010-12-06
1
-5/+2
|
*
Merged revisions 80078 via svnmerge from
R. David Murray
2010-04-14
1
-1/+1
|
*
Merged revisions 75307 via svnmerge from
R. David Murray
2009-10-10
1
-1/+1
*
|
Remove obsolete comment.
R David Murray
2011-03-15
1
-1/+1
*
|
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray
2011-01-07
1
-12/+13
*
|
#1693546: don't add quotes around RFC 2231 encoded values.
R. David Murray
2010-12-24
1
-1/+3
*
|
#1078919: make add_header automatically do RFC2231 encoding when needed.
R. David Murray
2010-12-13
1
-3/+21
*
|
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
1
-26/+72
*
|
Fix a couple spelling errors in comments and delete redundant __len__ def.
R. David Murray
2010-10-01
1
-5/+2
*
|
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
1
-2/+4
*
|
Merged revisions 80062 via svnmerge from
R. David Murray
2010-04-14
1
-1/+1
*
|
bdecode was already gone in email 5. This merge adds the test from
R. David Murray
2010-03-08
1
-1/+0
*
|
Merged revisions 75301 via svnmerge from
R. David Murray
2009-10-10
1
-1/+1
|
/
[next]