log

age author description
2011-01-08 Oleg Oshmyan Points are now weighted on a test context basis
2011-01-06 Oleg Oshmyan The test context stack is now a deque.
2011-01-06 Oleg Oshmyan Minimal code clean-up
2011-01-06 Oleg Oshmyan String keys in pointmap are no longer treated as iterables except in legacy mode
2011-01-06 Oleg Oshmyan Windows Error Reporting is now suppressed (at least the dialogs)
2011-01-02 Oleg Oshmyan Added a 'Sample total' line when using test groups
2011-01-02 Oleg Oshmyan Better emulation of built-ins for testconf
2011-01-02 Oleg Oshmyan Fixed a crash on Python 3 on POSIX
2010-12-27 Oleg Oshmyan Corrected the implementation of callable() for Python 3.0 and 3.1
2010-12-26 Oleg Oshmyan Added a copyright & licensing notice about code borrowed from Python itself
2010-12-22 Oleg Oshmyan Fixed an issue when import errors would be ignored
2010-12-22 Oleg Oshmyan Improved run-time reporting and fixed a potential hang on POSIX
2010-12-22 Oleg Oshmyan Grand grand -> grand
2010-12-22 Oleg Oshmyan Fixed negative run times reported on POSIX
2010-12-22 Oleg Oshmyan Multiple exit code handling fixes