1. b6453a9 Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from by Georg Brandl · 15 years ago
  2. 1fa9116 Merged revisions 78274 via svnmerge from by R. David Murray · 15 years ago
  3. 708c487 Merged revisions 78035,78040,78043,78049-78050,78052-78054 via svnmerge from by Georg Brandl · 16 years ago
  4. 6c27361 Add data file omitted by svnmerge. by R. David Murray · 16 years ago
  5. 3cc6191 Merged revisions 77517,77525 via svnmerge from by R. David Murray · 16 years ago
  6. 546b212 Add mktime_tz to __all__. It's documented as being available in email.utils. by Barry Warsaw · 16 years ago
  7. 7034db3 Merged revisions 75301 via svnmerge from by R. David Murray · 16 years ago
  8. c42f0ad Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  9. 585ad8a Merged revisions 69846 via svnmerge from by Jesus Cea · 16 years ago
  10. b90a8be #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pathological input by Antoine Pitrou · 17 years ago
  11. 8161498 Remove a dict.has_key() usage in email._parseaddr found while running -3. by Brett Cannon · 17 years ago
  12. 1f571c6 Remove Barry's love of deprecated syntax to silence warnings in the email by Brett Cannon · 17 years ago
  13. 3a44148 Revert eol-style to CRLF. by Martin v. Löwis · 17 years ago
  14. 06510b2 Run svneol.py on all sources. by Martin v. Löwis · 17 years ago
  15. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  16. 2b1b195 Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for a by Facundo Batista · 18 years ago
  17. 81a06d4 In response to this SF bug: by Barry Warsaw · 18 years ago
  18. dcd24ae SF bug #1582282; decode_header() incorrectly splits not-conformant RFC by Barry Warsaw · 18 years ago
  19. bdd0f39 Patch #1449244: Support Unicode strings in by Martin v. Löwis · 18 years ago
  20. cbbc3f1 Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the by Barry Warsaw · 18 years ago
  21. 4ba9e5b Patch #1634778: add missing encoding aliases for iso8859_15 and iso8859_16. by Georg Brandl · 19 years ago
  22. 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 19 years ago
  23. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 19 years ago
  24. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 19 years ago
  25. 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 19 years ago
  26. dbcc8d9 Port forward from 2.4 branch: by Barry Warsaw · 19 years ago
  27. 93f5b93 The email module's parsedate_tz function now sets the daylight savings by Anthony Baxter · 19 years ago
  28. 46fa48a whitespace n11n by Anthony Baxter · 19 years ago
  29. 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
  30. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 19 years ago
  31. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 19 years ago
  32. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 20 years ago
  33. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 20 years ago
  34. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 20 years ago
  35. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 20 years ago
  36. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 20 years ago
  37. 422b10f fix broken (unexecuted) test by Anthony Baxter · 20 years ago
  38. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 21 years ago
  39. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 21 years ago
  40. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 21 years ago
  41. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 21 years ago
  42. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 21 years ago
  43. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 21 years ago
  44. e718f61 Whitespace normalization. by Tim Peters · 21 years ago
  45. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 21 years ago
  46. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 21 years ago
  47. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 21 years ago
  48. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 21 years ago
  49. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 21 years ago
  50. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 21 years ago
  51. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 21 years ago
  52. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 21 years ago
  53. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 21 years ago
  54. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 21 years ago
  55. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 21 years ago
  56. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 21 years ago
  57. e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 21 years ago
  58. ac606cc forward porting from release23-maint by Barry Warsaw · 21 years ago
  59. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
  60. 61e5616 encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but by Barry Warsaw · 21 years ago
  61. 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 21 years ago
  62. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 21 years ago
  63. d49f1d6 _structure(): Make sure all output goes the to fp object. by Barry Warsaw · 21 years ago
  64. d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 21 years ago
  65. dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 21 years ago
  66. 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 21 years ago
  67. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 21 years ago
  68. 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 21 years ago
  69. bce827b An example with multiple boundary lines. by Barry Warsaw · 21 years ago
  70. d38f448 _parsegen(): Move the message/rfc822 clause to after the by Barry Warsaw · 21 years ago
  71. 5b44cd6 _parsegen(): Watch out for empty epilogues. by Barry Warsaw · 21 years ago
  72. c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 21 years ago
  73. 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 21 years ago
  74. d285600 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
  75. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
  76. 2c823d6 we dont support any Python's before 2.3 now. by Barry Warsaw · 21 years ago
  77. 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
  78. 235c8eb Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
  79. 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
  80. 4c3e33a Update to Python 2.3, getting rid of backward compatiblity crud. We don't by Barry Warsaw · 21 years ago
  81. 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
  82. 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
  83. 418101f An updated FeedParser that should be RFC complaint, passes all existing by Barry Warsaw · 21 years ago
  84. 333e830 Add MessageDefect and subclasses. by Barry Warsaw · 21 years ago
  85. 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
  86. 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 21 years ago
  87. b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 21 years ago
  88. 39a0f04 New parser. Next up, making the current parser use this parser by Anthony Baxter · 21 years ago
  89. 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 21 years ago
  90. 0813d76 Merge in Anthony's new parser code, from the anthony-parser-branch: by Thomas Wouters · 21 years ago
  91. 3e2a306 Add CJK codecs support as discussed on python-dev. (SF #873597) by Hye-Shik Chang · 22 years ago
  92. 4a44293 Fixes to support CJKCodecs as per SF bug #852347. Actually, this by Barry Warsaw · 22 years ago
  93. 339270e Bump version number to 2.5.5 by Barry Warsaw · 22 years ago
  94. b03136a __init__(): The docstring was incorrect regarding how header wrapping by Barry Warsaw · 22 years ago
  95. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 22 years ago
  96. 2e31ce2 test_get_param_with_semis_in_quotes(): Test case for SF bug #794466. by Barry Warsaw · 22 years ago
  97. a74e868 A fix for parsing parameters when there are semicolons inside the by Barry Warsaw · 22 years ago
  98. c86c24e Bump the version number for the standalone mimelib package. by Barry Warsaw · 22 years ago
  99. 622d60b test_rfc2231_no_language_or_charset_in_filename(), by Barry Warsaw · 22 years ago
  100. 6208369 get_param(): Update the docstring to explain how CHARSET and LANGUAGE by Barry Warsaw · 22 years ago