summaryrefslogtreecommitdiffstats
path: root/Lib/email/test/test_email_renamed.py
Commit message (Expand)AuthorAgeFilesLines
* closes bpo-36712: Fix duplicate method in Lib/email/test/test_email_renamed.p...Zackery Spytz2019-09-111-5/+0
* #14983: always add a line end after a MIME boundary marker.R David Murray2014-02-081-5/+10
* Issue #19590: Use specific asserts in email tests.Serhiy Storchaka2013-11-161-75/+65
* #17171: backport behavior-confirming test from python3.R David Murray2013-02-111-1/+18
* #16564: test to confirm behavior that regressed in python3.R David Murray2013-02-091-0/+15
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-30/+30
* Merged revisions 83690 via svnmerge fromR. David Murray2010-08-041-1/+1
* Issue #7143: get_payload used to strip any trailing newline from aR. David Murray2010-03-081-1/+5
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-1/+1
* Kill a couple of "<>"Antoine Pitrou2010-01-041-2/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-45/+45
* A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),Barry Warsaw2009-03-301-29/+38
* In response to this SF bug:Barry Warsaw2007-07-131-0/+11
* SF bug #1582282; decode_header() incorrectly splits not-conformant RFCBarry Warsaw2007-03-141-0/+12
* Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in theBarry Warsaw2007-03-121-1/+7
* Forward port some fixes that were in email 2.5 but for some reason didn't makeBarry Warsaw2006-07-261-0/+44
* More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightlyBarry Warsaw2006-07-211-13/+106
* decode_rfc2231(): Be more robust against buggy RFC 2231 encodings.Barry Warsaw2006-07-171-0/+34
* Port forward from 2.4 branch:Barry Warsaw2006-05-011-0/+6
* The email module's parsedate_tz function now sets the daylight savingsAnthony Baxter2006-04-031-2/+2
* Merge email package 4.0 from the sandbox, including documentation, test cases,Barry Warsaw2006-03-181-0/+3078