- A massive amount of work on code cleanup, including many bug fixes and potential bug fixes, from Jocelyn Legault
- A Lint test now passes clean, thanks to Joce's code cleanup
- Python updated to 2.7.1, and patched to support loading modules from Unicode paths under Windows
- Unicode paths for scripts and lib now supported (with patched python27.dll)
- Many improvements to console Unicode support. The console is now UTF-8
- Python module bug fixes for the /MT compilation (bz2 module, for instance, didn't previously work properly)
- Python unit tests now pass cleanly for the patched version, with the exception of trying to load MSVCR90.dll directly, which will never work when compiled with /MT
- Bugfix in config dialog always displaying user scripts when first opened