summaryrefslogtreecommitdiff
path: root/Lib/test/test_isinstance.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-5/+5
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-10/+1
* Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-271-1/+1
* add spaceBenjamin Peterson2010-11-201-3/+3
* #1574217: only swallow AttributeErrors in isinstance, not everything.R. David Murray2010-11-201-0/+14
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-1/+1
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-221-2/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-111-1/+0
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* 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