1.4.33
fix typo, run with byte string only in python2
remove trailing whitespace everywhere
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
Fix tests to use 'str(exc)' instead of 'exc.msg' for pytest and python compatibility
fix internal test, thanks thm
adapt one svn test to only check for any exception instead of specific ones because different svn versions cause different errors and we don't care.