summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_inspect
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-70764: inspect.getclosurevars now identifies global variables with ...Miss Islington (bot)2024-11-061-0/+13
* [3.12] gh-116789: Add more tests for `inspect.getmembers` (GH-116802) (#123130)Miss Islington (bot)2024-08-181-0/+50
* [3.12] Add some more edge-case tests for `inspect.get_annotations` with `eval...Miss Islington (bot)2024-06-152-11/+36
* [3.12] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...Miss Islington (bot)2024-06-132-0/+175
* [3.12] gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner c...Nikita Sobolev2024-06-071-0/+1
* [3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...Miss Islington (bot)2024-05-131-5/+20
* [3.12] gh-118404: Fix inspect.signature() for non-comparable callables (GH-11...Miss Islington (bot)2024-04-301-0/+10
* [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` ...Miss Islington (bot)2024-04-241-0/+24
* [3.12] gh-116780: Fix `test_inspect` in `-OO` mode (GH-116788) (#116799)Nikita Sobolev2024-03-171-0/+1
* [3.12] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116794)Miss Islington (bot)2024-03-141-5/+5
* [3.12] gh-101293: Fix support of custom callables and types in inspect.Signat...Miss Islington (bot)2024-03-011-2/+360
* [3.12] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data ...Miss Islington (bot)2024-02-271-6/+18
* [3.12] gh-81682: Fix test failures when CPython is built without docstrings (...Serhiy Storchaka2023-12-231-1/+4
* [3.12] gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed c...Miss Islington (bot)2023-12-011-0/+8
* [3.12] gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-11200...Miss Islington (bot)2023-11-121-12/+7
* [3.12] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-137-0/+5233