aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* os.wait3() and os.wait4() need to raise OSError somewhereArmin Rigo2016-12-031-0/+7
* port _pypy_waitArmin Rigo2016-04-181-40/+11
* port some lib_pypy cleanups/fixes/modernizations from py3kBrian Kearns2013-03-081-1/+1
* (Da_Blitz) fix ctypes warningsAntonio Cuni2011-05-171-2/+2
* Implements wait4 in the standard libraryGuillebert Romain2011-04-011-18/+34
* Try to fix wait3, how could it ever have worked?Alex Gaynor2011-04-011-3/+3
* Adding os.wait3 to the standard libraryGuillebert Romain2011-03-311-0/+35