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