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