summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_wait4.py
Commit message (Expand)AuthorAgeFilesLines
* Call busy_retry() and sleeping_retry() with error=True (#93871)Victor Stinner2022-06-161-1/+1
* Add test.support.busy_retry() (#93770)Victor Stinner2022-06-151-4/+1
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-1/+3
* bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)Victor Stinner2020-04-011-2/+1
* bpo-40094: Enhance fork and wait tests (GH-19259)Victor Stinner2020-03-311-2/+3
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-5/+5
* Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-051-0/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-4/+3
* Issue #20910: Make tests more reliable, less dependent on timeVictor Stinner2014-03-171-2/+3
* Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-1/+7
* Merged revisions 70930 via svnmerge fromR. David Murray2009-03-311-9/+4
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-2/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+10
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+29