summaryrefslogtreecommitdiffstats
path: root/Lib/test/signalinterproctester.py
Commit message (Expand)AuthorAgeFilesLines
* gh-110033: Fix signal test_interprocess_signal() (#110035)Victor Stinner2023-09-281-0/+8
* Use support.sleeping_retry() and support.busy_retry() (#93848)Victor Stinner2022-06-151-7/+6
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-1/+2
* bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)Pablo Galindo2018-12-111-22/+18
* bpo-31479: Always reset the signal alarm in tests (#3588)Victor Stinner2017-09-191-4/+7
* Issue #26566: Rewrite test_signal.InterProcessSignalTestsVictor Stinner2016-03-151-0/+84