summaryrefslogtreecommitdiff
path: root/Lib/test/test_typechecks.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-2/+2
* completely ignore old-style stuff for type checking overloadingBenjamin Peterson2009-05-161-9/+12
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-0/+13
* Patch # 1026 by Benjamin Aranguren (with Alex Martelli):Guido van Rossum2007-09-101-0/+77