1. 9e4e050 Use full package paths in imports. by Barry Warsaw · 22 years ago
  2. 10d0d59 Added a couple of more tests for Header charset handling. by Barry Warsaw · 22 years ago
  3. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  4. 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
  5. 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
  6. 53d019c Changed import from by Tim Peters · 22 years ago
  7. 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  8. 6290380 The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  9. d8e8e54 message_from_string(), message_from_file(): The consensus on the by Barry Warsaw · 22 years ago
  10. bb26b45 Parser.__init__(): The consensus on the mimelib-devel list is that by Barry Warsaw · 22 years ago
  11. c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 22 years ago
  12. d438574 _structure(): Take an optional `fp' argument which would be the object by Barry Warsaw · 22 years ago
  13. 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
  14. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  15. 2d2fc22 Anthony Baxter's patch to expose the parser's `strict' flag in these by Barry Warsaw · 22 years ago
  16. 4ef1c7d _structure(): Don't get the whole Content-Type: header, just get the by Barry Warsaw · 22 years ago
  17. f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
  18. 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
  19. f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
  20. a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
  21. bb493a7 __init__(): Don't attach the subparts if its an empty tuple. If the by Barry Warsaw · 22 years ago
  22. 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
  23. ed53bdb __init__(): Be sure to set the default type to message/rfc822. by Barry Warsaw · 22 years ago
  24. 8fa06b5 _structure(): A handy little debugging aid that I don't (yet) intend by Barry Warsaw · 22 years ago
  25. 27b168c With the addition of Oleg's support for RFC 2231, it's time to bump by Barry Warsaw · 22 years ago
  26. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  27. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  28. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  29. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  30. ba2577b _max_append(): When adding the string `s' to its own line, it should by Barry Warsaw · 22 years ago
  31. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  32. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  33. 69e18af _parsebody(): Fix for the new message/rfc822 tree structure (the by Barry Warsaw · 22 years ago
  34. d2b2e53 header_encode(), encode(): Use _floordiv() from the appropriate by Barry Warsaw · 22 years ago
  35. 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  36. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  37. 524af6f Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  38. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  39. ff49279 _intdiv2() -> _floordiv(), merge of uncommitted changes. by Barry Warsaw · 22 years ago
  40. 1fab9ee Get email test to pass. Barry, hope this is what you had in mind by Neal Norwitz · 22 years ago
  41. 9d5e4aa Bump to version 2.0.5, and also use absolute import paths. by Barry Warsaw · 22 years ago
  42. 2f514a8 These two classes provide bases for more specific content type subclasses. by Barry Warsaw · 22 years ago
  43. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  44. c5d1c04 Slightly better docstring by Barry Warsaw · 22 years ago
  45. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago
  46. ca948b4 Use floor division where appropriate. by Guido van Rossum · 22 years ago
  47. 1a7ac35 Importing Charset should not fail when Unicode is disabled. (XXX by Guido van Rossum · 22 years ago
  48. 8ac1495 Whitespace normalization. by Tim Peters · 22 years ago
  49. 4319315 Bump to version 2.0.4 by Barry Warsaw · 22 years ago
  50. 4be9ecc getaddresses(): Like the change in rfc822.py, this one needs to access by Barry Warsaw · 22 years ago
  51. 7e21b67 I've thought about it some more, and I believe it is proper for the by Barry Warsaw · 22 years ago
  52. 812031b Fixed a bug in the splitting of lines, and improved the splitting for 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. 5833baa Removed two unused imports. Closes patch #525225. by Barry Warsaw · 23 years ago
  58. 15e9dc9 _parsebody(): When adding subparts to a multipart container, make sure by Barry Warsaw · 23 years ago
  59. c44d2c5 decode(), encode(): Accepting the minor optimizations from SF patch by Barry Warsaw · 23 years ago
  60. bf7c52c More typo fixes. by Barry Warsaw · 23 years ago
  61. 6253c2d Docstring typo fix. by Greg Ward · 23 years ago
  62. e5739a6 formatdate(): Jason Mastaler correctly points out that divmod with a by Barry Warsaw · 23 years ago
  63. cd45a36 formatdate(): The calculation of the minutes part of the zone was by Barry Warsaw · 23 years ago
  64. 9aa6435 Forgot to import time. by Barry Warsaw · 23 years ago
  65. 9cff0e6 formatdate(): A better docstring. by Barry Warsaw · 23 years ago
  66. aa79f4d formatdate(): An implementation to replace the one borrowed from by Barry Warsaw · 23 years ago
  67. 2a9e385 walk(): Fix docstring; traversal is depth-first. Closes mimelib bug #477864. by Barry Warsaw · 23 years ago
  68. 2539cf5 A fix for SF bug #472560, extra newlines returned by get_param() when by Barry Warsaw · 23 years ago
  69. 856c32b Another merge from mimelib: by Barry Warsaw · 23 years ago
  70. d1eeecb Two merges from the mimelib project: by Barry Warsaw · 23 years ago
  71. 0164b6b typed_subpart_iterator(): When getting the main type use 'text' as the by Barry Warsaw · 23 years ago
  72. e552882 HeaderParser: A new subclass of Parser which only parses the message by Barry Warsaw · 23 years ago
  73. 53f8fe4 An audio/* class, like MIMEImage, contributed by Anthony Baxter. by Barry Warsaw · 23 years ago
  74. 2ae0b01 Fix __all__ to the current list of exported modules (must pass the by Barry Warsaw · 23 years ago
  75. 9300a75 get_all(): We never returned failobj if we found no matching headers. by Barry Warsaw · 23 years ago
  76. e968ead Give me back my page breaks. by Barry Warsaw · 23 years ago
  77. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  78. 66971fb _parsebody(): Use get_boundary() and get_type(). by Barry Warsaw · 23 years ago
  79. beb5945 has_key(): Implement in terms of get(). by Barry Warsaw · 23 years ago
  80. 76fac8e __init__(): Arguments major renamed to maintype and minor renamed to by Barry Warsaw · 23 years ago
  81. 57758e3 Updated docstrings. Also, by Barry Warsaw · 23 years ago
  82. 3dd978d Image.py and class Image => MIMEImage.py and MIMEImage by Barry Warsaw · 23 years ago
  83. b384e01 In class Generator: by Barry Warsaw · 23 years ago
  84. 6f70c41 cosmetic by Barry Warsaw · 23 years ago
  85. ba92580 The email package version 1.0, prototyped as mimelib by Barry Warsaw · 23 years ago