1. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 16 years ago
  2. 0c8bee6 Issue #7082: When falling back to the MIME 'name' parameter, the by R. David Murray · 16 years ago
  3. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 16 years ago
  4. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  5. b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 17 years ago
  6. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 17 years ago
  7. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  8. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 19 years ago
  9. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago[Renamed (92%) from Lib/email/Message.py]
  10. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  11. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 20 years ago
  12. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 21 years ago
  13. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 21 years ago
  14. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  15. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 21 years ago
  16. 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
  17. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  18. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 22 years ago
  19. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 22 years ago
  20. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 22 years ago
  21. 482c5f7 as_string(): Added some text to the docstring to make it clear that by Barry Warsaw · 22 years ago
  22. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 22 years ago
  23. 21191d3 get_payload(): If we get a low-level binascii.Error when base64 by Barry Warsaw · 22 years ago
  24. ee07cb1 get_content_charset(): RFC 2046 $4.1.2 says charsets are not case by Barry Warsaw · 23 years ago
  25. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 23 years ago
  26. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 23 years ago
  27. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 23 years ago
  28. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 23 years ago
  29. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 23 years ago
  30. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 23 years ago
  31. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 23 years ago
  32. 48b0d36 Typo by Barry Warsaw · 23 years ago
  33. 280488b Whitespace normalization. by Tim Peters · 23 years ago
  34. f36d804 get_content_type(), get_content_maintype(), get_content_subtype(): RFC by Barry Warsaw · 23 years ago
  35. c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 23 years ago
  36. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 23 years ago
  37. a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 23 years ago
  38. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 23 years ago
  39. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 23 years ago
  40. 8ac1495 Whitespace normalization. by Tim Peters · 23 years ago
  41. 8c1aac2 Complete a merge of the mimelib project and the Python cvs codebases by Barry Warsaw · 23 years ago
  42. 409a4c0 Sync'ing with standalone email package 2.0.1. This adds support for by Barry Warsaw · 23 years ago
  43. bf7c52c More typo fixes. by Barry Warsaw · 24 years ago
  44. 6253c2d Docstring typo fix. by Greg Ward · 24 years ago
  45. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 24 years ago
  46. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 24 years ago
  47. 9300a75 get_all(): We never returned failobj if we found no matching headers. by Barry Warsaw · 24 years ago
  48. e968ead Give me back my page breaks. by Barry Warsaw · 24 years ago
  49. 527e64f Whitespace normalization. by Tim Peters · 24 years ago
  50. beb5945 has_key(): Implement in terms of get(). by Barry Warsaw · 24 years ago
  51. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 24 years ago