1. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
  2. 339270e Bump version number to 2.5.5 by Barry Warsaw · 21 years ago
  3. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  4. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  5. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  6. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 21 years ago
  7. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 21 years ago
  8. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  9. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 21 years ago
  10. 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
  11. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  12. efad588 AddressList.__str__(): Get rid of useless, and broken method. Closes by Barry Warsaw · 21 years ago
  13. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 21 years ago
  14. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  15. 362310d Bump version number by Barry Warsaw · 21 years ago
  16. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  17. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  18. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago
  19. 482c5f7 as_string(): Added some text to the docstring to make it clear that by Barry Warsaw · 21 years ago
  20. 7ba256f Fix a comment by Barry Warsaw · 21 years ago
  21. 1a99cf0 Bump to version 2.5.1 by Barry Warsaw · 21 years ago
  22. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 21 years ago
  23. ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 21 years ago
  24. e159d58 Temporary bump of the version number. by Barry Warsaw · 21 years ago
  25. cd7051f typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  26. 8af5677 typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  27. 5fe9ead Email version 2.5 -- I will now backport this to Python 2.2.3. by Barry Warsaw · 21 years ago
  28. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 21 years ago
  29. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 21 years ago
  30. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 21 years ago
  31. fa348c8 getaddrlist(): Make sure this consumes all the data, and if there is by Barry Warsaw · 21 years ago
  32. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 21 years ago
  33. ca53c12 Python 2.1 doesn't have True and False by Barry Warsaw · 21 years ago
  34. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  35. df6c70b beta 1 by Barry Warsaw · 21 years ago
  36. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  37. cbec700 __init__(): Don't add a newline to _text if it doesn't already end in by Barry Warsaw · 21 years ago
  38. 12dc230 body_line_iterator(): Accept optional decode argument, pass through to by Barry Warsaw · 21 years ago
  39. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 21 years ago
  40. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 21 years ago
  41. a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 21 years ago
  42. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 21 years ago
  43. 59e98ae _bdecode(): Remove redundant check. by Barry Warsaw · 21 years ago
  44. 513af77 Fix base class by Barry Warsaw · 21 years ago
  45. e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 21 years ago
  46. 21191d3 get_payload(): If we get a low-level binascii.Error when base64 by Barry Warsaw · 21 years ago
  47. 3efb651 test_broken_base64_payload(): Test for crash in low-level binascii by Barry Warsaw · 21 years ago
  48. 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 21 years ago
  49. 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 21 years ago
  50. 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 21 years ago
  51. 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 21 years ago
  52. 8e1e7f5 decode_rfc2231(): RFC 2231 allows leaving out both the charset and by Barry Warsaw · 21 years ago
  53. 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 21 years ago
  54. bf7e241 whitespace normalization by Barry Warsaw · 21 years ago
  55. ce6bf59 _write_headers(), _split_header(): All of the smarts for splitting by Barry Warsaw · 21 years ago
  56. 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 21 years ago
  57. 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 21 years ago
  58. 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 21 years ago
  59. bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 21 years ago
  60. f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 21 years ago
  61. c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 21 years ago
  62. 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 21 years ago
  63. 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 21 years ago
  64. 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 21 years ago
  65. 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  66. e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  67. 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  68. 5c2f153 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  69. 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  70. 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  71. 0ed81c3 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 21 years ago
  72. 4e68a1e CHARSETS, ALIASES, CODEC_MAP: SF feature request 633543, Korean by Barry Warsaw · 22 years ago
  73. 3d59781 Jack complained that on test_crlf_separation() was failing on MacOS9 by Barry Warsaw · 22 years ago
  74. 10ee7a7 test_bad_8bit_header(): Tests for optional argument `errors'. See SF by Barry Warsaw · 22 years ago
  75. f4fdff7 Header.__init__(), .append(): Add an optional argument `errors' which by Barry Warsaw · 22 years ago
  76. 72261c9 Actually, make this 2.5a1 since it will include API changes that may by Barry Warsaw · 22 years ago
  77. 207d1c2 Bump to 2.5 by Barry Warsaw · 22 years ago
  78. f29ffbd TestMIMEAudio.setUp(): Use the email package's copy of the audio test by Barry Warsaw · 22 years ago
  79. c99c08c A copy of the audio test file from Lib/test, needed because some by Barry Warsaw · 22 years ago
  80. ba97659 parsedate_tz(): Fix SF bug #552345, optional FWS between the comma and by Barry Warsaw · 22 years ago
  81. 795833f test_parsedate_compact(): A test for optional FWS between the comma by Barry Warsaw · 22 years ago
  82. 5c8fef9 A code cleansing pass by Barry Warsaw · 22 years ago
  83. 1fb22bb Port rfc822.py changes that didn't make it into this copy, by Barry Warsaw · 22 years ago
  84. edb59c1 test_name_with_dots(): A new test to ensure that we're implementing by Barry Warsaw · 22 years ago
  85. 6578dc9 Whitespace normalization. by Tim Peters · 22 years ago
  86. da2525e parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527, by Barry Warsaw · 22 years ago
  87. a0a0076 test_no_separating_blank_line(): A test for SF bug #633527, no by Barry Warsaw · 22 years ago
  88. 847fdbb A message with no separating blank line between the headers and the by Barry Warsaw · 22 years ago
  89. 48b0a1c test_text_plain_in_a_multipart_digest(): A test of the fix for SF bug by Barry Warsaw · 22 years ago
  90. 5c9130e _parsebody(): A fix for SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  91. 00e6a02 Test case, distilled from SF bug #631350, where a subobject in a by Barry Warsaw · 22 years ago
  92. 8f4dcbd Bump __version__ (yes, to 2.5 "minus") by Barry Warsaw · 22 years ago
  93. 030ddf7 Jason Mastaler's patch to break the dependence on rfc822.py for the by Barry Warsaw · 22 years ago
  94. 4111804 test_body_encoding(): a new test for Charset.body_encode(), especially by Barry Warsaw · 22 years ago
  95. 34aa445 test_body_encoding(): a new test by Barry Warsaw · 22 years ago
  96. 3d57589 body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug by Barry Warsaw · 22 years ago
  97. 67f8f2f append(): Fixing the test for convertability after consultation with by Barry Warsaw · 22 years ago
  98. a74771c Two new tests for splitting (or not splitting) 8-bit header data. by Barry Warsaw · 22 years ago
  99. 1a6ea33 Bump the __version__ by Barry Warsaw · 22 years ago
  100. 5e3bcff __init__(): Fix an invariant, that the charset item in a chunk tuple by Barry Warsaw · 22 years ago