summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_message.py
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-94606: Fix error when message with Unicode surrogate not surrogatee...Miss Islington (bot)2023-12-111-0/+29
* [3.11] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-10630...Serhiy Storchaka2023-07-081-2/+4
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* bpo-42892: fix email multipart attribute error (GH-26903)andrei kulakov2021-07-301-1/+33
* bpo-44395: Fix MIMEPart.as_string to pass unixfrom properly (GH-26685)Dong-hee Na2021-06-211-0/+7
* bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)Abhilash Raj2019-06-251-0/+9
* bpo-36520: Email header folded incorrectly (#13608)websurfer52019-06-061-0/+131
* #24277: The new email API is no longer provisional.R David Murray2016-09-081-0/+20
* 27988: Make sure iter_attachments does not mutate the payload list.R David Murray2016-09-071-0/+10
* Merge: #21091: make is_attachment a method.R David Murray2014-09-201-5/+5
|\
| * #21091: make is_attachment a method.R David Murray2014-09-201-5/+15
|/
* #21079: is_attachment now looks only at the value, ignoring parameters.R David Murray2014-09-201-1/+2
* #20476: use EmailMessage as factory if non-compat32 policy is used.R David Murray2014-02-071-1/+15
* #18891: Complete new provisional email API.R David Murray2013-10-171-1/+741
* #10839: add new test file that was omitted from checkinR David Murray2012-05-291-0/+18