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
*
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