summaryrefslogtreecommitdiff
path: root/Lib/test/test_eintr.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in docs, comments and test assert messages (#14872)Min ho Kim2019-07-211-1/+1
* bpo-35363: test_eintr uses print(flush=True) (GH-10990)Victor Stinner2018-12-061-2/+3
* bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)Victor Stinner2018-12-061-1/+15
* Remove more unused imports in tests.Serhiy Storchaka2016-04-251-1/+0
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler toVictor Stinner2015-10-011-1/+2
* Issue #25122: Remove verbose mode of test_eintrVictor Stinner2015-09-281-8/+1
* Issue #25122: Fix test_eintr.test_open() on FreeBSDVictor Stinner2015-09-181-2/+1
* Issue #25122: test_eintr: don't redirect stdout to stderrVictor Stinner2015-09-151-1/+1
* Issue #25122: try to debug test_eintr hang on FreeBSDVictor Stinner2015-09-151-1/+11
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+2
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-071-0/+20