log unix.py @ 124:19c42a3cd962

age author description
Sun, 24 Apr 2011 20:05:20 +0100 Oleg Oshmyan Very fast testees no longer break Popen on some UNIX systems on Python 2.6+
Sun, 24 Apr 2011 19:28:40 +0100 Oleg Oshmyan Fixed CPU time display on UNIX
Fri, 15 Apr 2011 03:06:29 +0300 Oleg Oshmyan Wall-clock time limit is now enforced on the output wall-clock time
Tue, 12 Apr 2011 22:25:18 +0300 Oleg Oshmyan Fixed a few race conditions in unix.call triggered by very fast testees
Fri, 08 Apr 2011 19:24:51 +0300 Oleg Oshmyan Fixed a crash due to SIGCHLD interrupting validator output pipe reads
Thu, 03 Mar 2011 21:09:41 +0000 Oleg Oshmyan Fixed the generic implementation of call to use maxwalltime 2.00.0
Mon, 28 Feb 2011 21:35:25 +0000 Oleg Oshmyan Fixed a couple of bugs
Mon, 28 Feb 2011 16:05:20 +0000 Oleg Oshmyan Removed import_error
Fri, 25 Feb 2011 00:10:20 +0000 Oleg Oshmyan Fixed a crash in the unix module
Thu, 24 Feb 2011 23:59:48 +0000 Oleg Oshmyan Moved clock/time detection into platform-specific modules and testcases
Wed, 23 Feb 2011 23:35:27 +0000 Oleg Oshmyan Finished testcases reorganization and CPU time limit implementation