index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_isinstance.py
Commit message (
Expand
)
Author
Age
*
gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)
Hood Chatham
2025-03-13
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
*
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham
2024-12-05
*
gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)
Erlend E. Aasland
2024-04-08
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
*
GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...
Brett Cannon
2024-01-12
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
*
bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion ...
Dennis Sweeney
2021-10-28
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
Dennis Sweeney
2021-10-22
*
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka
2020-10-05
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Yonatan Goldschmidt
2020-02-22
*
Remove outdated tests in test_isinstance (GH-1393)
Jim Fasarakis-Hilliard
2017-05-02
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Ezio Melotti
2013-01-27
*
add space
Benjamin Peterson
2010-11-20
*
#1574217: only swallow AttributeErrors in isinstance, not everything.
R. David Murray
2010-11-20
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
*
Remove have_unicode checks and merge those tests into the
Walter Dörwald
2007-05-22
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Bug #1697782: remove all remaining code that uses types.InstanceType.
Georg Brandl
2007-04-11
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
Disable a few other tests, that can't work if Python is compiled without
Walter Dörwald
2005-08-03
*
Whitespace normalization.
Tim Peters
2004-07-08
*
Limit the nesting depth of a tuple passed as the second argument to
Brett Cannon
2004-03-20
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Change issubclass() so that recursive tuples (directly or indirectly
Walter Dörwald
2002-12-12
*
Enhance issubclass() and PyObject_IsSubclass() so that a tuple is
Walter Dörwald
2002-12-12
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
Whitespace normalization.
Tim Peters
2002-05-23
*
Add more tests for abstract isinstance() and issubclass().
Neil Schemenauer
2002-04-24
*
Unit tests for the changes in abstract.c version 2.101. The debug
Barry Warsaw
2002-04-23