* Completely broken: contained no source code. double oops.
0.1.11
* Completely broken: fatal import errors on Ubuntu. oops.
0.1.10
* Stop emulating 'bright' text with bright backgrounds. * Display 'normal' text using win32 normal foreground instead of bright. * Drop support for 'dim' text.
0.1.9
* Fix incompatibility with Python 2.5 and earlier. * Remove setup.py dependency on setuptools, now uses stdlib distutils.
0.1.8
* Fix ghastly errors all over the place on Ubuntu. * Add init kwargs 'convert' and 'strip', which supersede the old 'wrap'.
0.1.7
* Python 3 compatible. * Fix: Now strips ansi on windows without necessarily converting it to win32 calls (eg. if output is not a tty.) * Fix: Flaky interaction of interleaved ansi sent to stdout and stderr. * Improved demo.sh (hg checkout only.)