1. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  2. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  3. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  4. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  5. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  6. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  7. e2c4cfc Merge: Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  8. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  9. eb9e074 Use stock assertEqual instead of custom ndiffAssertEqual. by R David Murray · 13 years ago
  10. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  11. 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  12. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  13. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  14. a46ed11 Move assertBytesEqual to base test class, improve it, and hook into assertEqual by R David Murray · 13 years ago
  15. a256bac Move infrastructure into __init__ to lay groundwork for splitting test_email. by R David Murray · 13 years ago
  16. 28346b8 Only a few files were opened using findfile; consistently don't use it. by R David Murray · 13 years ago
  17. 1ebdd71 Add a __main__.py to test_email so it works with -m like it did before move. by R David Murray · 13 years ago
  18. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  19. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  20. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  21. 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  22. 39bc38c Fix rename spelling error. by R David Murray · 13 years ago
  23. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago