1. 8f904da Issue #14769: test_capi now has SkipitemTest, which cleverly checks by Larry Hastings · 12 years ago
  2. 7395404 Issue #9116: Allowed test to pass on Windows by adjusting the test condition slightly to allow for a Windows-specific error message. by Vinay Sajip · 12 years ago
  3. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 12 years ago
  4. 7422b22 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  5. 2f828f2 Test running of code in a sub-interpreter (prelude to issue #6531). by Antoine Pitrou · 13 years ago
  6. 61600cb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  7. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  8. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  9. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  10. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  11. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  12. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 13 years ago
  13. 0ca4624 Issue #8932: Skip required when compiled --without-threads. by Stefan Krah · 14 years ago
  14. 4000ffa Fix test_capi for Windows: strip newline characters by Victor Stinner · 14 years ago
  15. 8e0bdfd Make PyErr_Occurred return NULL if there is no current thread. Previously it by Jeffrey Yasskin · 14 years ago
  16. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  17. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  18. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  19. c15bdef Issue #6012: Add cleanup support to O& argument parsing. by Martin v. Löwis · 15 years ago
  20. e1cdfd7 Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge from by Benjamin Peterson · 16 years ago
  21. a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 16 years ago
  22. 9b6df6a add tests for PyInstanceMethod_Type by Benjamin Peterson · 16 years ago
  23. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  24. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  25. 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
  26. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  27. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 19 years ago
  30. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 19 years ago
  31. 66cb018 Whitespace normalization. by Tim Peters · 20 years ago
  32. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 20 years ago
  33. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  34. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  35. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  36. 361c535 Fix typo in comment (the module is now called _testcapi, not _test). by Guido van Rossum · 23 years ago
  37. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 24 years ago
  38. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 24 years ago