1. 4d45bfe Merged revisions 64518,64521-64525,64528-64533 via svnmerge from by Robert Schuppenies · 16 years ago
  2. 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
  3. b49d994 Merged revisions 64326 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 01b07cd Fixed test_sys failure due to removal of the unused slots in PyNumberMethods. by Alexandre Vassalotti · 16 years ago
  5. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  6. c28e1fa Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,64066,64071 via svnmerge from by Georg Brandl · 16 years ago
  7. 0312494 Remove last traces of cStringIO. by Georg Brandl · 16 years ago
  8. 4efb518 Issue 3049: Some 3k sizeof tests fail. by Robert Schuppenies · 16 years ago
  9. c5e88d5 Fix sys.flags sequence behavior and add a test case. by Georg Brandl · 16 years ago
  10. 00709aa Merged revisions 63856-63857,63859-63860 via svnmerge from by Martin v. Löwis · 16 years ago
  11. 01a7d82 Remove tabcheck from the expected flags in sys.flags. by Georg Brandl · 16 years ago
  12. 0f59989 Forward-port PYTHONIOENCODING. by Martin v. Löwis · 16 years ago
  13. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 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
  17. 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
  18. 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
  19. 7736b5b Merged revisions 59952-59984 via svnmerge from by Guido van Rossum · 17 years ago
  20. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  21. a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
  22. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  23. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
  24. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  25. ef181a7 Reset original sys.stdout, stderr and displayhook even in the case of an error by Christian Heimes · 17 years ago
  26. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  27. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
  28. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  29. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  30. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  31. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  32. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  33. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  34. 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 17 years ago
  35. 4aeaa96 Remove tests for have_unicode. by Walter Dörwald · 17 years ago
  36. af2362a Make test_sys pass. by Guido van Rossum · 17 years ago
  37. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  38. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  39. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 18 years ago
  40. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  41. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  42. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 19 years ago
  43. f0db38d Whitespace normalization. by Tim Peters · 20 years ago
  44. f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 20 years ago
  45. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  46. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  47. d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
  48. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  49. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  50. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  51. e7028ac Fix typo. by Walter Dörwald · 22 years ago
  52. c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 22 years ago