cpython/Lib/email
R David Murray e9c31470e1 #14983: always add a line end after a MIME boundary marker.
This is more RFC compliant (see issue) and fixes a problem with
signature verifiers rejecting the part when signed.  There is some
amount of backward compatibility concern here since it changes
the output, but the RFC issue coupled with fixing the problem
with signature verifiers seems worth the small risk of breaking
code that depends on the current incorrect output.
2014-02-08 17:54:56 -05:00
..
mime Issue #17047: remove doubled words added in 3.3 2013-03-11 18:34:00 -04:00
__init__.py
_encoded_words.py
_header_value_parser.py #16983: Apply postel's law to encoded words inside quoted strings. 2014-02-08 13:12:00 -05:00
_parseaddr.py
_policybase.py
architecture.rst
base64mime.py
charset.py
encoders.py
errors.py
feedparser.py
generator.py #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:56 -05:00
header.py
headerregistry.py
iterators.py
message.py #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. 2014-02-07 13:03:08 -05:00
parser.py
policy.py
quoprimime.py #20206, #5803: more efficient algorithm that doesn't truncate output. 2014-01-13 13:19:21 -05:00
utils.py #17369: Improve handling of broken RFC2231 values in get_filename. 2014-02-07 15:02:19 -05:00