Mercurial > ~astiob > upreckon > hgweb
graph
-
'Incorrect' is now stripped from external validator output2011-08-17, by Oleg Oshmyan
-
Added confvar okexitcodemask; changed the validator protocol2011-08-17, by Oleg Oshmyan
-
Removed some long-unnoticed trailing whitespace2011-08-17, by Oleg Oshmyan
-
Fixed mapping (dict) values of taskweight2011-08-16, by Oleg Oshmyan
-
A cosmetic correction2011-08-16, by Oleg Oshmyan
-
taskweight can now be an iterable or a mapping2011-08-16, by Oleg Oshmyan
-
force_zero_exitcode is now a problem-specific configuration variable2011-08-16, by Oleg Oshmyan
-
The default match mode is now 'literal'2011-08-16, by Oleg Oshmyan
-
Very slightly simplified files.ZipArchive.__init__2011-08-15, by Oleg Oshmyan
-
Regexps now work with test archives2011-08-15, by Oleg Oshmyan
-
Revamped the implementation of files.Archive subclasses2011-08-13, by Oleg Oshmyan
-
Updated copyright years in files.py2011-08-12, by Oleg Oshmyan
-
Added conf. var. match and match='regexp' for non-archives2011-08-11, by Oleg Oshmyan
-
Added zipfiles/diff.sh to the repository2011-08-11, by Oleg Oshmyan
-
Made sure the wakeup FD is always valid2011-08-11, by Oleg Oshmyan
-
Fixed compilation on systems without termios.h2011-07-28, by Oleg Oshmyan
-
Corrected the remaining wrong references to test.py2011-07-27, by Oleg Oshmyan
-
Updated home page URL2011-07-27, by Oleg Oshmyan
-
Updated .hgignore2011-07-26, by Oleg Oshmyan
-
Fixed a possible compilation error introduced in the last changeset2011-07-26, by Oleg Oshmyan
-
The interrupt handler pipe is now closed on module creation failure2011-07-26, by Oleg Oshmyan
-
Updated version numbers2011-07-26, by Oleg Oshmyan
-
Updated zipfiles for Python 3.2.12011-07-14, by Oleg Oshmyan
-
Fixed hanging in the built-in output validator when output lengths differ2011-06-28, by Oleg Oshmyan
-
Renamed load_problem to load_testcases2011-06-20, by Oleg Oshmyan
-
tests directories are now searched for within archives2011-06-20, by Oleg Oshmyan
-
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
-
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
-
Fixed a crash due to SIGCHLD interrupting validator output pipe reads2011-04-08, by Oleg Oshmyan
-
Fixed mishandling of some variables in multi-problem legacy configurations2011-04-08, by Oleg Oshmyan
-
Replaced constant properties with regular attributes2011-04-08, by Oleg Oshmyan
-
Absent output files no longer crash Upreckon2011-04-08, by Oleg Oshmyan
-
Output-only problems are now supported2011-04-08, by Oleg Oshmyan
-
Fixed race condition resulting in calling back twice from TestCase.test2011-04-08, by Oleg Oshmyan
-
Added the --list-problems command-line option2011-04-01, by Oleg Oshmyan
-
Added tag 2.00.0 for changeset 995502cdafc62011-03-09, by Oleg Oshmyan
-
Fixed a major regression introduced in changeset 1fb319ec33af2011-03-02, by Oleg Oshmyan
-
Fixed ZipArchive.extract with relative paths on Windows2011-03-02, by Oleg Oshmyan
-
Added zipfile-with-bzip2 implementation for Python 3.22011-03-02, by Oleg Oshmyan
-
Fixed a typo (did not affect anything)2011-02-28, by Oleg Oshmyan
-
Added a search for the location of the executable for Popen on Win322011-02-28, by Oleg Oshmyan
-
Fixed a couple of bugs2011-02-28, by Oleg Oshmyan
-
Added upreckon.cmd for Windows users2011-02-28, by Oleg Oshmyan
-
maxtime is now auto-converted to maxcputime2011-02-28, by Oleg Oshmyan
-
Removed import_error2011-02-28, by Oleg Oshmyan
-
Skimming mode added (-k/--skim option)2011-02-28, by Oleg Oshmyan
-
Sample total is no longer printed if there are no samples2011-02-28, by Oleg Oshmyan
-
Removed shebang from modules2011-02-28, by Oleg Oshmyan
-
--update now includes version numbers in all messages it prints2011-02-25, by Oleg Oshmyan