| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch... | Neal Norwitz | 2006-03-20 | 1 | -64/+12 |
|
|
* | Oops, missed an import of test_support. | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 1 | -1/+4 |
|
|
* | Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS. | Moshe Zadka | 2001-01-30 | 1 | -9/+2 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -4/+5 |
|
|
* | Chris Herborth <chrish@pobox.com>: | Fred Drake | 2000-08-15 | 1 | -0/+9 |
|
|
* | 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 |
|
|