1. 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
  2. 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  3. 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 22 years ago
  4. 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  5. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  6. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  7. 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  8. 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  9. fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  10. 419b284 __all__: Updated by Barry Warsaw · 22 years ago
  11. 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  12. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
  13. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  14. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago
  15. d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 22 years ago
  16. eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 22 years ago
  17. c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  18. f776e69 Code cleanup and add docstrings. by Barry Warsaw · 22 years ago
  19. 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  20. e03e8f0 Use True/False everywhere. by Barry Warsaw · 22 years ago
  21. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 22 years ago
  22. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 22 years ago
  23. bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 22 years ago
  24. 5f25327 Add a pychecker suppression. by Barry Warsaw · 22 years ago
  25. 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
  26. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
  27. 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
  28. 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  29. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  30. 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 22 years ago
  31. 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 22 years ago
  32. 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
  33. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  34. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  35. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  36. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  37. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  38. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  39. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  40. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  41. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  42. e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
  43. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
  44. 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
  45. 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
  46. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
  47. a4ce1cf _structure(): Use .get_content_type() by Barry Warsaw · 22 years ago
  48. 1a16075 Whitespace normalization. by Barry Warsaw · 22 years ago
  49. 48b0d36 Typo by Barry Warsaw · 22 years ago
  50. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  51. 4d5ef6a Bump version number to 2.3 by Barry Warsaw · 22 years ago
  52. 3328136 Added tests for SF patch #597593, syntactically invalid Content-Type: headers. by Barry Warsaw · 22 years ago
  53. f36d804 get_content_type(), get_content_maintype(), get_content_subtype(): RFC by Barry Warsaw · 22 years ago
  54. dfea3b3 _dispatch(): Use get_content_maintype() and get_content_subtype() to by Barry Warsaw · 22 years ago
  55. b404bb7 test_three_lines(): Test case reported by Andrew McNamara. Works in by Barry Warsaw · 22 years ago
  56. 9e4e050 Use full package paths in imports. by Barry Warsaw · 22 years ago
  57. 10d0d59 Added a couple of more tests for Header charset handling. by Barry Warsaw · 22 years ago
  58. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  59. 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
  60. 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago
  61. 53d019c Changed import from by Tim Peters · 22 years ago
  62. 190390b The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  63. 6290380 The email package's tests live much better in a subpackage by Barry Warsaw · 22 years ago
  64. d8e8e54 message_from_string(), message_from_file(): The consensus on the by Barry Warsaw · 22 years ago
  65. bb26b45 Parser.__init__(): The consensus on the mimelib-devel list is that by Barry Warsaw · 22 years ago
  66. c106864 To better support default content types, fix an API wart, and preserve by Barry Warsaw · 22 years ago
  67. d438574 _structure(): Take an optional `fp' argument which would be the object by Barry Warsaw · 22 years ago
  68. 1cecdc6 _dispatch(): Use the new Message.get_content_type() method as hashed by Barry Warsaw · 22 years ago
  69. 7aeac91 Anthony Baxter's cleanup patch. Python project SF patch # 583190, quoting: by Barry Warsaw · 22 years ago
  70. 2d2fc22 Anthony Baxter's patch to expose the parser's `strict' flag in these by Barry Warsaw · 22 years ago
  71. 4ef1c7d _structure(): Don't get the whole Content-Type: header, just get the by Barry Warsaw · 22 years ago
  72. f488b2c _dispatch(): Comment improvements. by Barry Warsaw · 22 years ago
  73. 8da39aa make_header(): New function to take the output of decode_header() and by Barry Warsaw · 22 years ago
  74. f6caeba Anthony Baxter's patch for non-strict parsing. This adds a `strict' by Barry Warsaw · 22 years ago
  75. a0c8b9d Add the concept of a "default type". Normally the default type is by Barry Warsaw · 22 years ago
  76. bb493a7 __init__(): Don't attach the subparts if its an empty tuple. If the by Barry Warsaw · 22 years ago
  77. 93c40f0 clone(): A new method for creating a clone of this generator (for by Barry Warsaw · 22 years ago
  78. ed53bdb __init__(): Be sure to set the default type to message/rfc822. by Barry Warsaw · 22 years ago
  79. 8fa06b5 _structure(): A handy little debugging aid that I don't (yet) intend by Barry Warsaw · 22 years ago
  80. 27b168c With the addition of Oleg's support for RFC 2231, it's time to bump by Barry Warsaw · 22 years ago
  81. 6ee7156 append(): Clarify the expected type of charset. by Barry Warsaw · 22 years ago
  82. 12566a8 Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  83. 908dc4b Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 by Barry Warsaw · 22 years ago
  84. 8e69bda __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation by Barry Warsaw · 22 years ago
  85. ba2577b _max_append(): When adding the string `s' to its own line, it should by Barry Warsaw · 22 years ago
  86. 7661250 Teach this class about "highest-level syntactic breaks" but only for by Barry Warsaw · 22 years ago
  87. 062749a _split_header(): The code here was terminally broken because it didn't by Barry Warsaw · 22 years ago
  88. 69e18af _parsebody(): Fix for the new message/rfc822 tree structure (the by Barry Warsaw · 22 years ago
  89. d2b2e53 header_encode(), encode(): Use _floordiv() from the appropriate by Barry Warsaw · 22 years ago
  90. 21f77ac Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  91. 8ba76e8 Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  92. 524af6f Use absolute import paths for intrapackage imports. by Barry Warsaw · 22 years ago
  93. 7dc865a flatten(): Renamed from __call__() which is (silently) deprecated. by Barry Warsaw · 22 years ago
  94. ff49279 _intdiv2() -> _floordiv(), merge of uncommitted changes. by Barry Warsaw · 22 years ago
  95. 1fab9ee Get email test to pass. Barry, hope this is what you had in mind by Neal Norwitz · 22 years ago
  96. 9d5e4aa Bump to version 2.0.5, and also use absolute import paths. by Barry Warsaw · 22 years ago
  97. 2f514a8 These two classes provide bases for more specific content type subclasses. by Barry Warsaw · 22 years ago
  98. 1c30aa2 The _compat modules now export _floordiv() instead of _intdiv2() for by Barry Warsaw · 22 years ago
  99. c5d1c04 Slightly better docstring by Barry Warsaw · 22 years ago
  100. bb98c8c _is_unicode(): Use UnicodeType instead of the unicode builtin for by Barry Warsaw · 22 years ago