CHANGES
=======

0.0.1
-----

* Fixes for the test suite on PyPy
* Python2.xify the code base
* Handle missing __traceback__ in tests for < 3.x
* Handle absence of __context__ and __cause__ on < 3.x
* Handle different type repr in < 3.2
* Fixes for 3.2 - qualname and exception suppressing
* Fixes for 3.3
* Port trunk traceback module to standalone w/3.5
* Ignore .eggs as well
* Basic boilerplate
