aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_isinstance.py
Commit message (Expand)AuthorAge
* gh-127503: Improve tracebacks on Emscripten when there is a trap (#131158)Hood Chatham2025-03-13
* GH-130396: Use computed stack limits on linux (GH-130398)Mark Shannon2025-02-25
* GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...Petr Viktorin2025-02-24
* GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)Mark Shannon2025-02-19
* gh-127146: Emscripten: Skip segfaults in test suite (#127151)Hood Chatham2024-12-05
* gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)Erlend E. Aasland2024-04-08
* GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)Brett Cannon2024-01-16
* GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...Brett Cannon2024-01-12
* gh-102515: Remove unused imports in the `Lib/` directory (#102516)Alex Waygood2023-03-08
* GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...Mark Shannon2022-10-05
* gh-91603: Speed up isinstance/issubclass on union types (GH-91631)Yurii Karabas2022-04-28
* bpo-30570: Fix segfault on buildbots caused by stack overflow from recursion ...Dennis Sweeney2021-10-28
* bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)Dennis Sweeney2021-10-22
* bpo-41909: Enable previously disabled recursion checks. (GH-22536)Serhiy Storchaka2020-10-05
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-09
* bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)Yonatan Goldschmidt2020-02-22
* Remove outdated tests in test_isinstance (GH-1393)Jim Fasarakis-Hilliard2017-05-02
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-03
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Fix a few typos and a double semicolon. Patch by Eitan Adler.Ezio Melotti2013-01-27
* add spaceBenjamin Peterson2010-11-20
* #1574217: only swallow AttributeErrors in isinstance, not everything.R. David Murray2010-11-20
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-07
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-22
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-11
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Disable a few other tests, that can't work if Python is compiled withoutWalter Dörwald2005-08-03
* Whitespace normalization.Tim Peters2004-07-08
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-20
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-01
* Change issubclass() so that recursive tuples (directly or indirectlyWalter Dörwald2002-12-12
* Enhance issubclass() and PyObject_IsSubclass() so that a tuple isWalter Dörwald2002-12-12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Whitespace normalization.Tim Peters2002-05-23
* Add more tests for abstract isinstance() and issubclass().Neil Schemenauer2002-04-24
* Unit tests for the changes in abstract.c version 2.101. The debugBarry Warsaw2002-04-23