-------------------------- - Do not shim the winreg module unless on NT. This avoids incompatibilities with packages such as CherryPy, which try to load all modules seen by the interpreter. - Do not wrap os.getenv, os.putenv multiple times.
0.3.0
-------------------------- - Add new utility functions to wrap input and output of command-line arguments and environment variables on Python 2.
0.2.0
-------------------------- - Support more renamed packages. - Eliminate bugs resulting from raw_input ceasing to flush buffers and bind readline when stdio streams are overridden. - RedirectingLoader now acts as a lazy self-replacing loader when no moves are declared.
0.1.2
-------------------------- - Fix installation of dependencies.
0.1.1
-------------------------- - Add redirecting module loader to allow statements like "from eight.collections import UserDict".
0.1.0
-------------------------- - Begin tracking changes in changelog. - Depend on the future module for module renames and reorgs.