summaryrefslogtreecommitdiff
path: root/Lib/test/test_isinstance.py
Commit message (Expand)AuthorAgeFilesLines
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-031-1/+2
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-201-1/+18
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+5
* Change issubclass() so that recursive tuples (directly or indirectlyWalter Dörwald2002-12-121-1/+18
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-121-0/+9
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Whitespace normalization.Tim Peters2002-05-231-5/+5
* Add more tests for abstract isinstance() and issubclass().Neil Schemenauer2002-04-241-4/+93
* Unit tests for the changes in abstract.c version 2.101. The debugBarry Warsaw2002-04-231-0/+144