1. 1c25de6 Merged revisions 73952 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  2. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  3. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  4. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  5. 3ed0deb Remove nonexisting stuff from __all__. by Georg Brandl · 15 years ago
  6. 3308e80 #6139: fix typo of variable name. by Georg Brandl · 15 years ago
  7. 70d61ce "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. by Barry Warsaw · 15 years ago
  8. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  9. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  10. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  11. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  12. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  13. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  14. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  16. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 16 years ago
  17. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  18. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 16 years ago
  21. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  22. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 16 years ago
  23. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  24. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  25. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
  26. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  27. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  28. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  29. 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
  30. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  31. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  32. 8c57104 More email package fixes. by Barry Warsaw · 17 years ago
  33. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  34. c247e51 Make this module importable, this gets test___all__ to pass. by Neal Norwitz · 17 years ago
  35. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  36. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  37. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  38. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  39. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  40. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  41. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  42. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  43. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  44. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  45. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 17 years ago
  46. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  47. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  48. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  49. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  50. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  51. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
  52. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  53. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  54. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  55. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 18 years ago
  56. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 18 years ago
  57. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 18 years ago
  58. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 18 years ago
  59. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 18 years ago
  60. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 18 years ago
  61. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 18 years ago
  62. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  63. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  64. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  65. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 20 years ago
  66. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  67. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 20 years ago
  68. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
  69. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  70. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  71. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 20 years ago
  72. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 20 years ago
  73. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 20 years ago
  74. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 20 years ago
  75. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  76. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 20 years ago
  77. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 20 years ago
  78. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  79. 06fa042 Test cases and fixes for bugs described in patch #873418: email/Message.py: by Barry Warsaw · 20 years ago
  80. e8bedeb Resolution of bug #997368, "strftime() backward compatibility". by Barry Warsaw · 20 years ago
  81. 8896bf5 Resolution of SF bug #1002475 and patch #1003693; Header lines that end in by Barry Warsaw · 20 years ago
  82. e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 20 years ago
  83. ac606cc forward porting from release23-maint by Barry Warsaw · 20 years ago
  84. 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 20 years ago
  85. 61e5616 encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but by Barry Warsaw · 20 years ago
  86. 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 20 years ago
  87. 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 20 years ago
  88. d49f1d6 _structure(): Make sure all output goes the to fp object. by Barry Warsaw · 20 years ago
  89. d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 20 years ago
  90. dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 20 years ago
  91. 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 20 years ago
  92. b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 20 years ago
  93. 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 20 years ago
  94. bce827b An example with multiple boundary lines. by Barry Warsaw · 20 years ago
  95. d38f448 _parsegen(): Move the message/rfc822 clause to after the by Barry Warsaw · 20 years ago
  96. 5b44cd6 _parsegen(): Watch out for empty epilogues. by Barry Warsaw · 20 years ago
  97. c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 20 years ago
  98. 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 20 years ago
  99. d285600 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 20 years ago
  100. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 20 years ago