Mercurial > ~astiob > upreckon > hgweb
graph
-
Keyboard interrupts now satisfy the Press any key to exit... prompt2011-08-17, by Oleg Oshmyan
-
Rewrote files.regexp as files.File.regexp (a class method)2011-08-17, by Oleg Oshmyan
-
Revamped files.File2011-08-17, by Oleg Oshmyan
-
Fixed single-problem configurations (regression in 32650f4a2177)2011-08-17, by Oleg Oshmyan
-
'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
-
Fixed a crash in the unix module2011-02-25, by Oleg Oshmyan
-
Moved clock/time detection into platform-specific modules and testcases2011-02-24, by Oleg Oshmyan
-
Removed tag 2.00.0 with test group support2011-02-24, by Oleg Oshmyan
-
Several small fixes2011-02-24, by Oleg Oshmyan
-
Finished testcases reorganization and CPU time limit implementation2011-02-23, by Oleg Oshmyan
-
Fixed errors in the win32 module2011-02-16, by Oleg Oshmyan
-
Win32-specific module with memory and CPU time limits2011-02-16, by Oleg Oshmyan
-
Renamed configuration variable tasknames to problems2011-01-17, by Oleg Oshmyan
-
Updated copyright notices2011-01-13, by Oleg Oshmyan
-
Memory limit is now applied to the RSS when os.wait4 is available2011-01-13, by Oleg Oshmyan
-
Points are now weighted on a test context basis2011-01-08, by Oleg Oshmyan
-
The test context stack is now a deque.2011-01-06, by Oleg Oshmyan
-
Minimal code clean-up2011-01-06, by Oleg Oshmyan
-
String keys in pointmap are no longer treated as iterables except in legacy mode2011-01-06, by Oleg Oshmyan
-
Windows Error Reporting is now suppressed (at least the dialogs)2011-01-06, by Oleg Oshmyan
-
Added a 'Sample total' line when using test groups2011-01-02, by Oleg Oshmyan
-
Better emulation of built-ins for testconf2011-01-02, by Oleg Oshmyan
-
Fixed a crash on Python 3 on POSIX2011-01-02, by Oleg Oshmyan
-
Corrected the implementation of callable() for Python 3.0 and 3.12010-12-27, by Oleg Oshmyan
-
Added a copyright & licensing notice about code borrowed from Python itself2010-12-26, by Oleg Oshmyan
-
Fixed an issue when import errors would be ignored2010-12-22, by Oleg Oshmyan
-
Improved run-time reporting and fixed a potential hang on POSIX2010-12-22, by Oleg Oshmyan
-
Grand grand -> grand2010-12-22, by Oleg Oshmyan
-
Fixed negative run times reported on POSIX2010-12-22, by Oleg Oshmyan
-
Multiple exit code handling fixes2010-12-22, by Oleg Oshmyan
-
Accurate run-time reporting on Win322010-12-21, by Oleg Oshmyan
-
Restored support for iterable keys in the pointmap configuration variable2010-12-21, by Oleg Oshmyan
-
Added tag 2.00.0 with test group support for changeset c95addbe08512010-12-21, by Oleg Oshmyan
-
Fixed test group support2010-12-21, by Oleg Oshmyan
-
NameErrors within call() are now reported2010-12-21, by Oleg Oshmyan
-
Accurate run-time reporting on POSIX2010-12-21, by Oleg Oshmyan
-
Hopefully somewhat improve accuracy of run-time reporting2010-12-20, by Oleg Oshmyan
-
Bug fixes2010-12-20, by Oleg Oshmyan
-
Improved portability of publish.sh2010-12-20, by Oleg Oshmyan
-
Added tag 1.20.3 for changeset 245150080c482010-12-19, by Oleg Oshmyan
-
Fixed directory name matching in .hgignore2010-12-19, by Oleg Oshmyan
-
Converted 2.00 into the default branch2010-12-19, by Oleg Oshmyan
-
Removed unnecessary copies of zipfile.py2010-12-19, by Oleg Oshmyan
-
Added tag 2.00.0 with test group support for changeset 2b459f9743b42010-12-19, by Oleg Oshmyan
-
Initial rename to Upreckon2010-12-19, by Oleg Oshmyan
-
Test suite directories named 'suite' are now in .hgignore2010-12-09, by Oleg Oshmyan
-
Fixed the -s option2010-12-05, by Oleg Oshmyan
-
Added .hgignore for pyc files2010-12-05, by Oleg Oshmyan
-
Cosmetical edit2010-12-05, by Oleg Oshmyan
-
Cemented a decision previously being unsure about2010-12-05, by Oleg Oshmyan
-
Test groups are now supported2010-12-03, by Oleg Oshmyan
-
Fixed a bug with nested configuration namespaces in config.py2010-12-03, by Oleg Oshmyan
-
Cleaned up next() calls2010-12-03, by Oleg Oshmyan
-
The version-selecting zipfile.py now works again2010-12-03, by Oleg Oshmyan
-
compat.py now emulates the next() built-in in Python 2.52010-12-03, by Oleg Oshmyan
-
A os.path.relpath implementation for Python 2.52010-11-30, by Oleg Oshmyan
-
Converted revision reporting from SVN to hg.2010-11-29, by Oleg Oshmyan
-
Updated zipfile to 2.7.1 and 3.1.3 final releases.2010-11-29, by Oleg Oshmyan
-
Clean up try-except clauses2010-11-25, by Oleg Oshmyan
-
hasattr -> try in the newly added 2.6 zipfile2010-11-24, by Oleg Oshmyan
-
Clean up zipfiles and diff them to stock ones2010-11-24, by Oleg Oshmyan
-
hasattr -> try2010-11-24, by Oleg Oshmyan
-
Bug fixes2010-10-15, by Oleg Oshmyan
-
Output text improvements2010-09-23, by Oleg Oshmyan
-
Bug fixes and overhead reduction2010-09-23, by Oleg Oshmyan
-
Score returned by TestCase.__call__() is now normalized to 0..12010-09-23, by Oleg Oshmyan
-
Compatibility and bug fixes2010-09-22, by Oleg Oshmyan
-
Further 2.00 work2010-09-22, by Oleg Oshmyan
-
A pretty usable version2010-08-06, by Oleg Oshmyan
-
More ZIP archive fixes2010-06-14, by Oleg Oshmyan
-
Fixed an exception when tests.zip contained test cases in its root 1.20.22010-06-13, by Oleg Oshmyan
-
Still $Rev$ substitution in 2.002010-06-07, by Oleg Oshmyan
-
$Rev: $ in test-svn.py 2.00 should now work2010-06-07, by Oleg Oshmyan
-
Initial 2.00 commit2010-06-07, by Oleg Oshmyan
-
Flush stdout during update; initial work on memory usage control2010-06-01, by Oleg Oshmyan
-
Get the latest published version from /test.py/version.txt2010-03-13, by Oleg Oshmyan
-
$Rev$ substitution still2010-03-13, by Oleg Oshmyan
-
$Rev$ substitution hopefully works2010-03-13, by Oleg Oshmyan
-
More version reporting2010-03-12, by Oleg Oshmyan
-
Auto-update and revision number reporting added2010-03-12, by Oleg Oshmyan
-
Award maxexitcode points by default2010-02-14, by Oleg Oshmyan
-
1.20 directory created2010-02-14, by Oleg Oshmyan
-
maxexitcode now gets on with test groups2010-02-14, by Oleg Oshmyan
-
Output validators can now award partial scores2010-02-14, by Oleg Oshmyan
-
-c command line option fixes2010-02-13, by Oleg Oshmyan
-
Minor changes2010-01-22, by Oleg Oshmyan
-
Finished path portability improvements2010-01-22, by Oleg Oshmyan
-
Started the development of 1.21.02010-01-22, by Oleg Oshmyan
-
Created the repository2010-01-22, by Oleg Oshmyan