Mercurial > ~astiob > upreckon > hgweb
graph
-
Fixed crashing on validator output on Python 2 (regression in f94f9724c543)2012-10-20, by Oleg Oshmyan
-
Switched from str to bytes for external validator output2012-06-29, by Oleg Oshmyan
-
Fixed crashing on testconfs inside archives on Python 32012-06-06, by Oleg Oshmyan
-
Third attempt to work around unwarranted ERROR_ACCESS_DENIED on Windows2012-06-06, by Oleg Oshmyan
-
Third attempt to work around unwarranted ERROR_ACCESS_DENIED on Windows 2.032012-06-06, by Oleg Oshmyan
-
Made positional argument presence force match='literal'2012-05-04, by Oleg Oshmyan
-
Added usage of Python 3.3 library additions to the unix module2012-03-16, by Oleg Oshmyan
-
Bumped the version number to 2.04.02011-11-11, by Oleg Oshmyan
-
Corrected a wrongly indented line2011-10-26, by Oleg Oshmyan
-
With _unix, Escape presses now cancel test data unarchiving2011-08-22, by Oleg Oshmyan
-
Fixed the signature of @abstractmethod TestCase.test2011-08-20, by Oleg Oshmyan
-
Added option -c/--cleanup (but it does not work)2011-08-18, by Oleg Oshmyan
-
Cleaned up import statements2011-08-18, by Oleg Oshmyan
-
Changed the help message to say Python 2.6 is required2011-08-18, by Oleg Oshmyan
-
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