* Use CRC32 to protect against a race condition where if a run took less than 1 second updates files would not appear to be updated.
1.2
---
* Python 3 support (thanks Marc Abramowitz!)
1.1.1
-----
* Python 3 fixes
1.1
---
* Python 3 compatibility, from Hugo Tavares * More Windows fixes, from Hugo Tavares
1.0.4
-----
* Windows fixes (thanks Dave Abrahams); including an option for more careful string splitting (useful when testing a script with a space in the path), and more careful handling of environmental variables.
1.0.3
-----
* Added a ``capture_temp`` argument to :class:`scripttest.TestFileEnvironment` and ``env.assert_no_temp()`` to test that no temporary files are left over.