cpython/Lib/email
Brett Cannon 384917a922 Properly close files used by test_email. 2010-10-29 23:08:36 +00:00
..
mime
test Properly close files used by test_email. 2010-10-29 23:08:36 +00:00
__init__.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0) 2010-10-08 15:55:28 +00:00
_parseaddr.py #1050268: make parseaddr 'quote' the contents of quoted strings in addresses. 2010-10-02 15:58:26 +00:00
base64mime.py
charset.py
encoders.py
errors.py
feedparser.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0) 2010-10-08 15:55:28 +00:00
generator.py #1349106: add linesep argument to generator.flatten and header.encode. 2010-10-23 22:19:56 +00:00
header.py #1349106: add linesep argument to generator.flatten and header.encode. 2010-10-23 22:19:56 +00:00
iterators.py
message.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0) 2010-10-08 15:55:28 +00:00
parser.py Properly close a temporary TextIOWrapper in 'email'. 2010-10-29 23:08:13 +00:00
quoprimime.py #10004: in Q encoded word ignore '=xx' when xx is not valid hex. 2010-10-01 15:40:20 +00:00
utils.py