1. 801844d #2512 implement the 3.0 gettext API by Benjamin Peterson · 17 years ago
  2. fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 17 years ago
  3. 2bc91df remove 3.0 conditional by Benjamin Peterson · 17 years ago
  4. e0c51fb Merged revisions 64920 via svnmerge from by Benjamin Peterson · 17 years ago
  5. 875d4c0 move test_long_future into test_long by Benjamin Peterson · 17 years ago
  6. b130493 Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk) by Nick Coghlan · 17 years ago
  7. 40c8f23 Merged revisions 64903 via svnmerge from by Brett Cannon · 17 years ago
  8. 91823c7 Fixed test for asyncore. by Josiah Carlson · 17 years ago
  9. c31bc9a Fix for AttributeError in test_asynchat. by Josiah Carlson · 17 years ago
  10. 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 17 years ago
  11. 9f2f833 Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768 by Josiah Carlson · 17 years ago
  12. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 17 years ago
  13. bebfbe2 finish fixing the rlcompleter regression (thanks for noticing Antonine Pitrou) by Benjamin Peterson · 17 years ago
  14. f385485 fix regression from merge error in rlcompletor by Benjamin Peterson · 17 years ago
  15. ba32b72 Merged revisions 64736-64737 via svnmerge from by Martin v. Löwis · 17 years ago
  16. a4db686 Issue #3280: like chr() already does, the "%c" format now accepts the full unicode range by Amaury Forgeot d'Arc · 17 years ago
  17. a819caa Correct a test after r64701. by Amaury Forgeot d'Arc · 17 years ago
  18. d52429f Issue #3282: str.isprintable() should return False for undefined Unicode characters. by Georg Brandl · 17 years ago
  19. b09b844 Merged revisions 64688 via svnmerge from by Martin v. Löwis · 17 years ago
  20. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 17 years ago
  21. 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 · 17 years ago
  22. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 17 years ago
  23. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 17 years ago
  24. 13b6d0d fix test_metaclass by Benjamin Peterson · 17 years ago
  25. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 17 years ago
  26. 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 17 years ago
  27. 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 17 years ago
  28. 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 17 years ago
  29. ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 17 years ago
  30. 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 17 years ago
  31. 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 17 years ago
  32. 980f314 fix bad method names in ssl module (and typo in ssl doc) by Bill Janssen · 17 years ago
  33. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 17 years ago
  34. 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 17 years ago
  35. d5cd65b make multiprocessing.sharedctypes.Value's lock argument a keyword-only argument for real by Benjamin Peterson · 17 years ago
  36. db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 17 years ago
  37. d61438a make changes for py3k for multiprocessing by Benjamin Peterson · 17 years ago
  38. 1fcfe21 Merged revisions 64517,64519 via svnmerge from by Benjamin Peterson · 17 years ago
  39. 5c960b8 Revert 64451. by Raymond Hettinger · 17 years ago
  40. b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 17 years ago
  41. 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 17 years ago
  42. d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 17 years ago
  43. 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 17 years ago
  44. 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 17 years ago
  45. 9196dc6 Issue 3145: help("modules xxx") failed when scanning test.badsyntax_pep3120... by Amaury Forgeot d'Arc · 17 years ago
  46. c1e689e Bump to 3.0b1 by Barry Warsaw · 17 years ago
  47. c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 17 years ago
  48. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 17 years ago
  49. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
  50. a656d2c merge 64378 by Jesse Noller · 17 years ago
  51. d00df3c Merge r64375 to py3k by Jesse Noller · 17 years ago
  52. 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 17 years ago
  53. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  54. 036aa54 Merged revisions 64360-64361 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  55. 68ac331 Merged revisions 64358 via svnmerge from by Benjamin Peterson · 17 years ago
  56. 3c0dd06 Merged revisions 64356 via svnmerge from by Benjamin Peterson · 17 years ago
  57. f9f2982 Another merge error, seen on bigendian machines by Amaury Forgeot d'Arc · 17 years ago
  58. 7a01984 Merge error: platform.py would not import by Amaury Forgeot d'Arc · 17 years ago
  59. 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 17 years ago
  60. 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 · 17 years ago
  61. fdfe62d Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,64342 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  62. b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 17 years ago
  63. b29cbbc Merged revisions 64317 via svnmerge from by Benjamin Peterson · 17 years ago
  64. c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  65. 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 17 years ago
  66. df6dc8f Merged revisions 64286 via svnmerge from by Benjamin Peterson · 17 years ago
  67. 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 17 years ago
  68. c5e9464 Merged revisions 64095 via svnmerge from by Benjamin Peterson · 17 years ago
  69. b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 17 years ago
  70. 169c014 Merged revisions 64260 via svnmerge from by Martin v. Löwis · 17 years ago
  71. 3c6938d Ran svneol.py by Martin v. Löwis · 17 years ago
  72. f992640 Fix last traces of old threading API. by Georg Brandl · 17 years ago
  73. b03ca4b fix more threading API related bugs by Benjamin Peterson · 17 years ago
  74. 2d9a086 fix more threading API usage by Benjamin Peterson · 17 years ago
  75. 9f0f960 Remove traces of rfc822. by Georg Brandl · 17 years ago
  76. a0c0a4a remove the rfc822 module by Benjamin Peterson · 17 years ago
  77. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 17 years ago
  78. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 17 years ago
  79. 829b991 Fixed test_urllib2 by coercing Message object to str by Alexandre Vassalotti · 17 years ago
  80. ab82a97 remove a mimetools import by Benjamin Peterson · 17 years ago
  81. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 17 years ago
  82. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 17 years ago
  83. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 17 years ago
  84. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 17 years ago
  85. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 17 years ago
  86. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 17 years ago
  87. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 17 years ago
  88. 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 17 years ago
  89. 66b343b Removed exception renaming cruft in pickle.py. by Alexandre Vassalotti · 17 years ago
  90. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 17 years ago
  91. 502d89e fix test_ssl by Benjamin Peterson · 17 years ago
  92. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 17 years ago
  93. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 17 years ago
  94. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
  95. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  96. 3b4e479 Follow-up of PEP 3121: by Amaury Forgeot d'Arc · 17 years ago
  97. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago
  98. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 17 years ago
  99. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
  100. b42dab3 revert r64092 because http://xmlrpc.com is back up by Benjamin Peterson · 17 years ago