1.4.34
Remove use of `unicode` keyword in code.ExceptionInfo.__unicode__()
Make TerminalReporter.fullwidth a property
remove trailing whitespace everywhere
Merge pull request #121 from dnozay/master
refactor class-level registry on ForkedFunc child start/finish event to become instance based (i.e. passed into the constructor)
Fix make_numbered_dir on case-insensitive filesystems.
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