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
...
|
*
Merged revisions 82011 via svnmerge from
R. David Murray
2010-06-16
2
-1/+19
|
*
Merged revisions 81685 via svnmerge from
R. David Murray
2010-06-04
2
-4/+6
|
*
Merged revisions 81660 via svnmerge from
R. David Murray
2010-06-03
2
-1/+30
|
*
Merged revisions 80795 via svnmerge from
Matthias Klose
2010-05-21
1
-0/+0
|
*
Merged revisions 79996,80855 via svnmerge from
R. David Murray
2010-05-06
2
-1/+8
|
*
Merged revisions 80359 via svnmerge from
Ezio Melotti
2010-04-22
1
-2/+2
|
*
Merged revisions 80353 via svnmerge from
Ezio Melotti
2010-04-22
1
-5/+0
|
*
Merged revisions 80078 via svnmerge from
R. David Murray
2010-04-14
2
-1/+9
|
*
Merged revisions 78276 via svnmerge from
R. David Murray
2010-02-21
3
-2/+45
|
*
Merged revisions 77542 via svnmerge from
R. David Murray
2010-01-16
3
-0/+82
|
*
Merged revisions 77389 via svnmerge from
Benjamin Peterson
2010-01-09
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
|
*
Merged revisions 75307 via svnmerge from
R. David Murray
2009-10-10
2
-5/+3
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-43/+43
|
*
Merged revisions 73623-73624 via svnmerge from
Benjamin Peterson
2009-06-28
1
-4/+0
*
|
Fix header encoding of long headers when using euc-jp and shift_jis.
R David Murray
2011-03-15
2
-1/+15
*
|
Harmonize linesep docstrings, and fix the quoting of \r\n
R David Murray
2011-03-14
2
-3/+6
*
|
Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository.
Antoine Pitrou
2011-03-05
1
-46/+46
*
|
Add updated .hgeol file and fix newlines in the 3.2 branch.
Georg Brandl
2011-03-05
1
-46/+46
*
|
#11019: Make BytesGenerator handle Message with None body.
R. David Murray
2011-01-26
2
-0/+9
*
|
Revert r88197. I'll refix correctly once there is a test.
R. David Murray
2011-01-26
1
-5/+2
*
|
Fix BytesGenerator._handle_text() if the message has no payload (None)
Victor Stinner
2011-01-26
1
-2/+5
*
|
fix import in email.message_from_binary_file()
Victor Stinner
2011-01-25
1
-1/+1
*
|
#5871: protect against header injection attacks.
R. David Murray
2011-01-09
2
-1/+21
*
|
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray
2011-01-07
4
-55/+89
*
|
Fix formatting of values with embedded newlines when rfc2047 encoding
R. David Murray
2011-01-07
2
-3/+21
*
|
Remove doc for nonexisting parameter.
Georg Brandl
2011-01-06
1
-3/+1
*
|
#10790: make append work when output codec is different from input codec
R. David Murray
2011-01-05
2
-16/+14
*
|
Fix a comment typo and update another comment to match Python3 reality
R. David Murray
2010-12-29
1
-2/+2
*
|
#1693546: don't add quotes around RFC 2231 encoded values.
R. David Murray
2010-12-24
2
-5/+49
*
|
#1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz
R. David Murray
2010-12-23
2
-1/+13
*
|
Fix the change made for issue 1243654.
R. David Murray
2010-12-21
2
-1/+13
*
|
#9286: Fix the rfc822 parser to preserve whitespace in address local part.
R. David Murray
2010-12-18
2
-2/+32
*
|
#1078919: make add_header automatically do RFC2231 encoding when needed.
R. David Murray
2010-12-13
2
-3/+44
*
|
#243654: only create a new MIME boundary if we don't already have one.
R. David Murray
2010-12-12
1
-12/+6
*
|
#8989: add 'domain' keyword to make_msgid.
R. David Murray
2010-12-02
2
-4/+11
*
|
Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.
R. David Murray
2010-11-21
2
-15/+37
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-33/+33
*
|
Improve TestBytesGeneratorIdempotent using by using linesep.
R. David Murray
2010-11-20
1
-6/+8
*
|
Properly close files used by test_email.
Brett Cannon
2010-10-29
1
-3/+4
*
|
Properly close a temporary TextIOWrapper in 'email'.
Brett Cannon
2010-10-29
1
-1/+2
*
|
#1349106: add linesep argument to generator.flatten and header.encode.
R. David Murray
2010-10-23
4
-37/+80
*
|
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
6
-74/+554
*
|
#1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
R. David Murray
2010-10-02
2
-2/+25
*
|
Fix docstring typo.
R. David Murray
2010-10-01
1
-1/+1
*
|
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
R. David Murray
2010-10-01
2
-1/+7
*
|
Fix a couple spelling errors in comments and delete redundant __len__ def.
R. David Murray
2010-10-01
1
-5/+2
*
|
#1194222: make parsedate always return RFC2822 four character years.
R. David Murray
2010-08-25
2
-0/+25
*
|
#3196: if needed pad a short base64 encoded word before trying to decode.
R. David Murray
2010-08-03
2
-1/+13
*
|
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna
2010-07-27
2
-4/+6
[prev]
[next]