- c3b3924 Issue #4580: slicing of memoryviews when itemsize != 1 is wrong. by Antoine Pitrou · 16 years ago
- e94a37f Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults. by Barry Warsaw · 16 years ago
- 04dc25c Issue #3187: Add sys.setfilesystemencoding. by Martin v. Löwis · 16 years ago
- 357877c Issue #3859: Fixed test_sys.Sizeof failure on win64. by Robert Schuppenies · 16 years ago
- bc74e5b add NEWS note and test for last commit by Benjamin Peterson · 16 years ago
- 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
- 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
- fbe94c5 Merged revisions 64842,64853,64856,64945 via svnmerge from by Robert Schuppenies · 16 years ago
- 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 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 · 16 years ago
- b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 16 years ago
- 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 16 years ago
- 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
- c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
- 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
- 4efb518 Issue 3049: Some 3k sizeof tests fail. by Robert Schuppenies · 16 years ago
- c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
- 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
- 01a7d82 Remove tabcheck from the expected flags in sys.flags. by Georg Brandl · 16 years ago
- 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
- 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
- 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 17 years ago
- 3ecfea71 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678-60695 via svnmerge from by Christian Heimes · 17 years ago
- 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
- 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
- 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
- d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
- a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
- 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
- ef181a7 Reset original sys.stdout, stderr and displayhook even in the case of an error by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
- 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
- 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 17 years ago
- 4aeaa96 Remove tests for have_unicode. by Walter Dörwald · 17 years ago
- af2362a Make test_sys pass. by Guido van Rossum · 17 years ago
- 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
- 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
- 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
- 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
- f0db38d Whitespace normalization. by Tim Peters · 20 years ago
- f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 20 years ago
- e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
- 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
- d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
- 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
- f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
- eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
- e7028ac Fix typo. by Walter Dörwald · 22 years ago
- c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 22 years ago