1. be595d3 Issue #7449, part 7: simplify threading detection in test_capi by Victor Stinner · 15 years ago
  2. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  3. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  4. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  5. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  6. 60e79ce issue 4293: make test_capi.py more robutst, it times out on some platforms, presumably waiting for threads. Lower the thread count to 16. by Kristján Valur Jónsson · 17 years ago
  7. 0e2d8c3 Issue 4293: Make Py_AddPendingCall() thread safe by Kristján Valur Jónsson · 17 years ago
  8. 4b798bd Issue2564: Prevent a hang in "import test.autotest", which runs the entire test by Amaury Forgeot d'Arc · 17 years ago
  9. 59b96c1 Try to repair at least one segfault on the Mac buildbot, by Tim Peters · 19 years ago
  10. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
  11. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 20 years ago
  12. 66cb018 Whitespace normalization. by Tim Peters · 21 years ago
  13. eb619bb Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), by Mark Hammond · 21 years ago
  14. 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
  15. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 22 years ago
  16. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  17. 361c535 Fix typo in comment (the module is now called _testcapi, not _test). by Guido van Rossum · 24 years ago
  18. d66595f Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! by Tim Peters · 25 years ago
  19. 9ea17ac Patch derived from Trent's 101162: a Python/C API testing framework. by Tim Peters · 25 years ago