1. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  2. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  3. ae760c0 Issue #6598: Increased time precision and random number range in by Serhiy Storchaka · 9 years ago
  4. 95a8dfb #20976: remove unneeded quopri import in email.utils. by R David Murray · 10 years ago
  5. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  6. c489e83 Merge: #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  7. 1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. by R David Murray · 10 years ago
  8. 3da240f #18891: Complete new provisional email API. by R David Murray · 11 years ago
  9. b83ee30 #11454: Reduce email module load time, improve surrogate check efficiency. by R David Murray · 11 years ago
  10. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  11. 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
  12. f9bd914 Issue #665194: Added a small optimization by Alexander Belopolsky · 12 years ago
  13. 097a120 #665194: fix variable name in exception code path. by R David Murray · 12 years ago
  14. b8687df #665194: Update email.utils.localtime to use astimezone, and fix bug. by R David Murray · 12 years ago
  15. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  16. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  17. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  18. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  19. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  20. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 13 years ago
  21. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  22. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 14 years ago
  23. b742a96 Add mktime_tz to __all__. It's documented as being available in email.utils. by Barry Warsaw · 15 years ago
  24. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  25. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  26. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  27. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  28. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  29. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  30. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  31. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  32. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  33. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  34. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  36. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago[Renamed (96%) from Lib/email/Utils.py]
  37. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  38. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  39. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  40. 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  41. 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
  42. a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 21 years ago
  43. 59e98ae _bdecode(): Remove redundant check. by Barry Warsaw · 21 years ago
  44. 8e1e7f5 decode_rfc2231(): RFC 2231 allows leaving out both the charset and by Barry Warsaw · 21 years ago
  45. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  46. 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  47. 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  48. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  49. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  50. 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  51. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  52. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  53. 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 22 years ago
  54. 24fd025 parseaddr(): Don't use rfc822.parseaddr() because this now implies a by Barry Warsaw · 22 years ago
  55. e1df15c AddrlistClass -> AddressList by Barry Warsaw · 22 years ago
  56. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 22 years ago
  57. c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
  58. e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
  59. cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
  60. 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
  61. 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
  62. aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
  63. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  64. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  65. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago