index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_isinstance.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#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