1. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  2. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  3. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  4. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  5. 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 22 years ago
  6. 207d1c2 Bump to 2.5 by Barry Warsaw · 22 years ago
  7. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  8. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  9. ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 22 years ago
  10. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  11. 5c8fef9 A code cleansing pass by Barry Warsaw · 22 years ago
  12. 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 22 years ago
  13. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  14. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  15. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  16. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  17. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  18. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  19. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  20. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  21. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  22. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  23. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago
  24. 34aa445 test_body_encoding(): a new test by Barry Warsaw · 22 years ago
  25. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  26. 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
  27. a74771c Two new tests for splitting (or not splitting) 8-bit header data. by Barry Warsaw · 22 years ago
  28. 1a6ea33 Bump the __version__ by Barry Warsaw · 22 years ago
  29. 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago
  30. 6c2bc46 _split_header(): If we have a header which is a byte string containing by Barry Warsaw · 22 years ago
  31. 7cd7240 CHARSETS: Add faux '8bit' encoding for representing raw 8-bit data for by Barry Warsaw · 22 years ago
  32. 0c35825 _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: by Barry Warsaw · 22 years ago
  33. ab9439f Update the urls and other information about the add-on Japanese, by Barry Warsaw · 22 years ago
  34. c986e54 Bump version number to 2.4.2 to pick up the latest minor bug fixes. by Barry Warsaw · 22 years ago
  35. dc8087b New tests to verify that charsets are case insensitive, and that by by Barry Warsaw · 22 years ago
  36. ee07cb1 get_content_charset(): RFC 2046 $4.1.2 says charsets are not case by Barry Warsaw · 22 years ago
  37. 14fc464 __init__(): RFC 2046 $4.1.2 says charsets are not case sensitive. by Barry Warsaw · 22 years ago
  38. 08c82b8 openfile(): Go back to opening the files in text mode. This undoes by Barry Warsaw · 22 years ago
  39. 487fe6a _parsebody(): Use get_content_type() instead of the deprecated by Barry Warsaw · 22 years ago
  40. 1d475d3 Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it by Barry Warsaw · 22 years ago
  41. 0ac885e test__all__(): Fix the import list. by Barry Warsaw · 22 years ago
  42. 2d7fab1 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  43. 1f84ff1 _structure(): Swap fp and level arguments. by Barry Warsaw · 22 years ago
  44. 0ebc5c9 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  45. 12272a2 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  46. 4833068 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  47. 0031982 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  48. 03a7559 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  49. fd2e8f7 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  50. 419b284 __all__: Updated by Barry Warsaw · 22 years ago
  51. 057b842 Docstring consistency with the updated .tex files. by Barry Warsaw · 22 years ago
  52. 42d1d3e __contains__(): Change the second argument to `name' for consistency. by Barry Warsaw · 22 years ago
  53. 174aa49 With help from Martin v. Loewis, clarification is added for the by Barry Warsaw · 22 years ago
  54. d20b665 The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in by Barry Warsaw · 22 years ago
  55. d63071b Make the tests pass under Python 2.1 but only by cheating. Python 2.1 by Barry Warsaw · 22 years ago
  56. eecdc74 Add a test for SHORTEST encoding of utf-8 headers, and also update by Barry Warsaw · 22 years ago
  57. c202d93 Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  58. f776e69 Code cleanup and add docstrings. by Barry Warsaw · 22 years ago
  59. 5bdb2be Use True/False everywhere, and other code cleanups. by Barry Warsaw · 22 years ago
  60. e03e8f0 Use True/False everywhere. by Barry Warsaw · 22 years ago
  61. 4ece778 is_multipart(): Use isinstance() instead of type equality. by Barry Warsaw · 22 years ago
  62. c494549 Docstring and code cleanups, e.g. use True/False everywhere. by Barry Warsaw · 22 years ago
  63. bba6b02 __init__(): Minor code cleanup. by Barry Warsaw · 22 years ago
  64. 5f25327 Add a pychecker suppression. by Barry Warsaw · 22 years ago
  65. 56835dd Use True/False everywhere. by Barry Warsaw · 22 years ago
  66. 5932c9b Added a feature suggested by Martin v Loewis, where a new header by Barry Warsaw · 22 years ago
  67. 09f7424 test_unicode_error(): Comment this test out, since we still have controversy. by Barry Warsaw · 22 years ago
  68. 9c74569 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  69. 15aefa9 Fixing some RFC 2231 related issues as reported in the Spambayes by Barry Warsaw · 22 years ago
  70. 6f30a8a __version__: Bump to 2.4 by Barry Warsaw · 22 years ago
  71. 40363b6 Open the test files in binary mode so the \r\n files won't cause by Barry Warsaw · 22 years ago
  72. 7817004 Bump to 2.3.1 to pick up the missing file. by Barry Warsaw · 22 years ago
  73. fbcde75 get_payload(): Document that calling it with no arguments returns a by Barry Warsaw · 22 years ago
  74. bc6edac test_utils_quote_unquote(): Test for unquote() properly de-backslash-ifying. by Barry Warsaw · 22 years ago
  75. 184d55a rfc822.unquote() doesn't properly de-backslash-ify in Python prior to by Barry Warsaw · 22 years ago
  76. 034b47a _parsebody(): Instead of raising a BoundaryError when no start by Barry Warsaw · 22 years ago
  77. b1c1de3 Import _isstring() from the compatibility layer. by Barry Warsaw · 22 years ago
  78. 356afac _isstring(): Factor out "stringiness" test, e.g. for StringType or by Barry Warsaw · 22 years ago
  79. 45d9bde _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. by Barry Warsaw · 22 years ago
  80. 24d45df test_splitting_first_line_only_is_long(): New test for SF bug #601392, by Barry Warsaw · 22 years ago
  81. dad90c2 A sample message with broken MIME boundaries. by Barry Warsaw · 22 years ago
  82. e99e2f5 test_set_param(), test_del_param(): Test RFC 2231 encoding support by by Barry Warsaw · 22 years ago
  83. 3c25535 _formatparam(), set_param(): RFC 2231 encoding support by Oleg by Barry Warsaw · 22 years ago
  84. 470288c test_mondo_message(): "binary" is not a legal content type, so with by Barry Warsaw · 22 years ago
  85. 58fb61c test_replace_header(): New test for Message.replace_header(). by Barry Warsaw · 22 years ago
  86. 229727f replace_header(): New method given by Skip Montanaro in SF patch by Barry Warsaw · 22 years ago
  87. a4ce1cf _structure(): Use .get_content_type() by Barry Warsaw · 22 years ago
  88. 1a16075 Whitespace normalization. by Barry Warsaw · 22 years ago
  89. 48b0d36 Typo by Barry Warsaw · 22 years ago
  90. 280488b Whitespace normalization. by Tim Peters · 22 years ago
  91. 4d5ef6a Bump version number to 2.3 by Barry Warsaw · 22 years ago
  92. 3328136 Added tests for SF patch #597593, syntactically invalid Content-Type: headers. by Barry Warsaw · 22 years ago
  93. f36d804 get_content_type(), get_content_maintype(), get_content_subtype(): RFC by Barry Warsaw · 22 years ago
  94. dfea3b3 _dispatch(): Use get_content_maintype() and get_content_subtype() to by Barry Warsaw · 22 years ago
  95. b404bb7 test_three_lines(): Test case reported by Andrew McNamara. Works in by Barry Warsaw · 22 years ago
  96. 9e4e050 Use full package paths in imports. by Barry Warsaw · 22 years ago
  97. 10d0d59 Added a couple of more tests for Header charset handling. by Barry Warsaw · 22 years ago
  98. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  99. 92825a9 append(): Bite the bullet and let charset be the string name of a by Barry Warsaw · 22 years ago
  100. 15d3739 make_header(): Watch out for charset is None, which decode_header() by Barry Warsaw · 22 years ago