Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adapt os.wait3(), os.wait4() | Armin Rigo | 2016-12-03 | 1 | -6/+13 |
* | os.wait3() and os.wait4() need to raise OSError somewhere | Armin Rigo | 2016-12-03 | 1 | -0/+7 |
* | port _pypy_wait | Armin Rigo | 2016-04-18 | 1 | -40/+11 |
* | port some lib_pypy cleanups/fixes/modernizations from py3k | Brian Kearns | 2013-03-08 | 1 | -1/+1 |
* | (Da_Blitz) fix ctypes warnings | Antonio Cuni | 2011-05-17 | 1 | -2/+2 |
* | Implements wait4 in the standard library | Guillebert Romain | 2011-04-01 | 1 | -18/+34 |
* | Try to fix wait3, how could it ever have worked? | Alex Gaynor | 2011-04-01 | 1 | -3/+3 |
* | Adding os.wait3 to the standard library | Guillebert Romain | 2011-03-31 | 1 | -0/+35 |