- Notify users for file i/o issues. Thanks @lukehinds!
- Restricted chardet to anything 3.0.2 or higher due to chardet/chardet#113. Thanks @dan-blanchard for the quick fix!
- Restricted chardet to anything under 3.0 due to chardet/chardet#113
- Added pyup badge
- Added utilities for pushing new versions up
- Enhanced detection for some binary streams and UTF texts. (#10, 11) Thanks @pombredanne.
- Set up Appveyor for continuous testing on Windows. Thanks @pydanny.
- Update link to Perl source implementation. (#9) Thanks @asmeurer @pombredanne @audreyr.
- Handle UnicodeDecodeError in check. (#12) Thanks @DRMacIver.
- Add very simple Hypothesis based tests. (#13) Thanks @DRMacIver.
- Use setup to determine requirements and remove redundant requirements.txt. (#14) Thanks @hackebrot.
- Add documentation status badge to README.rst. (#15) Thanks @hackebrot.
- Run tox in travis.yml. Add pypy and Python 3.4 to tox environments. (#16) Thanks @hackebrot @pydanny.
- Handle LookupError when detecting encoding. (#17) Thanks @DRMacIver.
- Include tests, docs in source package. (#6) Thanks @vincentbernat.
- Drop unnecessary shebangs and executable bits. (#8) Thanks @scop.
- Generate string of printable extended ASCII bytes only once. (#7) Thanks @scop.
- Make number of bytes to read parametrizable. (#7) Thanks @scop.
- Complete rewrite of everything. Thanks @ncoghlan.
- Tests pass under Python 2.6, 2.7, 3.3, PyPy.
- First release on PyPI.