summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_fork1.py
Commit message (Expand)AuthorAgeFilesLines
* 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