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
/
test
/
test_email.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray
2011-01-07
1
-35/+53
*
Fix formatting of values with embedded newlines when rfc2047 encoding
R. David Murray
2011-01-07
1
-0/+13
*
#10790: make append work when output codec is different from input codec
R. David Murray
2011-01-05
1
-0/+4
*
#1693546: don't add quotes around RFC 2231 encoded values.
R. David Murray
2010-12-24
1
-4/+46
*
#1155362: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz
R. David Murray
2010-12-23
1
-0/+10
*
Fix the change made for issue 1243654.
R. David Murray
2010-12-21
1
-0/+11
*
#9286: Fix the rfc822 parser to preserve whitespace in address local part.
R. David Murray
2010-12-18
1
-0/+18
*
#1078919: make add_header automatically do RFC2231 encoding when needed.
R. David Murray
2010-12-13
1
-0/+23
*
#8989: add 'domain' keyword to make_msgid.
R. David Murray
2010-12-02
1
-0/+4
*
Fix TestBytesGeneratorIdempotent tests and a couple bugs they revealed.
R. David Murray
2010-11-21
1
-13/+35
*
#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
*
#1349106: add linesep argument to generator.flatten and header.encode.
R. David Murray
2010-10-23
1
-1/+23
*
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray
2010-10-08
1
-3/+269
*
#1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
R. David Murray
2010-10-02
1
-0/+18
*
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
R. David Murray
2010-10-01
1
-0/+6
*
#1194222: make parsedate always return RFC2822 four character years.
R. David Murray
2010-08-25
1
-0/+13
*
#3196: if needed pad a short base64 encoded word before trying to decode.
R. David Murray
2010-08-03
1
-1/+10
*
#1555570: correctly handle a \r\n that is split by the read buffer.
R. David Murray
2010-07-17
1
-0/+33
*
Merged revisions 81675 via svnmerge from
R. David Murray
2010-06-16
1
-0/+18
*
#4768: store base64 encoded email body parts as text, not binary.
R. David Murray
2010-06-04
1
-3/+5
*
Fix Charset.body_encode to encode to output_charset before calling base64mime.
R. David Murray
2010-06-03
1
-1/+28
*
Merged revisions 80800 via svnmerge from
R. David Murray
2010-05-06
1
-0/+7
*
Merged revisions 80357 via svnmerge from
Ezio Melotti
2010-04-22
1
-2/+2
*
Merged revisions 80350 via svnmerge from
Ezio Melotti
2010-04-22
1
-5/+0
*
Merged revisions 80062 via svnmerge from
R. David Murray
2010-04-14
1
-0/+8
*
bdecode was already gone in email 5. This merge adds the test from
R. David Murray
2010-03-08
1
-1/+5
*
Merged revisions 78274 via svnmerge from
R. David Murray
2010-02-21
1
-0/+12
*
Merged revisions 77517,77525 via svnmerge from
R. David Murray
2010-01-16
1
-0/+38
*
Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
Benjamin Peterson
2010-01-09
1
-1/+1
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-43/+43
*
More codestring -> codebytes.
Georg Brandl
2009-06-04
1
-2/+2
*
"Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ...
Barry Warsaw
2009-03-30
1
-2/+2
*
Issue #4387: binascii now refuses to accept str as binary input.
Martin v. Löwis
2008-12-02
1
-8/+8
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Merged revisions 60053-60078 via svnmerge from
Christian Heimes
2008-01-19
1
-0/+3
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-3/+1
*
Restore test_email for a1. It passes completely.
Barry Warsaw
2007-08-31
1
-2/+2
*
Make test_email.py completely pass. This is cheating though because the two
Barry Warsaw
2007-08-31
1
-24/+29
*
More email package fixes.
Barry Warsaw
2007-08-31
1
-9/+8
*
More email package fixes.
Barry Warsaw
2007-08-31
1
-1/+1
*
More email package fixes.
Barry Warsaw
2007-08-31
1
-1/+1
*
More email package fixes.
Barry Warsaw
2007-08-30
1
-5/+13
*
More email package related repairs. This fixes smtplib's import and use of
Barry Warsaw
2007-08-30
1
-3/+1
*
Oops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum
2007-08-30
1
-174/+267
*
Fix a more bytes/str confusion.
Barry Warsaw
2007-08-30
1
-4/+2
*
Copying the email package back, despite its failings.
Guido van Rossum
2007-08-30
1
-0/+3307
*
Remove the email package for now.
Guido van Rossum
2007-08-25
1
-3285/+0
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
[next]