- Added
Traceback.from_string.
- Fixed handling for tracebacks from generators and other internal improvements and optimizations. Contributed by DRayX in #10 and #11.
- Added support for Python 2.6. Contributed by Arcadiy Ivanov in #8.
- Added
to_dictmethod andfrom_dictclassmethod on Tracebacks. Contributed by beckjake in #5.