1.8.1
Drop support for EOL Python <= 2.6, 3.0-3.3
deprecate py.std and remove all uses from the own codebase/unrelated tests
move test files out of py lib proper * separate all tests from plugins * simplify implicit inclusion of plugins under test * have test_initpkg perform direct checks instead of yielding tests * fix example tests for 3k
don't depend on (and don't actually use anymore) testing/__init__.py
Fixes py.path.local.samefile in Python 3 on Windows
Fix skip() call in test_svnauth
remove trailing whitespace everywhere
Change mark from test_status_update to an imperative xfail