Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993) | Nikita Sobolev | 2022-02-03 | 1 | -0/+3 |
* | bpo-45060: Get rid of few uses of the equality operators with None (GH-28087) | Serhiy Storchaka | 2021-08-31 | 1 | -1/+1 |
* | bpo-41402: Fix email ContentManager calling .encode() on bytes (GH-21631) | Johannes Reiff | 2021-08-09 | 1 | -3/+1 |
* | bpo-40597: Allow email.contextmanager set_content() to set a null string. (GH... | Mark Sapiro | 2020-07-08 | 1 | -1/+1 |
* | bpo-40597: email: Use CTE if lines are longer than max_line_length consistent... | Arkadiusz Hiler | 2020-05-14 | 1 | -7/+7 |
* | Merge with 3.5 | Steve Dower | 2016-09-09 | 1 | -4/+5 |
|\ | |||||
| * | #28047: Fix calculation of base64 line length. | R David Murray | 2016-09-09 | 1 | -4/+5 |
* | | Issue #27895: Spelling fixes (Contributed by Ville Skyttä). | Raymond Hettinger | 2016-08-30 | 1 | -3/+3 |
|/ | |||||
* | #18891: Complete new provisional email API. | R David Murray | 2013-10-17 | 1 | -0/+249 |