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
Commit message (
Expand
)
Author
Age
Files
Lines
*
#18437: fix comment typo.
R David Murray
2013-07-13
1
-1/+1
*
#17171: backport behavior-confirming test from python3.
R David Murray
2013-02-11
1
-1/+18
*
#16564: test to confirm behavior that regressed in python3.
R David Murray
2013-02-09
1
-0/+15
*
revert comment wording (#16714)
Andrew Svetlov
2012-12-19
1
-1/+1
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
2
-3/+3
*
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
Ezio Melotti
2012-09-21
2
-3/+3
*
#15232: correctly mangle From lines in MIME preamble and epilogue
R David Murray
2012-07-23
2
-2/+33
*
Fixed the name of the 'email.Utils' module in tests.
Alexander Belopolsky
2012-06-22
1
-2/+2
*
Issue #14653: email.utils.mktime_tz() no longer relies on system
Alexander Belopolsky
2012-06-22
2
-4/+10
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository.
Antoine Pitrou
2011-03-05
1
-45/+45
*
Add updated .hgeol file and fix newlines in the 2.7 branch.
Georg Brandl
2011-03-05
1
-45/+45
*
Merged revisions 87873 via svnmerge from
R. David Murray
2011-01-09
2
-1/+20
*
#1379416: encode charset name to ascii to avoid unicode promotion of output
R. David Murray
2010-12-27
2
-1/+8
*
Merged revisions 87415 via svnmerge from
R. David Murray
2010-12-21
2
-1/+13
*
#1078919: document requirement to use triples for non-ascii add_header parms.
R. David Murray
2010-12-14
2
-2/+22
*
Merged revisions 87191 via svnmerge from
R. David Murray
2010-12-12
1
-12/+6
*
Merged revisions 85146 via svnmerge from
R. David Murray
2010-12-06
1
-1/+1
*
Merged revisions 85130 via svnmerge from
R. David Murray
2010-12-06
1
-2/+2
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
2
-60/+60
*
Merged revisions 85179 via svnmerge from
R. David Murray
2010-10-02
2
-2/+25
*
Merged revisions 85142 via svnmerge from
R. David Murray
2010-10-01
2
-1/+7
*
Merged revisions 84310 via svnmerge from
R. David Murray
2010-08-25
2
-0/+25
*
Merged revisions 83690 via svnmerge from
R. David Murray
2010-08-04
3
-2/+14
*
Merged revisions 82922 via svnmerge from
R. David Murray
2010-07-17
2
-0/+37
*
#9085: email versions have gotten out of sync, 2.7 is actually 4.0.3.
R. David Murray
2010-06-26
1
-1/+1
*
#4487: have Charset check with codecs for possible aliases.
R. David Murray
2010-06-04
2
-1/+10
*
#5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
R. David Murray
2010-06-03
2
-1/+19
*
#1368247: make set_charset/MIMEText automatically encode unicode _payload.
R. David Murray
2010-06-02
2
-0/+27
*
Issue #7472: remove unused code from email.encoders.encode_7or8bit.
R. David Murray
2010-05-05
2
-7/+8
*
Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes
Barry Warsaw
2010-05-05
1
-0/+0
*
Rephrase comment.
Ezio Melotti
2010-04-22
1
-2/+2
*
#8474: fix duplicate test in test_email.
Ezio Melotti
2010-04-22
1
-5/+0
*
Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.
R. David Murray
2010-04-13
2
-1/+9
*
Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.
R. David Murray
2010-04-12
1
-1/+1
*
Issue #7143: get_payload used to strip any trailing newline from a
R. David Murray
2010-03-08
5
-9/+25
*
Issue 7970: When email.Parser.Parser parses a MIME message of type
R. David Murray
2010-02-21
3
-2/+45
*
Add missing import when running these tests standalone.
Georg Brandl
2010-02-06
1
-2/+2
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
2
-2/+2
*
Fix issue number in comment.
R. David Murray
2010-01-16
1
-1/+1
*
Issue #1670765: Prevent email.generator.Generator from re-wrapping
R. David Murray
2010-01-16
3
-0/+80
*
Kill a couple of "<>"
Antoine Pitrou
2010-01-04
2
-4/+4
*
More yearly updates.
Georg Brandl
2010-01-01
3
-3/+3
*
Add mktime_tz to __all__. It's documented as being available in email.utils.
Barry Warsaw
2009-11-25
1
-1/+2
*
replace has_key with 'in' operator
Benjamin Peterson
2009-10-09
1
-7/+7
*
Issue #7082: When falling back to the MIME 'name' parameter, the
R. David Murray
2009-10-09
2
-5/+3
*
#2622 Import errors in email.message, from a py2app standalone application.
Amaury Forgeot d'Arc
2009-07-11
6
-14/+14
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
2
-90/+90
*
Remove stray pychecker directive.
Georg Brandl
2009-06-28
1
-4/+0
[next]