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_inspect
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136...
Miss Islington (bot)
2025-07-12
1
-0/+1
*
[3.13] gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when ...
Miss Islington (bot)
2025-05-02
1
-1/+39
*
[3.13] gh-133210: Fix `test_inspect` in `--without-doc-strings` mode (GH-1332...
Miss Islington (bot)
2025-05-01
1
-13/+20
*
[3.13] gh-130164: Fix inspect.Signature.bind() handling of positional-only ar...
Miss Islington (bot)
2025-04-08
1
-2/+6
*
[3.13] gh-127750: Backport some tests for singledispatchmethod (GH-130309) (G...
Serhiy Storchaka
2025-02-20
1
-0/+21
*
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...
Hugo van Kemenade
2025-01-22
1
-0/+1
*
[3.13] gh-70764: inspect.getclosurevars now identifies global variables with ...
Miss Islington (bot)
2024-11-06
1
-0/+13
*
[3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...
Serhiy Storchaka
2024-09-30
2
-2/+71
*
[3.13] gh-122981: Fix inspect.getsource() for generated classes with Python b...
Miss Islington (bot)
2024-09-02
2
-1/+61
*
[3.13] gh-116789: Add more tests for `inspect.getmembers` (GH-116802) (#123129)
Miss Islington (bot)
2024-08-26
1
-0/+50
*
[3.13] gh-122087: Restore ismethoddescriptor() and isroutine() for partial ob...
Serhiy Storchaka
2024-07-25
1
-0/+3
*
[3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-12108...
Miss Islington (bot)
2024-06-27
1
-12/+19
*
[3.13] gh-120381: Fix inspect.ismethoddescriptor() (GH-120684)
Miss Islington (bot)
2024-06-19
1
-3/+118
*
[3.13] Add some more edge-case tests for `inspect.get_annotations` with `eval...
Miss Islington (bot)
2024-06-15
2
-11/+36
*
[3.13] gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_an...
Miss Islington (bot)
2024-06-13
2
-0/+175
*
[3.13] gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner c...
Miss Islington (bot)
2024-06-07
1
-0/+1
*
[3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arg...
Miss Islington (bot)
2024-05-13
1
-5/+20
*
[3.13] gh-118846: Fix free-threading test failures when run sequentially (GH-...
Miss Islington (bot)
2024-05-10
1
-1/+3
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-0/+15
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
1
-0/+7
*
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
Serhiy Storchaka
2024-04-30
1
-0/+10
*
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...
Serhiy Storchaka
2024-04-29
1
-0/+22
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-0/+24
*
gh-117907: Fix test_inspect for the build with enabled tracing references (GH...
Serhiy Storchaka
2024-04-17
1
-0/+2
*
gh-117764: Add more tests for signatures of builtins (GH-117816)
Serhiy Storchaka
2024-04-12
1
-34/+265
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-7/+10
*
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Tian Gao
2024-03-21
2
-0/+8
*
gh-71765: Fix inspect.getsource() on empty file (GH-20809)
kernc
2024-03-18
1
-1/+13
*
gh-116780: Fix `test_inspect` in `-OO` mode (#116788)
Nikita Sobolev
2024-03-14
1
-0/+5
*
gh-116785: Fix direct invocation of `test_inspect` (#116787)
Nikita Sobolev
2024-03-14
1
-5/+5
*
gh-101293: Fix support of custom callables and types in inspect.Signature.fro...
Serhiy Storchaka
2024-03-01
1
-2/+360
*
gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...
Serhiy Storchaka
2024-02-26
1
-6/+26
*
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder
2024-02-20
1
-2/+2
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
1
-1/+30
*
gh-81682: Fix test failures when CPython is built without docstrings (GH-113410)
Serhiy Storchaka
2023-12-23
1
-1/+4
*
gh-112139: Add `inspect.Signature.format` and use it in `pydoc` (#112143)
Nikita Sobolev
2023-12-02
1
-10/+86
*
gh-111058: Change coro.cr_frame/gen.gi_frame to be None for a closed coroutin...
Irit Katriel
2023-12-01
1
-0/+8
*
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
Serhiy Storchaka
2023-11-13
1
-3/+8
*
gh-112001: Fix test_builtins_have_signatures in test_inspect (GH-112002)
Serhiy Storchaka
2023-11-12
1
-12/+7
*
gh-57129: Add test for inspect.getsource in the REPL (#111197)
Pablo Galindo Salgado
2023-10-25
1
-1/+64
*
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev
2023-10-10
7
-0/+5468