log

age author description
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)
2011-02-28 Oleg Oshmyan Added a search for the location of the executable for Popen on Win32
2011-02-28 Oleg Oshmyan Fixed a couple of bugs
2011-02-28 Oleg Oshmyan Added upreckon.cmd for Windows users
2011-02-28 Oleg Oshmyan maxtime is now auto-converted to maxcputime
2011-02-28 Oleg Oshmyan Removed import_error
2011-02-28 Oleg Oshmyan Skimming mode added (-k/--skim option)
2011-02-28 Oleg Oshmyan Sample total is no longer printed if there are no samples
2011-02-28 Oleg Oshmyan Removed shebang from modules
2011-02-25 Oleg Oshmyan --update now includes version numbers in all messages it prints
2011-02-25 Oleg Oshmyan Fixed a crash in the unix module
2011-02-24 Oleg Oshmyan Moved clock/time detection into platform-specific modules and testcases
2011-02-24 Oleg Oshmyan Removed tag 2.00.0 with test group support
2011-02-24 Oleg Oshmyan Several small fixes
2011-02-23 Oleg Oshmyan Finished testcases reorganization and CPU time limit implementation
2011-02-16 Oleg Oshmyan Fixed errors in the win32 module
2011-02-16 Oleg Oshmyan Win32-specific module with memory and CPU time limits
2011-01-17 Oleg Oshmyan Renamed configuration variable tasknames to problems
2011-01-13 Oleg Oshmyan Updated copyright notices
2011-01-13 Oleg Oshmyan Memory limit is now applied to the RSS when os.wait4 is available