1. 6cdce3d bpo-35424: Fix test_multiprocessing_main_handling (GH-11223) by Victor Stinner · 6 years ago
  2. 64737e9 bpo-33913: Fix test_multiprocessing_main_handling (GH-7972) by Victor Stinner · 6 years ago
  3. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  4. 7d6320b bpo-30339: test_multiprocessing_main_handling timeout (#1593) by Victor Stinner · 7 years ago
  5. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  6. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  7. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  8. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  9. 2bb8a08 Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open by Victor Stinner · 10 years ago
  10. bc7c96b Issue #20043: Add direct test for _thread. by Terry Jan Reedy · 10 years ago
  11. 23f597e Further increase tolerance for slow buildbots by Nick Coghlan · 11 years ago
  12. 5255b86 skip multiprocessing main handling test when Python is built without threads by Christian Heimes · 11 years ago
  13. 0538529 Issue #19946: use public API for multiprocessing start methods by Nick Coghlan · 11 years ago
  14. feae73e Issue #19946: appropriately skip new multiprocessing tests by Nick Coghlan · 11 years ago
  15. 9a76735 Close #19946: use runpy as needed in multiprocessing by Nick Coghlan · 11 years ago