Mercurial > ~astiob > upreckon > hgweb
graph
-
Upreckon now properly reports exiting due to SIGINT to the calling process2011-05-24, by Oleg Oshmyan
-
Fixed a few lines with wrong indentation in _unix (don't copy&paste code, kids)2011-05-24, by Oleg Oshmyan
-
Added a C implementation of the unix module (called _unix)2011-05-24, by Oleg Oshmyan
-
Corrected a typo (hopefully) in problem.strerror2011-05-24, by Oleg Oshmyan
-
Moved process killing logic into platform-specific modules2011-05-20, by Oleg Oshmyan
-
Removed the useless destructor of files.Archive2011-05-19, by Oleg Oshmyan
-
Fixed several small bugs in the files module2011-05-19, by Oleg Oshmyan
-
win32.Handle.__del__ no longer raises if __init__ gets wrong arguments2011-05-19, by Oleg Oshmyan
-
Removed useless arguments to call() from testcases.BatchTestCase.test()2011-05-19, by Oleg Oshmyan
-
Fixed EINTR fatally breaking another poll() call on Python 2.6-2011-05-16, by Oleg Oshmyan
-
Fixed EINTR fatally breaking poll/wait on Python 2.6- (for real this time)2011-05-16, by Oleg Oshmyan
-
Multiple bug fixes in the unix module2011-05-16, by Oleg Oshmyan
-
Fixed the generic implementation of call to use testcases.WallTimeLimitExceeded2011-05-15, by Oleg Oshmyan
-
Fixed an exception raised instead of forceful process termination on Win322011-05-14, by Oleg Oshmyan
-
Very fast testees no longer break Popen on some UNIX systems on Python 2.6+2011-04-24, by Oleg Oshmyan
-
Fixed CPU time display on UNIX2011-04-24, by Oleg Oshmyan
-
Fixed memory-limit-exceeded false positives on Win322011-04-24, by Oleg Oshmyan
-
Escape presses simultaneous with the testee exiting no longer cancel on Win322011-04-22, by Oleg Oshmyan
-
Named a magic number that had sneaked into win32.py2011-04-21, by Oleg Oshmyan
-
Wall-clock time limit is now enforced on the output wall-clock time2011-04-15, by Oleg Oshmyan
-
Fixed a few race conditions in unix.call triggered by very fast testees2011-04-12, by Oleg Oshmyan
-
Wall-clock time is output when maxwalltime but not maxcputime now on Win32 too2011-04-09, by Oleg Oshmyan
-
Fixed a crash due to SIGCHLD interrupting validator output pipe reads 2.002011-04-08, by Oleg Oshmyan
-
Fixed mishandling of some variables in multi-problem legacy configurations 2.002011-04-08, by Oleg Oshmyan
-
Fixed race condition resulting in calling back twice from TestCase.test 2.002011-04-08, by Oleg Oshmyan