summaryrefslogtreecommitdiff
path: root/Lib/test/test_fork1.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-1/+1
* Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-041-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-181-2/+3
* Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+1
* Issue #9573: os.fork now works when triggered as a side effect of import (the...Nick Coghlan2010-12-021-3/+43
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+2
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 74841 via svnmerge fromBenjamin Peterson2009-10-041-0/+41
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-6/+4
* Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge fromBenjamin Peterson2009-03-301-0/+1
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-64/+12
* Oops, missed an import of test_support.Barry Warsaw2002-07-231-1/+1
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-111-1/+4
* Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS.Moshe Zadka2001-01-301-9/+2
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-4/+5
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-0/+9
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-1/+2
* Raise ImportError when os.fork does not exist.Guido van Rossum2000-05-041-0/+5
* Added a provision to stop all threads before exiting from the test:Guido van Rossum2000-04-241-1/+7
* Use a constant to specify the number of child threads to create.Fred Drake2000-04-101-4/+7
* Test case for fork1() behavior.Guido van Rossum2000-02-251-0/+54