1. dd091d7 Issue #20510: Rewrote test_exit in test_sys to match existing comments by Zachary Ware · 11 years ago
  2. 76249ea Issue #20532: Tests which use _testcapi now are marked as CPython only. by Serhiy Storchaka · 12 years ago
  3. 32e23e7 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 12 years ago
  4. c02e1e6 Issue #15467: Move helpers for __sizeof__ tests into test_support. by Martin v. Löwis · 13 years ago
  5. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  6. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  7. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  8. 4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when by Amaury Forgeot d'Arc · 14 years ago
  9. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  10. 3efafd7 Merged revisions 77942,79023 via svnmerge from by Ezio Melotti · 15 years ago
  11. 9d12ceb Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend by Alexander Belopolsky · 15 years ago
  12. 9c3597d Reverted r83142: bad svnmerge by Alexander Belopolsky · 15 years ago
  13. 137e0b1 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 15 years ago
  14. c3e40e0 Merged revisions 81537 via svnmerge from by Victor Stinner · 15 years ago
  15. c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and by Victor Stinner · 15 years ago
  16. a57df2c Issue #8268: Old-style classes (not just instances) now support weak references. by Antoine Pitrou · 15 years ago
  17. 402b73f Backported PyCapsule from 3.1, and converted most uses of CObject to PyCapsule. by Larry Hastings · 15 years ago
  18. 872d636 Merged revisions 78835-78837,78870 via svnmerge from by Victor Stinner · 15 years ago
  19. 001a395 Add support for weak references to code objects. This will be used by an optimization in the incoming Python 3 JIT. by Collin Winter · 15 years ago
  20. d80b4bf #7092: silence some more py3k warnings. by Ezio Melotti · 15 years ago
  21. 4478662 Another fix to test_executable() of test_sys: set the current working to avoid by Victor Stinner · 15 years ago
  22. 6ecd85f Fix test_executable introduce in previous commit (r78835): Windows is able to by Victor Stinner · 15 years ago
  23. 4a7e0c85 Issue #7774: Set sys.executable to an empty string if argv[0] has been by Victor Stinner · 15 years ago
  24. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  25. 2483728 Merged revisions 77989 via svnmerge from by Antoine Pitrou · 16 years ago
  26. bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 16 years ago
  27. d85f1c0 Merged revisions 77892 via svnmerge from by Victor Stinner · 16 years ago
  28. b4b0a29 Issue #7819: Check sys.call_tracing() arguments types. by Victor Stinner · 16 years ago
  29. 74c2577 Added named (but not numbered) attributes to sys.getwindowsversion() test. by Eric Smith · 16 years ago
  30. 59529e1 Switch to test_support.get_attribute. by Eric Smith · 16 years ago
  31. 514e77e Removed unneeded test. by Eric Smith · 16 years ago
  32. ee931b7 Issue #7766: Change sys.getwindowsversion() return value to a named tuple and add the additional members returned in an OSVERSIONINFOEX structure. The new members are service_pack_major, service_pack_minor, suite_mask, and product_type. by Eric Smith · 16 years ago
  33. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  34. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  35. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  36. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  37. e171edc Fix transient refleak in test_sys. by Antoine Pitrou · 16 years ago
  38. da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
  39. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  40. 9b08e05 Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from by Georg Brandl · 16 years ago
  41. 48e3fd2 sys.long_info attributes should be ints, not longs by Mark Dickinson · 16 years ago
  42. d8fb6ac Issue #5635: Fix running test_sys with tracing enabled. by Georg Brandl · 16 years ago
  43. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
  44. 2ffb26f Issue #5260: Various portability and standards compliance fixes, optimizations by Mark Dickinson · 16 years ago
  45. 81fe093 Implement issue #4285, convert sys.version_info to a named by Eric Smith · 17 years ago
  46. 826f3fe Issue #4445: save 3 bytes (on average, on a typical machine) per by Mark Dickinson · 17 years ago
  47. 2ee623b Fixed test failure on Win64 machines. by Robert Schuppenies · 17 years ago
  48. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 17 years ago
  49. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 17 years ago
  50. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 17 years ago
  51. 7f58022 remove test_compact_freelists from test_sys by Benjamin Peterson · 17 years ago
  52. 161b921 Corrected inconsistencies in sizeof tests and addressed issue pointed by Robert Schuppenies · 17 years ago
  53. 41a7ce0 Issue 3147: Fixed SizeofTest failure for LLP64 systems. by Robert Schuppenies · 17 years ago
  54. 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
  55. e3ae655 Make bin() implementation parallel oct() and hex() so that int/long subclasses can override or so that other classes can support. by Raymond Hettinger · 17 years ago
  56. 59f3ade Issue 3048: Fixed sys.sizeof test fails with wide unicode. by Robert Schuppenies · 17 years ago
  57. 73e9ffc Fixed: sys.getsizeof does not take the actual length of the tuples into account. by Robert Schuppenies · 17 years ago
  58. 901c997 Issue 3048: Fixed sys.getsizeof for unicode objects. by Robert Schuppenies · 17 years ago
  59. 9359aff Fix test_sys. by Robert Schuppenies · 17 years ago
  60. 7a6de8b Some style nits. Also clarify in the docstrings what __sizeof__ does. by Georg Brandl · 17 years ago
  61. 51df064 Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. by Robert Schuppenies · 17 years ago
  62. 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
  63. be1501b Fix sys.flags to properly expose bytes_warning. by Brett Cannon · 17 years ago
  64. 8c6c12c Temporarily disable this test. It's been broken for a week. by Raymond Hettinger · 18 years ago
  65. f5806ab Small adjustments for test compact freelist test. It's no passing on Windows as well. by Christian Heimes · 18 years ago
  66. f4033ab Increase debugging to investige failing tests on some build bots by Christian Heimes · 18 years ago
  67. 422051a Patch #1953 by Christian Heimes · 18 years ago
  68. 7ce9b18 Typo fixes by Andrew M. Kuchling · 18 years ago
  69. c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 18 years ago
  70. f31b69f Applied patch #1816: sys.flags patch by Christian Heimes · 18 years ago
  71. dfdfaab Feature #1534 by Christian Heimes · 18 years ago
  72. 0c4a3b3 current_frames_with_threads(): There's actually no way by Tim Peters · 19 years ago
  73. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 19 years ago
  74. 32a8361 After approval from Anthony, merge the tim-current_frames by Tim Peters · 19 years ago
  75. a8cd7a2 Add test case for #43581. by Martin v. Löwis · 19 years ago
  76. 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 20 years ago
  77. f0db38d Whitespace normalization. by Tim Peters · 20 years ago
  78. f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 20 years ago
  79. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
  80. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  81. d6473d1 Reindent the new code properly. by Guido van Rossum · 22 years ago
  82. 46d3dc3 - New function sys.exc_clear() clears the current exception. This is by Guido van Rossum · 22 years ago
  83. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  84. eb2a5ef Fix SF bug #688424, 64-bit test problems by Neal Norwitz · 22 years ago
  85. e7028ac Fix typo. by Walter Dörwald · 23 years ago
  86. c350246 Add a new test script that tests various features of the sys by Walter Dörwald · 23 years ago