1. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  2. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 16 years ago
  3. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 16 years ago
  4. ba32b72 Merged revisions 64736-64737 via svnmerge from by Martin v. Löwis · 16 years ago
  5. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 16 years ago
  6. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 16 years ago
  7. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 16 years ago
  8. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 16 years ago
  9. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  10. 4118174 Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-64583,64585,64590,64592-64593,64625,64630,64638,64647,64655-64656,64663-64664 via svnmerge from by Benjamin Peterson · 16 years ago
  11. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  12. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 13b6d0d fix test_metaclass by Benjamin Peterson · 16 years ago
  14. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  15. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 16 years ago
  16. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 16 years ago
  17. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 16 years ago
  18. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 16 years ago
  19. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 16 years ago
  20. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 16 years ago
  21. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 16 years ago
  22. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  23. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 16 years ago
  24. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 16 years ago
  25. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 16 years ago
  26. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 16 years ago
  27. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 16 years ago
  28. 5c960b8 Revert 64451. by Raymond Hettinger · 16 years ago
  29. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 16 years ago
  30. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 16 years ago
  31. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 16 years ago
  32. 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 16 years ago
  33. 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 16 years ago
  34. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 16 years ago
  35. c1e689e Bump to 3.0b1 by Barry Warsaw · 16 years ago
  36. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 16 years ago
  37. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  38. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  39. a656d2c merge 64378 by Jesse Noller · 16 years ago
  40. d00df3c Merge r64375 to py3k by Jesse Noller · 16 years ago
  41. 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 16 years ago
  42. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  43. 036aa54 Merged revisions 64360-64361 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  44. 68ac331 Merged revisions 64358 via svnmerge from by Benjamin Peterson · 16 years ago
  45. 3c0dd06 Merged revisions 64356 via svnmerge from by Benjamin Peterson · 16 years ago
  46. f9f2982 Another merge error, seen on bigendian machines by Amaury Forgeot d'Arc · 16 years ago
  47. 7a01984 Merge error: platform.py would not import by Amaury Forgeot d'Arc · 16 years ago
  48. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 16 years ago
  49. 35c8658 Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  50. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  51. b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 16 years ago
  52. b29cbbc Merged revisions 64317 via svnmerge from by Benjamin Peterson · 16 years ago
  53. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  54. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 16 years ago
  55. df6dc8f Merged revisions 64286 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 16 years ago
  57. c5e9464 Merged revisions 64095 via svnmerge from by Benjamin Peterson · 16 years ago
  58. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 16 years ago
  59. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 16 years ago
  60. 3c6938d Ran svneol.py by Martin v. Löwis · 16 years ago
  61. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  62. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  63. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  64. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  65. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  66. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  67. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  68. 829b991 Fixed test_urllib2 by coercing Message object to str by Alexandre Vassalotti · 16 years ago
  69. ab82a97 remove a mimetools import by Benjamin Peterson · 16 years ago
  70. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 16 years ago
  71. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  72. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  73. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  74. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 16 years ago
  75. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 16 years ago
  76. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  77. 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 16 years ago
  78. 66b343b Removed exception renaming cruft in pickle.py. by Alexandre Vassalotti · 16 years ago
  79. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  80. 502d89e fix test_ssl by Benjamin Peterson · 16 years ago
  81. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  82. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 16 years ago
  83. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  84. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  85. 3b4e479 Follow-up of PEP 3121: by Amaury Forgeot d'Arc · 16 years ago
  86. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  87. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  88. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  89. b42dab3 revert r64092 because http://xmlrpc.com is back up by Benjamin Peterson · 16 years ago
  90. 3b40927 Windows has no os.uname. Use platform.uname() instead. by Amaury Forgeot d'Arc · 16 years ago
  91. 4dea1eb Temporarily disable test_xmlrpc_net because xmlrpc.com is broken by Benjamin Peterson · 16 years ago
  92. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  93. f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 16 years ago
  94. f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
  95. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  96. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  97. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  98. 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 16 years ago
  99. fd68087 #3059: Stop decoding Unicode in calendar module. by Georg Brandl · 16 years ago
  100. 2095cfe Remove cl usage from aifc and use bytes throughout. by Georg Brandl · 16 years ago