log

age author description
2011-06-03 Oleg Oshmyan win32 now includes its App-Path-aware Popen wrapper in its __all__
2011-06-03 Oleg Oshmyan _unix is no longer compiled on non-UNIX systems
2011-06-03 Oleg Oshmyan Moved everything to do with zipfile to a new folder named zipfiles
2011-06-03 Oleg Oshmyan Dummies are no longer tested when positional cmdline arguments are given
2011-06-03 Oleg Oshmyan Positional cmdline arguments now override testconf.tests and disable groups
2011-06-03 Oleg Oshmyan Added the testee configuration variable and the config.nativize_path function
2011-06-02 Oleg Oshmyan Small clean-up
2011-06-02 Oleg Oshmyan Attempted to work around unwarranted ERROR_ACCESS_DENIED on Win32
2011-05-28 Oleg Oshmyan Added a cx_Freeze-based setup-exe.py for Windows
2011-05-28 Oleg Oshmyan Distutils support, reorganization and cleaning up
2011-05-27 Oleg Oshmyan Output-only problems no longer print times
2011-05-27 Oleg Oshmyan publish.sh now uses hg identify
2011-05-25 Oleg Oshmyan Corrected mixed indentation (and a few line lengths) in compat.py
2011-05-24 Oleg Oshmyan win32.call() now trusts its own case.time_started
2011-05-24 Oleg Oshmyan A couple of Win32 fixes
2011-05-24 Oleg Oshmyan The win32 module now trusts the wall-clock time reported by GetProcessTimes
2011-05-24 Oleg Oshmyan Removed the redundant .hgtags file from the default branch
2011-05-24 Oleg Oshmyan Upreckon now properly reports exiting due to SIGINT to the calling process
2011-05-24 Oleg Oshmyan Fixed a few lines with wrong indentation in _unix (don't copy&paste code, kids)
2011-05-24 Oleg Oshmyan Added a C implementation of the unix module (called _unix)
2011-05-24 Oleg Oshmyan Corrected a typo (hopefully) in problem.strerror
2011-05-20 Oleg Oshmyan Moved process killing logic into platform-specific modules
2011-05-19 Oleg Oshmyan Removed the useless destructor of files.Archive
2011-05-19 Oleg Oshmyan Fixed several small bugs in the files module
2011-05-19 Oleg Oshmyan win32.Handle.__del__ no longer raises if __init__ gets wrong arguments
2011-05-19 Oleg Oshmyan Removed useless arguments to call() from testcases.BatchTestCase.test()
2011-05-16 Oleg Oshmyan Fixed EINTR fatally breaking another poll() call on Python 2.6-
2011-05-16 Oleg Oshmyan Fixed EINTR fatally breaking poll/wait on Python 2.6- (for real this time)
2011-05-16 Oleg Oshmyan Multiple bug fixes in the unix module
2011-05-15 Oleg Oshmyan Fixed the generic implementation of call to use testcases.WallTimeLimitExceeded
2011-05-14 Oleg Oshmyan Fixed an exception raised instead of forceful process termination on Win32
2011-04-24 Oleg Oshmyan Very fast testees no longer break Popen on some UNIX systems on Python 2.6+
2011-04-24 Oleg Oshmyan Fixed CPU time display on UNIX
2011-04-24 Oleg Oshmyan Fixed memory-limit-exceeded false positives on Win32
2011-04-22 Oleg Oshmyan Escape presses simultaneous with the testee exiting no longer cancel on Win32
2011-04-21 Oleg Oshmyan Named a magic number that had sneaked into win32.py
2011-04-15 Oleg Oshmyan Wall-clock time limit is now enforced on the output wall-clock time
2011-04-12 Oleg Oshmyan Fixed a few race conditions in unix.call triggered by very fast testees
2011-04-09 Oleg Oshmyan Wall-clock time is output when maxwalltime but not maxcputime now on Win32 too
2011-04-08 Oleg Oshmyan Removed code omitted in 2.00 releases from the 2.00 branch 2.00
2011-04-08 Oleg Oshmyan Added tag 2.00.1 for changeset c4dba6d44194 2.00
2011-04-08 Oleg Oshmyan Fixed the version number reported in --version 2.00 2.00.1
2011-04-08 Oleg Oshmyan Added tag 2.00.1 for changeset f0b63838f407 2.00
2011-04-08 Oleg Oshmyan Fixed a crash due to SIGCHLD interrupting validator output pipe reads 2.00
2011-04-08 Oleg Oshmyan Fixed mishandling of some variables in multi-problem legacy configurations 2.00
2011-04-08 Oleg Oshmyan Absent output files no longer crash Upreckon 2.00
2011-04-08 Oleg Oshmyan Fixed race condition resulting in calling back twice from TestCase.test 2.00
2011-04-08 Oleg Oshmyan Fixed a crash due to SIGCHLD interrupting validator output pipe reads
2011-04-08 Oleg Oshmyan Fixed mishandling of some variables in multi-problem legacy configurations
2011-04-08 Oleg Oshmyan Replaced constant properties with regular attributes
2011-04-08 Oleg Oshmyan Absent output files no longer crash Upreckon
2011-04-08 Oleg Oshmyan Output-only problems are now supported
2011-04-08 Oleg Oshmyan Fixed race condition resulting in calling back twice from TestCase.test
2011-04-01 Oleg Oshmyan Added the --list-problems command-line option
2011-03-09 Oleg Oshmyan Added tag 2.00.0 for changeset 995502cdafc6
2011-03-03 Oleg Oshmyan Fixed the generic implementation of call to use maxwalltime 2.00.0
2011-03-02 Oleg Oshmyan Fixed a major regression introduced in changeset 1fb319ec33af
2011-03-02 Oleg Oshmyan Fixed ZipArchive.extract with relative paths on Windows
2011-03-02 Oleg Oshmyan Added zipfile-with-bzip2 implementation for Python 3.2
2011-02-28 Oleg Oshmyan Fixed a typo (did not affect anything)