Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -16/+15 |
* | Fixed bytes warnings when run tests with -vv. | Serhiy Storchaka | 2015-03-24 | 1 | -1/+1 |
* | Issue #22332: test_multiprocessing_main_handling is now skipped if sem_open | Victor Stinner | 2014-09-03 | 1 | -0/+3 |
* | Issue #20043: Add direct test for _thread. | Terry Jan Reedy | 2014-06-13 | 1 | -3/+4 |
* | Further increase tolerance for slow buildbots | Nick Coghlan | 2013-12-23 | 1 | -2/+2 |
* | skip multiprocessing main handling test when Python is built without threads | Christian Heimes | 2013-12-21 | 1 | -0/+2 |
* | Issue #19946: use public API for multiprocessing start methods | Nick Coghlan | 2013-12-20 | 1 | -6/+6 |
* | Issue #19946: appropriately skip new multiprocessing tests | Nick Coghlan | 2013-12-19 | 1 | -9/+5 |
* | Close #19946: use runpy as needed in multiprocessing | Nick Coghlan | 2013-12-17 | 1 | -0/+287 |