Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' | Thomas Wouters | 2000-08-04 | 1 | -1/+2 |
* | Raise ImportError when os.fork does not exist. | Guido van Rossum | 2000-05-04 | 1 | -0/+5 |
* | Added a provision to stop all threads before exiting from the test: | Guido van Rossum | 2000-04-24 | 1 | -1/+7 |
* | Use a constant to specify the number of child threads to create. | Fred Drake | 2000-04-10 | 1 | -4/+7 |
* | Test case for fork1() behavior. | Guido van Rossum | 2000-02-25 | 1 | -0/+54 |