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-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka
2023-09-06
1
-0/+4
*
gh-106727: Add `__module__` check for `inspect.getsource(cls)` (#106968)
Tian Gao
2023-07-24
1
-1/+2
*
gh-106727: Make `inspect.getsource` smarter for class for same name definitio...
Tian Gao
2023-07-18
1
-11/+46
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-23/+22
*
gh-105080: Fixed inconsistent signature on derived classes (#105217)
Tian Gao
2023-06-02
1
-11/+12
*
gh-105069: Add a readline-like callable to the tokenizer to consume input ite...
Pablo Galindo Salgado
2023-05-30
1
-1/+1
*
gh-105013: Fix inspect.getsource with parenthesized multiline lambdas (#105021)
Pablo Galindo Salgado
2023-05-27
1
-0/+8
*
gh-102856: Python tokenizer implementation for PEP 701 (#104323)
Marta Gómez Macías
2023-05-21
1
-2/+2
*
gh-75367: Fix data descriptor detection in inspect.getattr_static (#104517)
Furkan Onder
2023-05-16
1
-2/+4
*
gh-103193: cache calls to `inspect._shadowed_dict` in `inspect.getattr_static...
Alex Waygood
2023-05-07
1
-2/+6
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
1
-0/+23
*
gh-102799: replace sys.exc_info by sys.exception in inspect and traceback mod...
Irit Katriel
2023-05-01
1
-1/+3
*
gh-103556: [inspect.Signature] disallow pos-or-kw params without default afte...
Nikita Sobolev
2023-04-22
1
-6/+4
*
gh-103193: Speedup and inline `inspect._is_type` (#103321)
Alex Waygood
2023-04-06
1
-9/+4
*
gh-103193: Use LBYL idioms rather than EAFP in `inspect.getattr_static` (#103...
Alex Waygood
2023-04-06
1
-15/+10
*
gh-103193: Micro-optimise helper functions for `inspect.getattr_static` (#103...
Alex Waygood
2023-04-05
1
-4/+3
*
gh-79940: add introspection API for asynchronous generators to `inspect` modu...
Thomas Krennwallner
2023-03-11
1
-0/+50
*
gh-102378: don't bother stripping `/` from __text_signature__ (#102379)
David Hewitt
2023-03-09
1
-40/+17
*
gh-102302 Micro-optimize `inspect.Parameter.__hash__` (#102303)
Gouvernathor
2023-03-04
1
-1/+1
*
gh-94912: Adjusted check for non-standard coroutine function marker. (#100935)
Carlton Gibson
2023-01-11
1
-2/+0
*
gh-85267: Improvements to inspect.signature __text_signature__ handling (#98796)
Shantanu
2022-12-21
1
-5/+20
*
gh-94912: Added marker for non-standard coroutine function detection (#99247)
Carlton Gibson
2022-12-18
1
-2/+24
*
gh-100039: enhance __signature__ to work with str and callables (GH-100168)
Ethan Furman
2022-12-16
1
-1/+9
*
gh-83035: handle decorator with nested parens in inspect.getsource (#99654)
Carl Meyer
2022-12-07
1
-9/+1
*
gh-99677: Deduplicate self-type in `mro` in `inspect._getmembers` (#99678)
Nikita Sobolev
2022-11-27
1
-1/+1
*
gh-99815: remove unused 'invalid' sentinel value and code that checks for it ...
Anthony Sottile
2022-11-27
1
-7/+1
*
Remove unused local variables in inspect.py (#24218)
Yonatan Goldschmidt
2022-11-27
1
-2/+1
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Anton Ryzhov
2022-11-10
1
-1/+4
*
GH-83901: Improve Signature.bind error message for missing keyword-only param...
Frazer McLean
2022-10-07
1
-2/+6
*
GH-96073: Fix wild replacement in inspect.formatannotation (#96074)
Anh71me
2022-10-07
1
-1/+4
*
gh-65961: Do not rely solely on `__cached__` (GH-97990)
Brett Cannon
2022-10-06
1
-18/+3
*
bpo-33587: inspect.getsource: reorder stat on file in linecache (GH-6805)
Pankaj Pandey
2022-08-26
1
-3/+3
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK
2022-06-30
1
-1/+1
*
gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
Zac Hatfield-Dodds
2022-05-03
1
-3/+7
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
1
-7/+54
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-9/+11
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-0/+1
*
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
Weipeng Hong
2022-01-23
1
-13/+13
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Weipeng Hong
2022-01-21
1
-2/+2
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
1
-6/+6
*
bpo-40066: [Enum] skip failing doc test (GH-30637)
Kumar Aditya
2022-01-17
1
-16/+14
*
Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...
Victor Stinner
2022-01-17
1
-14/+16
*
bpo-40066: [Enum] update str() and format() output (GH-30582)
Ethan Furman
2022-01-16
1
-16/+14
*
Remove spaces in empty lines (GH-30121)
AN Long
2021-12-15
1
-3/+3
*
bpo-27062: add `__all__` to inspect module (GH-30003)
Kumar Aditya
2021-12-10
1
-1/+100
*
bpo-30533:Add function inspect.getmembers_static that does not call propertie...
Weipeng Hong
2021-11-30
1
-4/+21
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Irit Katriel
2021-11-02
1
-1/+1
*
bpo-45438: format of inspect.Signature with generic builtins (#29212)
Martin Rueckl
2021-10-27
1
-0/+2
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
1
-113/+0
*
bpo-30951: Correct co_names docstring in inspect module (GH-2743)
Alex Vig
2021-09-24
1
-1/+1
[next]