summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_email/test_email.py
Commit message (Expand)AuthorAgeFilesLines
...
* #1690608: make formataddr RFC2047 aware.R David Murray2011-04-061-0/+40
* Merge #11605: don't use set/get_payload in feedparser; they do conversions.R David Murray2011-04-061-0/+47
* Move assertBytesEqual to base test class, improve it, and hook into assertEqualR David Murray2011-03-311-6/+1
* Move infrastructure into __init__ to lay groundwork for splitting test_email.R David Murray2011-03-311-27/+1
* Only a few files were opened using findfile; consistently don't use it.R David Murray2011-03-311-11/+5
* Merge #11584: Since __getitem__ returns headers, make decode_header handle them.R David Murray2011-03-251-0/+14
* Merge #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-241-1/+18
* Merge #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-231-0/+15
* Merge #11589: add additional tests for the email quoprimime module.R David Murray2011-03-231-14/+178
* Correctly move email package tests to Lib/test.R David Murray2011-03-211-0/+4146