- PEP8 cleanup and removed obsolete build infrastructure files.
3.6.0
==================
- Added support to bootstrap on Jython.
- Added Python 3 support.
- The dependency on zope.testing seemed spurious, possibly a rest of a real dependency that is gone now. I removed it.
3.5.2
==================
- Updated CHANGES.txt.
3.5.1
==================
- Reverted changes in 3.5.0.
3.5.0
=====
- Added the capability for exceptions to be formatted line-by-line. Unfortunately, also introduced a bug cause each line of the exception to be its own log message.