Adı
Son kayıt (commit)
Son güncelleme
..
mime Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
test #1349106: add linesep argument to generator.flatten and header.encode.
__init__.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0)
_parseaddr.py #1050268: make parseaddr 'quote' the contents of quoted strings in addresses.
base64mime.py Issue #4770: Restrict binascii module to accept only bytes (as specified).
charset.py Fix Charset.body_encode to encode to output_charset before calling base64mime.
encoders.py #4768: store base64 encoded email body parts as text, not binary.
errors.py Copying the email package back, despite its failings.
feedparser.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0)
generator.py #1349106: add linesep argument to generator.flatten and header.encode.
header.py #1349106: add linesep argument to generator.flatten and header.encode.
iterators.py Patch# 1258 by Christian Heimes: kill basestring.
message.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0)
parser.py #4661: add bytes parsing and generation to email (email version bump to 5.1.0)
quoprimime.py #10004: in Q encoded word ignore '=xx' when xx is not valid hex.
utils.py Merged revisions 77209,77229,77359-77360,77371 via svnmerge from