summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_wait3.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-2/+2
* 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-3/+3
* bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)Zackery Spytz2019-09-091-0/+18
* 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-1/+2
* Fix a typoBrett Cannon2012-11-141-1/+1
* Clean up the messages used by some tests.Brett Cannon2012-11-141-8/+4
* Issue #12041: Make test_wait3 more robust.Antoine Pitrou2011-05-091-2/+5
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-3/+4
* #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-3/+9
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+32