- e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 17 years ago
- 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
- 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
- fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 17 years ago
- 13b6d0d fix test_metaclass by Benjamin Peterson · 17 years ago
- 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 17 years ago
- 1abcbf8 #2683: Popen.communicate() argument must be bytes. by Georg Brandl · 17 years ago
- 8a250ae Merged revisions 64601 via svnmerge from by Benjamin Peterson · 17 years ago
- ec19d95 now that exec is a function, we can use the shorter assertRaises to test by Benjamin Peterson · 17 years ago
- 029656f Issue #3236: Return small longs from PyLong_FromString. by Martin v. Löwis · 17 years ago
- 2f5799b close asyncore.dispatcher on EOF by Bill Janssen · 17 years ago
- 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 17 years ago
- 42806ba division is no longer a future thing for test_binop by Benjamin Peterson · 17 years ago
- db73491 Merged revisions 64549 via svnmerge from by Brett Cannon · 17 years ago
- 5c960b8 Revert 64451. by Raymond Hettinger · 17 years ago
- b151a45 Merged revisions 64499 via svnmerge from by Eric Smith · 17 years ago
- d11a443 Merge 64438: hex/oct/bin can show floats exactly. by Raymond Hettinger · 17 years ago
- 614029f don't bother expecting to skip tests that don't exist by Benjamin Peterson · 17 years ago
- 620626b merge error: test.test_support is now test.support by Amaury Forgeot d'Arc · 17 years ago
- 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
- a656d2c merge 64378 by Jesse Noller · 17 years ago
- d00df3c Merge r64375 to py3k by Jesse Noller · 17 years ago
- 66bada5 Quick fix for test_math failures on Solaris 10 buildbot. For future by Mark Dickinson · 17 years ago
- 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 68ac331 Merged revisions 64358 via svnmerge from by Benjamin Peterson · 17 years ago
- 3c0dd06 Merged revisions 64356 via svnmerge from by Benjamin Peterson · 17 years ago
- f9f2982 Another merge error, seen on bigendian machines by Amaury Forgeot d'Arc · 17 years ago
- 2ba198d Remove 2.6 compatibility code: by Amaury Forgeot d'Arc · 17 years ago
- 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
- 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
- b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 17 years ago
- b29cbbc Merged revisions 64317 via svnmerge from by Benjamin Peterson · 17 years ago
- c856c7a Merged revisions 64309 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
- 27d6367 improvements to the fix for #3114 by Benjamin Peterson · 17 years ago
- 979f311 #3114 fix a bus error when deallocated exceptions were used by Benjamin Peterson · 17 years ago
- c5e9464 Merged revisions 64095 via svnmerge from by Benjamin Peterson · 17 years ago
- b4fb6e4 Implicit exception chaining via __context__ (PEP 3134). by Guido van Rossum · 17 years ago
- 3c6938d Ran svneol.py by Martin v. Löwis · 17 years ago
- b03ca4b fix more threading API related bugs by Benjamin Peterson · 17 years ago
- 9f0f960 Remove traces of rfc822. by Georg Brandl · 17 years ago
- a0c0a4a remove the rfc822 module by Benjamin Peterson · 17 years ago
- 83e9f4c Remove last traces of mimetools. by Georg Brandl · 17 years ago
- ca2d610 Restore _pickle module accelerator module. by Alexandre Vassalotti · 17 years ago
- 23c51a2 actually remove the mimetools module by Benjamin Peterson · 17 years ago
- 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 17 years ago
- 75f25f2 revert the addition of _pickle because it was causing havok with 64-bit by Benjamin Peterson · 17 years ago
- 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 17 years ago
- a5b41eb fix test_pyclbr which failed because the new StringIO presented bases it couldn't find by Benjamin Peterson · 17 years ago
- 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 17 years ago
- 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 17 years ago
- 502d89e fix test_ssl by Benjamin Peterson · 17 years ago
- cc31306 Issue 2917: Merge the pickle and cPickle module. by Alexandre Vassalotti · 17 years ago
- 1e637b7 fix hanging test_xmlrpc by Benjamin Peterson · 17 years ago
- 672b803 Merged revisions 64125 via svnmerge from by Benjamin Peterson · 17 years ago
- 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
- e711caf Merged revisions 64104,64117 via svnmerge from by Benjamin Peterson · 17 years ago
- eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 17 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 17 years ago
- b42dab3 revert r64092 because http://xmlrpc.com is back up by Benjamin Peterson · 17 years ago
- 3b40927 Windows has no os.uname. Use platform.uname() instead. by Amaury Forgeot d'Arc · 17 years ago
- 4dea1eb Temporarily disable test_xmlrpc_net because xmlrpc.com is broken by Benjamin Peterson · 17 years ago
- c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 17 years ago
- f78e02b Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,63887,63975,63998 via svnmerge from by Georg Brandl · 17 years ago
- 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 · 17 years ago
- 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 · 17 years ago
- 0312494 Remove last traces of cStringIO. by Georg Brandl · 17 years ago
- 7505607 Issue 2582: Fix pickling of range objects. by Alexandre Vassalotti · 17 years ago
- 4efb518 Issue 3049: Some 3k sizeof tests fail. by Robert Schuppenies · 17 years ago
- c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 17 years ago
- 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 17 years ago
- 01a7d82 Remove tabcheck from the expected flags in sys.flags. by Georg Brandl · 17 years ago
- e1b5ac6 Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
- a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
- f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
- f342bfc Change all functions that expect one unicode character to accept a pair of by Walter Dörwald · 17 years ago
- 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
- 877b10a Remove the htmllib and sgmllib modules as per PEP 3108. by Georg Brandl · 17 years ago
- eb2c964 Add test case for r63810. by Georg Brandl · 17 years ago
- 856ff5f Merged revisions 63460,63464 via svnmerge from by Benjamin Peterson · 17 years ago
- 6101395 Remove deprecated SmartCookie and SerialCookie classes. by Georg Brandl · 17 years ago
- b17acad Make db modules' error classes inherit IOError. by Georg Brandl · 17 years ago
- e81f5ef Remove __metaclass__ remains. by Georg Brandl · 17 years ago
- 74c71f5 #2957: marshal recursion limit exceeded when importing a large .pyc file by Amaury Forgeot d'Arc · 17 years ago
- 4d48053 update test ignore list by Benjamin Peterson · 17 years ago
- a23810f The commands module has been removed. The getoutput() and getstatusoutput() by Brett Cannon · 17 years ago
- 79e4803 remove test.support.have_unicode by Benjamin Peterson · 17 years ago
- 2b7411d Merged revisions 63542-63544,63546,63553,63563-63564,63567,63569,63576 via svnmerge from by Benjamin Peterson · 17 years ago
- 2442015 Create http package. #2883. by Georg Brandl · 17 years ago
- 744c2cd Merged revisions 63698 via svnmerge from by Benjamin Peterson · 17 years ago
- a37cfc6 Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,63534,63541 via svnmerge from by Benjamin Peterson · 17 years ago
- 38eceaa Create xmlrpc package. Issue #2886. by Georg Brandl · 17 years ago
- 7f986ac Rename test file to its proper module name. by Georg Brandl · 17 years ago
- 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 17 years ago
- 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 · 17 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 17 years ago
- 3b4b45b #2967: Tkinter -> tkinter in test_tcl. by Georg Brandl · 17 years ago
- 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 17 years ago
- f64dcf3 Change test_htmlparser to reflect the HTMLParser -> html.parser by Mark Dickinson · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- 02c0bbb Ignore test_c_api when checking for set methods. Thanks Brett! by Georg Brandl · 17 years ago