These tests were converted using 2to3 and should be valid using Python 2.7 and Python 3+.
automated cleanup of python pep8 whitespace compliance
Also fixes: "SystemError: error return without exception set" during error checking when using just -builtin and the incorrect number of arguments is passed to a class method expecting zero arguments. Closes #256 Closes #382