1. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 18 years ago
  2. 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 18 years ago
  3. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 18 years ago
  4. ef181a7 Reset original sys.stdout, stderr and displayhook even in the case of an error by Christian Heimes · 18 years ago
  5. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  6. bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 18 years ago
  7. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  8. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 18 years ago
  9. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  10. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 18 years ago
  11. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 18 years ago
  12. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  13. 2a0c081 Change sys.intern() so that unicode strings can be by Walter Dörwald · 18 years ago
  14. 4aeaa96 Remove tests for have_unicode. by Walter Dörwald · 18 years ago
  15. af2362a Make test_sys pass. by Guido van Rossum · 18 years ago
  16. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 18 years ago
  17. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 19 years ago
  18. 66a796e Patch #1601678: move intern() to sys.intern(). by Georg Brandl · 19 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  20. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  21. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 20 years ago
  22. f0db38d Whitespace normalization. by Tim Peters · 20 years ago
  23. f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 20 years ago
  24. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
  25. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  26. d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
  27. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  28. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  29. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  30. e7028ac Fix typo. by Walter Dörwald · 23 years ago
  31. c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 23 years ago