1. 3f5db39 Fix a few typos and a double semicolon. Patch by Eitan Adler. by Ezio Melotti · 11 years ago
  2. 9d95cbe Close #15165: Fix test_email on Windows 64 bits by Victor Stinner · 12 years ago
  3. 1aca31e Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument. by Georg Brandl · 12 years ago
  4. ad2a7d5 Merge #15249: Mangle From lines correctly when body contains invalid bytes. by R David Murray · 12 years ago
  5. 1f924d2 Added test for a bug fixed in issue #665194. by Alexander Belopolsky · 12 years ago
  6. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  7. 970bef2 Merge #15232: correctly mangle From lines in MIME preamble and epilogue by R David Murray · 12 years ago
  8. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 12 years ago
  9. 76935b9 Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 12 years ago
  10. 82ffabd #2658: Add test for issue fixed by fix for #1079. by R David Murray · 12 years ago
  11. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 12 years ago
  12. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 12 years ago
  13. 56517e5 Make parameterized tests in email less hackish. by R David Murray · 12 years ago
  14. 026ba31 #10839: add new test file that was omitted from checkin by R David Murray · 12 years ago
  15. 6bed342 Refactor test_email/test_pickleable and add tests for date headers by R David Murray · 12 years ago
  16. a7c9ddb Regularize test_email/test_headerregistry's references to policy. by R David Murray · 12 years ago
  17. d41595b Refactor test_email/test_defect_handling. by R David Murray · 12 years ago
  18. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 12 years ago
  19. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 12 years ago
  20. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 12 years ago
  21. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 12 years ago
  22. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
  23. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  24. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
  25. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  26. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  27. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 12 years ago
  28. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 12 years ago
  29. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 12 years ago
  30. 7104c72 #12788: fix error in test_policy when run under refleak detection by R David Murray · 12 years ago
  31. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  32. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  33. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  34. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 12 years ago
  35. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  36. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  37. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  38. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  39. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  40. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 13 years ago
  41. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  42. e2c4cfc Merge: Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  43. b35c850 #11684: Complete parser bytes interface by adding BytesHeaderParser by R David Murray · 13 years ago
  44. eb9e074 Use stock assertEqual instead of custom ndiffAssertEqual. by R David Murray · 13 years ago
  45. 7ede59d Merge #11492: fix header truncation on folding when there are runs of split chars. by R David Murray · 13 years ago
  46. 63d320b Merge: Improve test coverage of _split_ascii method. by R David Murray · 13 years ago
  47. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  48. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 13 years ago
  49. a46ed11 Move assertBytesEqual to base test class, improve it, and hook into assertEqual by R David Murray · 13 years ago
  50. a256bac Move infrastructure into __init__ to lay groundwork for splitting test_email. by R David Murray · 13 years ago
  51. 28346b8 Only a few files were opened using findfile; consistently don't use it. by R David Murray · 13 years ago
  52. 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
  53. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 13 years ago
  54. 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 13 years ago
  55. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  56. 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  57. 39bc38c Fix rename spelling error. by R David Murray · 13 years ago
  58. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago