1. 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 13 years ago
  2. 43b2f45 Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from by R. David Murray · 13 years ago
  3. 389af00 Merged revisions 87873 via svnmerge from by R. David Murray · 14 years ago
  4. f9844c8 Merged revisions 87750 via svnmerge from by R. David Murray · 14 years ago
  5. 5723d22 Merged revisions 87567 via svnmerge from by R. David Murray · 14 years ago
  6. 27c1914 Merged revisions 87415 via svnmerge from by R. David Murray · 14 years ago
  7. ccb9d05 Merged revisions 87217 via svnmerge from by R. David Murray · 14 years ago
  8. 0101a3a Merged revisions 87191 via svnmerge from by R. David Murray · 14 years ago
  9. abb1075 Merged revisions 85146 via svnmerge from by R. David Murray · 14 years ago
  10. c1b3ed5 Merged revisions 85130 via svnmerge from by R. David Murray · 14 years ago
  11. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  12. 7f8199a Merged revisions 85179 via svnmerge from by R. David Murray · 14 years ago
  13. f9c957f Merged revisions 85142 via svnmerge from by R. David Murray · 14 years ago
  14. 1061f18 Merged revisions 84310 via svnmerge from by R. David Murray · 14 years ago
  15. e06528c Merged revisions 83690 via svnmerge from by R. David Murray · 14 years ago
  16. 6d4a06c Merged revisions 82922 via svnmerge from by R. David Murray · 14 years ago
  17. 71df9d9 Merged revisions 82011 via svnmerge from by R. David Murray · 14 years ago
  18. 99147c4 Merged revisions 81685 via svnmerge from by R. David Murray · 14 years ago
  19. d2d08c6 Merged revisions 81660 via svnmerge from by R. David Murray · 14 years ago
  20. 06f018d Merged revisions 80795 via svnmerge from by Matthias Klose · 14 years ago
  21. f870d87 Merged revisions 79996,80855 via svnmerge from by R. David Murray · 14 years ago
  22. c30bb7d Merged revisions 80359 via svnmerge from by Ezio Melotti · 14 years ago
  23. ba47a37 Merged revisions 80353 via svnmerge from by Ezio Melotti · 14 years ago
  24. 84ee310 Merged revisions 80078 via svnmerge from by R. David Murray · 14 years ago
  25. d0a04ff Merged revisions 78276 via svnmerge from by R. David Murray · 14 years ago
  26. fa60692 Merged revisions 77542 via svnmerge from by R. David Murray · 15 years ago
  27. ffeda29 Merged revisions 77389 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 47f383d Add mktime_tz to __all__. It's documented as being available in email.utils. by Barry Warsaw · 15 years ago
  29. 290e939 Merged revisions 75307 via svnmerge from by R. David Murray · 15 years ago
  30. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  31. d76c8da Merged revisions 73623-73624 via svnmerge from by Benjamin Peterson · 15 years ago
  32. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  33. 3ed0deb Remove nonexisting stuff from __all__. by Georg Brandl · 15 years ago
  34. 3308e80 #6139: fix typo of variable name. by Georg Brandl · 15 years ago
  35. 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
  36. ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 15 years ago
  37. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  38. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  39. 15b16a3 Issue #4387: binascii now refuses to accept str as binary input. by Martin v. Löwis · 16 years ago
  40. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  41. 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 16 years ago
  42. 4cd6a95 Merged revisions 65659,65693,65700,65702,65706-65707,65761 via svnmerge from by Benjamin Peterson · 16 years ago
  43. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  44. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 16 years ago
  45. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  46. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  47. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  48. 5209857f Removed implicit convertions of str object to bytes from base64. by Alexandre Vassalotti · 16 years ago
  49. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  50. 587c2bf Merged revisions 60053-60078 via svnmerge from by Christian Heimes · 17 years ago
  51. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  52. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  53. 841e122 Get test_email to pass. There is a problem reading the data file and by Neal Norwitz · 17 years ago
  54. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  55. c5a6a30 Restore test_email for a1. It passes completely. by Barry Warsaw · 17 years ago
  56. bef9d21 Make test_email.py completely pass. This is cheating though because the two by Barry Warsaw · 17 years ago
  57. 7aa02e6 More email package fixes. by Barry Warsaw · 17 years ago
  58. 8b2af27 More email package fixes. by Barry Warsaw · 17 years ago
  59. 00b3422 More email package fixes. by Barry Warsaw · 17 years ago
  60. 8c57104 More email package fixes. by Barry Warsaw · 17 years ago
  61. 2cc1f6d More email package related repairs. This fixes smtplib's import and use of by Barry Warsaw · 17 years ago
  62. c247e51 Make this module importable, this gets test___all__ to pass. by Neal Norwitz · 17 years ago
  63. 9604e66 Oops. I copied a slightly older version of the email package from the sandbox. by Guido van Rossum · 17 years ago
  64. 8b3d659 Fix a more bytes/str confusion. by Barry Warsaw · 17 years ago
  65. 8b3febe Copying the email package back, despite its failings. by Guido van Rossum · 17 years ago
  66. 6398b7a Remove the email package for now. by Guido van Rossum · 17 years ago
  67. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  68. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  69. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  70. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  71. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  72. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  73. 9b88504 Fairly subtle fix for failing tests. by Guido van Rossum · 18 years ago
  74. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  75. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  76. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  77. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  78. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  79. 49061f7 Stomp out more hsa_key() calls. by Guido van Rossum · 18 years ago
  80. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  81. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  82. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  83. ad9afcf Actually this file should have svn:eol-style CRLF since it's specifically by Barry Warsaw · 18 years ago
  84. c32886d Set eol-style to native -- doesn't appear to be any reason by Tim Peters · 18 years ago
  85. e58df82 Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5. by Barry Warsaw · 19 years ago
  86. e3dd5b2 Resolves SF bug #1423972. by Barry Warsaw · 19 years ago
  87. 602426e parsedate_tz(): Minor cleanup. by Barry Warsaw · 19 years ago
  88. 6153201 SF bug #1347874; FeedParser does not comply with RFC2822. by Barry Warsaw · 19 years ago
  89. a0f28ef Ported 42075 from release23-maint branch. by Barry Warsaw · 19 years ago
  90. 422b10f fix broken (unexecuted) test by Anthony Baxter · 19 years ago
  91. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 20 years ago
  92. f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 20 years ago
  93. 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 20 years ago
  94. 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 20 years ago
  95. 93d9d5f get_boundary(): Fix for SF bug #1060941. RFC 2046 says boundaries may begin by Barry Warsaw · 20 years ago
  96. 932874d test_boundary_with_leading_space(): Test case for SF bug #1060941. RFC 2046 by Barry Warsaw · 20 years ago
  97. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  98. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  99. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 20 years ago
  100. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 20 years ago