1.4.32
Remove support code for earlier Python 3 version in Source.compile
Make TerminalReporter.fullwidth a property
remove trailing whitespace everywhere
use py.builtin._basestring for py2/3 compatibility
refactor class-level registry on ForkedFunc child start/finish event to become instance based (i.e. passed into the constructor)
bump version to actual 1.4.32
move down py/impl/XYZ to py/_XYZ
use newer apipkg version which makes attribute access on alias modules resolve to None rather than an ImportError. This helps with code that uses inspect.getframeinfo() on py34 which causes a complete walk on sys.modules thus triggering the alias module to resolve and blowing up with ImportError. The negative side is that something like "py.test.X" will now result in None instead of "importerror: pytest" if pytest is not installed. But you shouldn't import "py.test" anyway anymore.
finalize 1.4.27
Add entry for errno 18 to py._error._winerrnomap
Changes between 1.4.12 and 1.4.13.dev ==================================================
Update HTML tags
slight adjustments