1. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  2. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  3. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  4. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  5. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  6. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  7. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  8. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 19 years ago
  9. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 19 years ago
  10. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  11. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  12. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  13. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  15. 361c535 Fix typo in comment (the module is now called _testcapi, not _test). by Guido van Rossum · 23 years ago
  16. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  17. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago