Mercurial > ~astiob > upreckon > hgweb
graph
-
Fixed crashing on stdio=False with _unix2011-06-20, by Oleg Oshmyan
-
Fixed crashing on callable values of the tester conf. var.2011-06-18, by Oleg Oshmyan
-
Improved built-in output validator; added conf. var. binary2011-06-18, by Oleg Oshmyan
-
Updated zipfiles2011-06-16, by Oleg Oshmyan
-
Added C and C++ to the list of programming language classifiers2011-06-15, by Oleg Oshmyan
-
Bumped version number to 2.02.02011-06-10, by Oleg Oshmyan
-
The first/only item of testconf.tester is now passed through nativize_path2011-06-10, by Oleg Oshmyan
-
Some broken output validators on Win32 no longer get access-denied errors2011-06-10, by Oleg Oshmyan
-
Bumped the version number to 2.01.1 and slightly cleaned up upreckon-vcs 2.012011-06-10, by Oleg Oshmyan
-
The first/only item of testconf.tester is now passed through nativize_path 2.012011-06-10, by Oleg Oshmyan
-
Some broken output validators on Win32 no longer get access-denied errors 2.012011-06-10, by Oleg Oshmyan
-
Second attempt to work around unwarranted ERROR_ACCESS_DENIED on Windows2011-06-08, by Oleg Oshmyan
-
Improved the nativization of absolute paths by config.nativize_path2011-06-04, by Oleg Oshmyan
-
win32 now includes its App-Path-aware Popen wrapper in its __all__2011-06-03, by Oleg Oshmyan
-
_unix is no longer compiled on non-UNIX systems2011-06-03, by Oleg Oshmyan
-
Moved everything to do with zipfile to a new folder named zipfiles2011-06-03, by Oleg Oshmyan
-
Dummies are no longer tested when positional cmdline arguments are given2011-06-03, by Oleg Oshmyan
-
Positional cmdline arguments now override testconf.tests and disable groups2011-06-03, by Oleg Oshmyan
-
Added the testee configuration variable and the config.nativize_path function2011-06-03, by Oleg Oshmyan
-
Small clean-up2011-06-02, by Oleg Oshmyan
-
Attempted to work around unwarranted ERROR_ACCESS_DENIED on Win322011-06-02, by Oleg Oshmyan
-
Added a cx_Freeze-based setup-exe.py for Windows2011-05-28, by Oleg Oshmyan
-
Distutils support, reorganization and cleaning up2011-05-28, by Oleg Oshmyan
-
Output-only problems no longer print times2011-05-27, by Oleg Oshmyan
-
publish.sh now uses hg identify2011-05-27, by Oleg Oshmyan
-
Corrected mixed indentation (and a few line lengths) in compat.py2011-05-25, by Oleg Oshmyan
-
win32.call() now trusts its own case.time_started2011-05-24, by Oleg Oshmyan
-
A couple of Win32 fixes2011-05-24, by Oleg Oshmyan
-
The win32 module now trusts the wall-clock time reported by GetProcessTimes2011-05-24, by Oleg Oshmyan
-
Removed the redundant .hgtags file from the default branch2011-05-24, by Oleg Oshmyan
-
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