* Remove use of 2to3, for compatibility with newer setuptools; thanks hroncok!
0.5.0
* Fixes for Python 3.5 compatibility; thanks hroncok!
0.4.0
* Don't call get_default_terminal() if we don't need a terminal exe; this avoids failing out on single-terminal sessions on OSX. * Don't error out if psutil is unavailable.
0.3.0
* Add --live-reply option for driving live programs from recorded session. * Update for changes in psutil API.
0.2.1
* Don't crash when given multi-byte utf8 input sequences.