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
/
inspect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon
2025-12-11
1
-6/+6
*
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner
2025-12-08
1
-1/+0
*
gh-131116: Fix inspect.getdoc() to work with cached_property objects (GH-131165)
Jacob Austin Lincoln
2025-11-12
1
-0/+6
*
gh-132686: Add parameters inherit_class_doc and fallback_to_class_doc for ins...
Serhiy Storchaka
2025-11-11
1
-8/+26
*
gh-139783: Fix inspect.getsourcelines() for the case when a decorator is foll...
Serhiy Storchaka
2025-10-10
1
-1/+3
*
gh-139292: avoid extra tailing blank line in `python -m inspect -d <target>` ...
yihong
2025-09-24
1
-1/+1
*
gh-137317: Fix inspect.signature() for class with wrapped __init__ or __new__...
Ju4tCode
2025-08-28
1
-4/+8
*
gh-137477: Fix inspect.getblock() for generator expressions (GH-137488)
Serhiy Storchaka
2025-08-20
1
-7/+10
*
gh-135228: Create __dict__ and __weakref__ descriptors for object (GH-136966)
Petr Viktorin
2025-08-18
1
-1/+2
*
gh-132493: Remove __annotations__ usage in inspect._signature_is_functionlike...
Jelle Zijlstra
2025-05-10
1
-3/+1
*
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade
2025-05-05
1
-1/+1
*
gh-119605: Respect `follow_wrapped` for `__init__` and `__new__` when getting...
Xuehai Pan
2025-05-01
1
-7/+33
*
gh-117174: Add a new route in linecache to fetch interactive source code (#11...
Pablo Galindo Salgado
2025-03-10
1
-0/+2
*
gh-128184: Fix display of signatures with ForwardRefs (#130815)
Jelle Zijlstra
2025-03-04
1
-1/+3
*
gh-127750: Restore inspect and pydoc support of singledispatchmethod (GH-130309)
Serhiy Storchaka
2025-02-20
1
-1/+2
*
gh-130164: Fix inspect.Signature.bind() handling of positional-only args with...
Jacob Walls
2025-02-18
1
-0/+3
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
1
-1/+1
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
1
-1/+1
*
gh-121604: Make sure all deprecated items in importlib raise DeprecationWarni...
Tomas R.
2025-01-15
1
-2/+1
*
gh-127274: Defer nested methods (#128012)
mpage
2024-12-19
1
-0/+1
*
gh-127610: Added validation for more than one var-positional and var-keyword ...
Apostol Fet
2024-12-08
1
-0/+8
*
gh-70764: inspect.getclosurevars now identifies global variables with LOAD_GL...
blhsing
2024-11-05
1
-5/+9
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
1
-0/+2
*
gh-125633: Add function `ispackage` to stdlib `inspect` (#125634)
Zhikang Yan
2024-10-27
1
-3/+8
*
gh-101552: Allow pydoc to display signatures in source format (#124669)
Jelle Zijlstra
2024-10-09
1
-15/+37
*
gh-116110: remove extra processing for the __signature__ attribute (GH-116234)
Sergey B Kirpichev
2024-10-08
1
-9/+1
*
gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...
Serhiy Storchaka
2024-09-28
1
-2/+4
*
gh-119127: functools.partial placeholders (gh-119827)
dgpb
2024-09-26
1
-2/+22
*
gh-122981: Fix inspect.getsource() for generated classes with Python base cla...
Serhiy Storchaka
2024-08-20
1
-3/+3
*
gh-119180: annotationlib: Fix __all__, formatting (#122365)
Jelle Zijlstra
2024-08-11
1
-3/+1
*
gh-122058: `Lib/inspect`: Update docstrings for `isfunction`, `isgenerator`, ...
Kirill Podoprigora
2024-08-06
1
-9/+24
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-115/+1
*
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
Serhiy Storchaka
2024-06-27
1
-4/+4
*
gh-120381: Fix inspect.ismethoddescriptor() (#120383)
Jan Kaliszewski
2024-06-18
1
-4/+7
*
gh-114053: Fix bad interaction of PEP 695, PEP 563 and `inspect.get_annotatio...
Alex Waygood
2024-06-13
1
-1/+7
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-7/+1
*
gh-120200: Fix `inspect.iscoroutinefunction(inspect) is True` corner case (#1...
Nikita Sobolev
2024-06-07
1
-3/+3
*
gh-87106: Fix inspect.signature.bind() handling of positional-only arguments ...
Jacob Walls
2024-05-13
1
-12/+16
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
1
-78/+5
*
gh-82062: Fix support of parameter defaults on methods in extension modules (...
Sergey B Kirpichev
2024-05-02
1
-0/+5
*
gh-118404: Fix inspect.signature() for non-comparable callables (GH-118405)
Serhiy Storchaka
2024-04-30
1
-2/+4
*
gh-118285: Fix signatures of operator.{attrgetter,itemgetter,methodcaller} in...
Serhiy Storchaka
2024-04-29
1
-0/+7
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-3/+22
*
gh-116987: Support class code objects in inspect.findsource() (GH-117025)
Tian Gao
2024-03-21
1
-9/+2
*
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee
2024-03-19
1
-1/+6
*
gh-101293: Fix support of custom callables and types in inspect.Signature.fro...
Serhiy Storchaka
2024-03-01
1
-87/+74
*
gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...
Serhiy Storchaka
2024-02-26
1
-7/+3
*
gh-101860: Expose __name__ on property (GH-101876)
Eugene Toder
2024-02-20
1
-3/+2
*
bpo-38364: unwrap partialmethods just like we unwrap partials (#16600)
Martijn Pieters
2024-02-15
1
-2/+4
*
gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112...
Alex Waygood
2023-12-03
1
-1/+1
[next]