log win32.py @ 140:388ae061c915

age author description
Tue, 24 May 2011 22:46:30 +0100 Oleg Oshmyan The win32 module now trusts the wall-clock time reported by GetProcessTimes
Fri, 20 May 2011 14:47:42 +0100 Oleg Oshmyan Moved process killing logic into platform-specific modules
Thu, 19 May 2011 02:24:59 +0100 Oleg Oshmyan win32.Handle.__del__ no longer raises if __init__ gets wrong arguments
Mon, 16 May 2011 21:31:43 +0100 Oleg Oshmyan Fixed EINTR fatally breaking poll/wait on Python 2.6- (for real this time)
Sun, 15 May 2011 00:33:32 +0100 Oleg Oshmyan Fixed an exception raised instead of forceful process termination on Win32
Sun, 24 Apr 2011 16:48:29 +0100 Oleg Oshmyan Fixed memory-limit-exceeded false positives on Win32
Sat, 23 Apr 2011 01:16:57 +0300 Oleg Oshmyan Escape presses simultaneous with the testee exiting no longer cancel on Win32
Thu, 21 Apr 2011 22:39:23 +0300 Oleg Oshmyan Named a magic number that had sneaked into win32.py
Sun, 10 Apr 2011 00:59:40 +0300 Oleg Oshmyan Wall-clock time is output when maxwalltime but not maxcputime now on Win32 too
Mon, 28 Feb 2011 21:36:57 +0000 Oleg Oshmyan Added a search for the location of the executable for Popen on Win32
Mon, 28 Feb 2011 16:05:20 +0000 Oleg Oshmyan Removed import_error
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
Wed, 16 Feb 2011 15:30:57 +0000 Oleg Oshmyan Fixed errors in the win32 module
Wed, 16 Feb 2011 00:01:33 +0000 Oleg Oshmyan Win32-specific module with memory and CPU time limits