index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_isinstance.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
1
-5
/
+5
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-10
/
+1
*
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Ezio Melotti
2013-01-27
1
-1
/
+1
*
add space
Benjamin Peterson
2010-11-20
1
-3
/
+3
*
#1574217: only swallow AttributeErrors in isinstance, not everything.
R. David Murray
2010-11-20
1
-0
/
+14
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2
/
+2
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1
/
+1
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-1
/
+1
*
Remove have_unicode checks and merge those tests into the
Walter Dörwald
2007-05-22
1
-2
/
+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1
/
+1
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1
/
+1
*
Bug #1697782: remove all remaining code that uses types.InstanceType.
Georg Brandl
2007-04-11
1
-1
/
+0
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1
/
+1
*
Disable a few other tests, that can't work if Python is compiled without
Walter Dörwald
2005-08-03
1
-1
/
+2
*
Whitespace normalization.
Tim Peters
2004-07-08
1
-1
/
+1
*
Limit the nesting depth of a tuple passed as the second argument to
Brett Cannon
2004-03-20
1
-1
/
+18
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-5
/
+5
*
Change issubclass() so that recursive tuples (directly or indirectly
Walter Dörwald
2002-12-12
1
-1
/
+18
*
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald
2002-12-12
1
-0
/
+9
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1
/
+1
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-5
/
+5
*
Add more tests for abstract isinstance() and issubclass().
Neil Schemenauer
2002-04-24
1
-4
/
+93
*
Unit tests for the changes in abstract.c version 2.101. The debug
Barry Warsaw
2002-04-23
1
-0
/
+144