summaryrefslogtreecommitdiffstats
path: root/Lib/email/contentmanager.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)Nikita Sobolev2022-02-031-0/+3
* bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)Serhiy Storchaka2021-08-311-1/+1
* bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631)Johannes Reiff2021-08-091-3/+1
* bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH...Mark Sapiro2020-07-081-1/+1
* bpo-40597: email: Use CTE if lines are longer than max_line_length consistent...Arkadiusz Hiler2020-05-141-7/+7
* Merge with 3.5Steve Dower2016-09-091-4/+5
|\
| * #28047: Fix calculation of base64 line length.R David Murray2016-09-091-4/+5
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-3/+3
|/
* #18891: Complete new provisional email API.R David Murray2013-10-171-0/+249