cpython/Lib/email
R David Murray 42243c4dca #14380: Make actual default match docs, fix __init__ order.
Éric pointed out that given that the default was documented as None, someone
would reasonably pass that to get the default behavior.  In fixing the code to
use None, I noticed that the change to _charset was being done after it had
already been passed to MIMENonMultipart.  The change to the test verifies that
the order is now correct.
2012-03-22 22:40:44 -04:00
..
mime #14380: Make actual default match docs, fix __init__ order. 2012-03-22 22:40:44 -04:00
__init__.py #11686: add missing entries to email __all__ lists. 2012-03-16 22:43:05 -04:00
_parseaddr.py Merge 3.2, fix typos. 2011-11-11 19:39:25 +01:00
base64mime.py
charset.py
encoders.py
errors.py #1874: detect invalid multipart CTE and report it as a defect. 2011-06-22 13:47:53 -04:00
feedparser.py Merge #11686: add missing entries to email __all__ lists. 2012-03-16 22:46:14 -04:00
generator.py Merge #11686: add missing entries to email __all__ lists. 2012-03-16 22:46:14 -04:00
header.py #14291: if a header has non-ascii unicode, default to CTE using utf-8 2012-03-14 02:59:51 -04:00
iterators.py
message.py
parser.py #11686: add missing entries to email __all__ lists. 2012-03-16 22:43:05 -04:00
policy.py #14344: fixed the repr of email.policy objects. 2012-03-17 15:11:59 -04:00
quoprimime.py
utils.py #12818: remove escaping of () in quoted strings in formataddr 2012-03-14 15:31:47 -04:00