1. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  2. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  3. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 20 years ago
  4. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  5. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 20 years ago
  6. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
  7. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  8. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  9. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 20 years ago
  10. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 20 years ago
  11. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 20 years ago
  12. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 20 years ago
  13. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  14. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 20 years ago
  15. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 20 years ago
  16. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  17. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  18. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  19. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  20. e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 20 years ago
  21. ac606cc forward porting from release23-maint by Barry Warsaw · 20 years ago
  22. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 20 years ago
  23. 61e5616 encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but by Barry Warsaw · 20 years ago
  24. 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 20 years ago
  25. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 20 years ago
  26. d49f1d6 _structure(): Make sure all output goes the to fp object. by Barry Warsaw · 20 years ago
  27. d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 20 years ago
  28. dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 20 years ago
  29. 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 20 years ago
  30. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 20 years ago
  31. 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 20 years ago
  32. bce827b An example with multiple boundary lines. by Barry Warsaw · 20 years ago
  33. d38f448 _parsegen(): Move the message/rfc822 clause to after the by Barry Warsaw · 20 years ago
  34. 5b44cd6 _parsegen(): Watch out for empty epilogues. by Barry Warsaw · 20 years ago
  35. c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 20 years ago
  36. 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 20 years ago
  37. d285600 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 20 years ago
  38. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 20 years ago
  39. 2c823d6 we dont support any Python's before 2.3 now. by Barry Warsaw · 20 years ago
  40. 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  41. 235c8eb Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  42. 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  43. 4c3e33a Update to Python 2.3, getting rid of backward compatiblity crud. We don't by Barry Warsaw · 20 years ago
  44. 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  45. 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  46. 418101f An updated FeedParser that should be RFC complaint, passes all existing by Barry Warsaw · 20 years ago
  47. 333e830 Add MessageDefect and subclasses. by Barry Warsaw · 20 years ago
  48. 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  49. 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 20 years ago
  50. b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 20 years ago
  51. 39a0f04 New parser. Next up, making the current parser use this parser by Anthony Baxter · 20 years ago
  52. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 20 years ago
  53. 0813d76 Merge in Anthony's new parser code, from the anthony-parser-branch: by Thomas Wouters · 20 years ago
  54. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 21 years ago
  55. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 21 years ago
  56. 339270e Bump version number to 2.5.5 by Barry Warsaw · 21 years ago
  57. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 21 years ago
  58. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  59. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 21 years ago
  60. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 21 years ago
  61. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 21 years ago
  62. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 21 years ago
  63. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 21 years ago
  64. 0b6f0d8 decode_rfc2231(): We need to urllib.unquote() the value even if the by Barry Warsaw · 21 years ago
  65. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  66. efad588 AddressList.__str__(): Get rid of useless, and broken method. Closes by Barry Warsaw · 21 years ago
  67. 6754d52 get_payload(): Improve the TypeError message when the payload isn't of by Barry Warsaw · 21 years ago
  68. db6888b _make_boundary(): Fix for SF bug #745478, broken boundary calculation by Barry Warsaw · 21 years ago
  69. 362310d Bump version number by Barry Warsaw · 21 years ago
  70. f8b3e1f A couple of new parsedate test cases. by Barry Warsaw · 21 years ago
  71. b5dc39f parsedate_tz(): Be slightly more lenient when there's no day of the by Barry Warsaw · 21 years ago
  72. 0822ff7 Get rid of some hard coded tabs by Barry Warsaw · 21 years ago
  73. 482c5f7 as_string(): Added some text to the docstring to make it clear that by Barry Warsaw · 21 years ago
  74. 7ba256f Fix a comment by Barry Warsaw · 21 years ago
  75. 1a99cf0 Bump to version 2.5.1 by Barry Warsaw · 21 years ago
  76. 9c505ae test_whitespace_eater_unicode_2(): Test case for SF bug #710498. by Barry Warsaw · 21 years ago
  77. ba1548a __unicode__(): Fix the logic for calculating whether to add a by Barry Warsaw · 21 years ago
  78. e159d58 Temporary bump of the version number. by Barry Warsaw · 21 years ago
  79. cd7051f typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  80. 8af5677 typed_subpart_iterator(): Fix these to use non-deprecated APIs, by Barry Warsaw · 21 years ago
  81. 5fe9ead Email version 2.5 -- I will now backport this to Python 2.2.3. by Barry Warsaw · 21 years ago
  82. 6613fb8 _encode_chunks(): Throw out empty chunks. by Barry Warsaw · 21 years ago
  83. 2407549 test_long_lines_with_different_header(): Another test from Jason. by Barry Warsaw · 21 years ago
  84. ab75840 test_getaddresses_nasty(): A test for mimelib SF bug # 697641. by Barry Warsaw · 21 years ago
  85. fa348c8 getaddrlist(): Make sure this consumes all the data, and if there is by Barry Warsaw · 21 years ago
  86. ea8f6fa test_whitespace_eater_unicode(): Make this test Python 2.1 compatible. by Barry Warsaw · 21 years ago
  87. ca53c12 Python 2.1 doesn't have True and False by Barry Warsaw · 21 years ago
  88. f9e0bd8 Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  89. df6c70b beta 1 by Barry Warsaw · 21 years ago
  90. bd757ba Adjust tests for no newline appending to MIMEText.__init__()'s _text argument. by Barry Warsaw · 21 years ago
  91. cbec700 __init__(): Don't add a newline to _text if it doesn't already end in by Barry Warsaw · 21 years ago
  92. 12dc230 body_line_iterator(): Accept optional decode argument, pass through to by Barry Warsaw · 21 years ago
  93. 0889849 get_payload(): Teach this about various uunencoded Content-Transfer-Encodings by Barry Warsaw · 21 years ago
  94. 3840b49 test_get_decoded_uu_payload(): A new test for by Barry Warsaw · 21 years ago
  95. a236992 specialsre, escapesre: In SF bug #663369, Matthew Woodcraft points out by Barry Warsaw · 21 years ago
  96. a2e6470 test_escape_backslashes(): A test for SF bug #663369 by Matthew Woodcraft. by Barry Warsaw · 21 years ago
  97. 59e98ae _bdecode(): Remove redundant check. by Barry Warsaw · 21 years ago
  98. 513af77 Fix base class by Barry Warsaw · 21 years ago
  99. e1ff4bb Use ndiffAssertEqual in a couple of places for better error reporting. by Barry Warsaw · 21 years ago
  100. 21191d3 get_payload(): If we get a low-level binascii.Error when base64 by Barry Warsaw · 21 years ago