summaryrefslogtreecommitdiff
path: root/Lib/test/test_multiprocessing_main_handling.py
Commit message (Expand)AuthorAgeFilesLines
* Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-061-0/+3
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+1
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-16/+15
* Fixed bytes warnings when run tests with -vv.Serhiy Storchaka2015-03-251-1/+1
* Issue #22332: test_multiprocessing_main_handling is now skipped if sem_openVictor Stinner2014-09-031-0/+3
* Issue #20043: Add direct test for _thread.Terry Jan Reedy2014-06-131-3/+4
* Further increase tolerance for slow buildbotsNick Coghlan2013-12-231-2/+2
* skip multiprocessing main handling test when Python is built without threadsChristian Heimes2013-12-211-0/+2
* Issue #19946: use public API for multiprocessing start methodsNick Coghlan2013-12-201-6/+6
* Issue #19946: appropriately skip new multiprocessing testsNick Coghlan2013-12-191-9/+5
* Close #19946: use runpy as needed in multiprocessingNick Coghlan2013-12-171-0/+287