1. f992640 Fix last traces of old threading API. by Georg Brandl · 16 years ago
  2. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  3. 2d9a086 fix more threading API usage by Benjamin Peterson · 16 years ago
  4. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  5. a0c0a4a remove the rfc822 module by Benjamin Peterson · 16 years ago
  6. 83e9f4c Remove last traces of mimetools. by Georg Brandl · 16 years ago
  7. ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 16 years ago
  8. 829b991 Fixed test_urllib2 by coercing Message object to str by Alexandre Vassalotti · 16 years ago
  9. ab82a97 remove a mimetools import by Benjamin Peterson · 16 years ago
  10. 04f7d53 attempt to fix multiprocessing by Benjamin Peterson · 16 years ago
  11. 23c51a2 actually remove the mimetools module by Benjamin Peterson · 16 years ago
  12. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  13. 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 16 years ago
  14. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 16 years ago
  15. a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 16 years ago
  16. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  17. 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 16 years ago
  18. 66b343b Removed exception renaming cruft in pickle.py. by Alexandre Vassalotti · 16 years ago
  19. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  20. 502d89e fix test_ssl by Benjamin Peterson · 16 years ago
  21. cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 16 years ago
  22. 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 16 years ago
  23. 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 16 years ago
  24. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  25. 3b4e479 Follow-up of PEP 3121: by Amaury Forgeot d'Arc · 16 years ago
  26. e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 16 years ago
  27. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  28. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  29. b42dab3 revert r64092 because http://xmlrpc.com is back up by Benjamin Peterson · 16 years ago
  30. 3b40927 Windows has no os.uname. Use platform.uname() instead. by Amaury Forgeot d'Arc · 16 years ago
  31. 4dea1eb Temporarily disable test_xmlrpc_net because xmlrpc.com is broken by Benjamin Peterson · 16 years ago
  32. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  33. 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
  34. 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
  35. 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
  36. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  37. 97cf99f Patch #3064: Port new turtle module and demos to 3.0. by Martin v. Löwis · 16 years ago
  38. 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 16 years ago
  39. fd68087 #3059: Stop decoding Unicode in calendar module. by Georg Brandl · 16 years ago
  40. 2095cfe Remove cl usage from aifc and use bytes throughout. by Georg Brandl · 16 years ago
  41. b2750b5 Move the codec decode type checks to bytes/bytearray.decode(). by Marc-André Lemburg · 16 years ago
  42. 4efb518 Issue 3049: Some 3k sizeof tests fail. by Robert Schuppenies · 16 years ago
  43. 9cac7b6 Merged revisions 63977 via svnmerge from by Thomas Heller · 16 years ago
  44. 9af0cba Merged revisions 63897-63898 via svnmerge from by Thomas Heller · 16 years ago
  45. c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
  46. 0fe1438 use the more idomatic (and Py3k faster) while True by Benjamin Peterson · 16 years ago
  47. 267d417 Fixed isinstance() check in dis.dis(). by Alexandre Vassalotti · 16 years ago
  48. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  49. 01a7d82 Remove tabcheck from the expected flags in sys.flags. by Georg Brandl · 16 years ago
  50. e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  51. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  52. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  53. f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 16 years ago
  54. 3b55003 Fix Tkinter sequence passing. #2906. by Georg Brandl · 16 years ago
  55. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  56. 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 16 years ago
  57. 6b38daa Merged revisions 63871 via svnmerge from by Georg Brandl · 16 years ago
  58. eb2c964 Add test case for r63810. by Georg Brandl · 16 years ago
  59. 29e4f63 Remove basestring usage. by Georg Brandl · 16 years ago
  60. 856ff5f Merged revisions 63460,63464 via svnmerge from by Benjamin Peterson · 16 years ago
  61. ebacd26 add the gestalt module back as _gestalt by Benjamin Peterson · 16 years ago
  62. 7dca3eb Merged revisions 63791-63792 via svnmerge from by Thomas Heller · 16 years ago
  63. bf1eb63 #2906: accept lists for options, and some cosmetic fixes in Tkinter. by Georg Brandl · 16 years ago
  64. 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 16 years ago
  65. b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 16 years ago
  66. e81f5ef Remove __metaclass__ remains. by Georg Brandl · 16 years ago
  67. 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 16 years ago
  68. 4d48053 update test ignore list by Benjamin Peterson · 16 years ago
  69. a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 16 years ago
  70. 7c9b61b Remove _FooCookieJar modules and merge their content into http.cookiejar. by Georg Brandl · 16 years ago
  71. 79e4803 remove test.support.have_unicode by Benjamin Peterson · 16 years ago
  72. 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 16 years ago
  73. 1b466f2 Merged revisions 63575 via svnmerge from by Georg Brandl · 16 years ago
  74. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  75. 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 16 years ago
  76. 39e360b fix failing test from rename by Benjamin Peterson · 16 years ago
  77. a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 16 years ago
  78. 84b7f0c Merged revisions 63670 via svnmerge from by Thomas Heller · 16 years ago
  79. 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 16 years ago
  80. 7f986ac Rename test file to its proper module name. by Georg Brandl · 16 years ago
  81. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  82. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago
  83. 346c921 Merged revisions 63644 via svnmerge from by Martin v. Löwis · 16 years ago
  84. 5424b0a Fixed old Tkinter import, the last apparently by Guilherme Polo · 16 years ago
  85. 2eab97c Merged revisions 63634 via svnmerge from by Martin v. Löwis · 16 years ago
  86. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  87. 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 16 years ago
  88. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  89. 15a51e3 Fix Queue -> queue. by Georg Brandl · 16 years ago
  90. d877ca8 fix skipped test due to import problem by Benjamin Peterson · 16 years ago
  91. 3eaaeb4 Merged revisions 63395-63396,63511,63522-63523 via svnmerge from by Thomas Heller · 16 years ago
  92. f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 16 years ago
  93. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  94. 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 16 years ago
  95. 1921970 Better diagnostic. by Georg Brandl · 16 years ago
  96. 9dba5d9 Add a test suite for WeakSet mostly derived from test_set and fix some by Georg Brandl · 16 years ago
  97. c4dc0d4 #2905: fix merge glitch on OSX. by Georg Brandl · 16 years ago
  98. bf93b04 Fix two issues in the weak set implementation. by Georg Brandl · 16 years ago
  99. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  100. 2e08136 Tkinter, step 4: merge simple- and filedialog modules. by Georg Brandl · 16 years ago