log

age author description
Tue, 24 May 2011 20:51:01 +0100 Oleg Oshmyan Added a C implementation of the unix module (called _unix)
Tue, 24 May 2011 18:59:00 +0100 Oleg Oshmyan Corrected a typo (hopefully) in problem.strerror
Fri, 20 May 2011 14:47:42 +0100 Oleg Oshmyan Moved process killing logic into platform-specific modules
Thu, 19 May 2011 16:50:00 +0100 Oleg Oshmyan Removed the useless destructor of files.Archive
Thu, 19 May 2011 02:55:36 +0100 Oleg Oshmyan Fixed several small bugs in the files module
Thu, 19 May 2011 02:24:59 +0100 Oleg Oshmyan win32.Handle.__del__ no longer raises if __init__ gets wrong arguments
Thu, 19 May 2011 02:21:33 +0100 Oleg Oshmyan Removed useless arguments to call() from testcases.BatchTestCase.test()
Mon, 16 May 2011 21:42:43 +0100 Oleg Oshmyan Fixed EINTR fatally breaking another poll() call on Python 2.6-
Mon, 16 May 2011 21:31:43 +0100 Oleg Oshmyan Fixed EINTR fatally breaking poll/wait on Python 2.6- (for real this time)
Mon, 16 May 2011 02:53:24 +0100 Oleg Oshmyan Multiple bug fixes in the unix module
Sun, 15 May 2011 23:14:00 +0100 Oleg Oshmyan Fixed the generic implementation of call to use testcases.WallTimeLimitExceeded
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 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
Sun, 24 Apr 2011 16:48:29 +0100 Oleg Oshmyan Fixed memory-limit-exceeded false positives on Win32