1.4.19
merge but skip one test if we are not on pytest25
try harder to print unicode out also in python2.6. Add comments.
remove trailing whitespace everywhere
do some more micro-optimizations in exception info handling
remove unused imports
add to changelog and authors: some fixes to unicode handling in assertion handling. Thanks for the PR to Floris Bruynooghe. (This helps to fix pytest issue 319).
move down py/impl/XYZ to py/_XYZ
merge in apipkg fixes
always use builtin callable when available (2.x and py3.2+)
fix python33 path handling errors
Changes between 1.4.12 and 1.4.13.dev ==================================================
slight adjustments