0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/email
2021-08-31 16:59:52 +03:00
..
mime
__init__.py
_encoded_words.py
_header_value_parser.py
_parseaddr.py bpo-45001: Make email date parsing more robust against malformed input (GH-27946) 2021-08-26 16:49:03 +02:00
_policybase.py
architecture.rst
base64mime.py bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476) 2021-03-30 17:37:37 +09:00
charset.py
contentmanager.py bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) 2021-08-31 16:59:52 +03:00
encoders.py
errors.py
feedparser.py
generator.py
header.py
headerregistry.py
iterators.py
message.py bpo-42892: fix email multipart attribute error (GH-26903) 2021-07-30 19:05:49 +02:00
parser.py
policy.py
quoprimime.py
utils.py bpo-27513: email.utils.getaddresses() now handles Header objects (#13797) 2021-07-19 18:07:54 +02:00