cpython/Lib/email
R David Murray 2cfae9b03f #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:12 -05:00
..
mime
test #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:12 -05:00
__init__.py
_parseaddr.py
base64mime.py #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. 2012-09-21 16:27:45 +03:00
charset.py #18437: fix comment typo. 2013-07-12 22:57:12 -04:00
encoders.py
errors.py
feedparser.py Issue #16714: use 'raise' exceptions, don't 'throw'. 2012-12-18 21:27:37 +02:00
generator.py #14983: always add a line end after a MIME boundary marker. 2014-02-08 17:54:12 -05:00
header.py revert comment wording (#16714) 2012-12-19 22:47:05 +02:00
iterators.py
message.py
parser.py
quoprimime.py
utils.py #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. 2012-09-21 16:27:45 +03:00