summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_inspect
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116795)Miss Islington (bot)2024-03-141-5/+5
* [3.11] gh-101293: Fix support of custom callables and types in inspect.Signat...Miss Islington (bot)2024-03-011-2/+360
* [3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data ...Miss Islington (bot)2024-02-271-6/+18
* [3.11] gh-81682: Fix test failures when CPython is built without docstrings (...Serhiy Storchaka2023-12-231-1/+4
* [3.11] gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-11200...Miss Islington (bot)2023-11-121-12/+7
* [3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...Nikita Sobolev2023-10-317-0/+4977