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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.11] gh-108303: Move all inspect test files to `test_inspect/` (GH-109607) ...
Nikita Sobolev
2023-10-31
1
-4515/+0
*
[3.11] gh-109625: Move _ready_to_import() from test_import to support.import_...
Nikita Sobolev
2023-09-22
1
-4/+2
*
[3.11] gh-108303: Move `ann_module*.py` files to `typinganndata/` folder (#10...
Victor Stinner
2023-09-21
1
-1/+1
*
[3.11] gh-105080: Fixed inconsistent signature on derived classes (GH… (#10...
Tian Gao
2023-06-04
1
-0/+18
*
[3.11] gh-75367: Fix data descriptor detection in inspect.getattr_static (GH-...
Miss Islington (bot)
2023-05-16
1
-0/+3
*
[3.11] gh-103193: Improve `getattr_static` test coverage (GH-104286) (#104290)
Miss Islington (bot)
2023-05-08
1
-0/+29
*
[3.11] gh-103556: [inspect.Signature] disallow pos-or-kw params without defau...
Miss Islington (bot)
2023-04-22
1
-6/+34
*
gh-103553: Improve `test_inspect`: add more assertions, remove unused (GH-103...
Miss Islington (bot)
2023-04-15
1
-15/+9
*
gh-103406: Modernize pos-only arguments usage in `test_signature` (GH-103407)
Miss Islington (bot)
2023-04-14
1
-20/+11
*
[3.11] gh-96127: Fix `inspect.signature` call on mocks (#96335) (#101646)
Oleg Iarygin
2023-02-08
1
-0/+19
*
[3.11] gh-85267: Improvements to inspect.signature __text_signature__ handlin...
Shantanu
2022-12-21
1
-1/+20
*
gh-83035: handle decorator with nested parens in inspect.getsource (GH-99654)
Miss Islington (bot)
2022-12-07
1
-0/+6
*
gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)
Miss Islington (bot)
2022-11-10
1
-2/+7
*
GH-96073: Fix wild replacement in inspect.formatannotation (GH-96074)
Miss Islington (bot)
2022-10-07
1
-0/+7
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
1
-0/+14
*
[3.11] gh-90473: Skip tests that don't apply to Emscripten and WASI (GH-92846...
Christian Heimes
2022-05-16
1
-1/+4
*
gh-92062: `inspect.Parameter` checks whether `name` is a keyword (GH-92065)
Zac Hatfield-Dodds
2022-05-03
1
-0/+3
*
gh-88116: Enhance the inspect frame APIs to use the extended position informa...
Pablo Galindo Salgado
2022-04-23
1
-7/+21
*
bpo-29418: Implement inspect.ismethodwrapper and fix inspect.isroutine for ca...
Hakan Çelik
2022-02-16
1
-3/+43
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+1
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-1/+1
*
bpo-46103: Fix inspect.getmembers to only get __bases__ from class (GH-30147)
Weipeng Hong
2022-01-23
1
-0/+5
*
bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...
Weipeng Hong
2022-01-21
1
-0/+11
*
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
Irit Katriel
2022-01-18
1
-2/+2
*
Remove spaces in empty lines (GH-30121)
AN Long
2021-12-15
1
-1/+1
*
bpo-27062: add `__all__` to inspect module (GH-30003)
Kumar Aditya
2021-12-10
1
-0/+3
*
bpo-30533:Add function inspect.getmembers_static that does not call propertie...
Weipeng Hong
2021-11-30
1
-0/+17
*
bpo-45406: make inspect.getmodule() return None when getabsfile() raises File...
Irit Katriel
2021-11-02
1
-0/+9
*
bpo-45438: format of inspect.Signature with generic builtins (#29212)
Martin Rueckl
2021-10-27
1
-0/+11
*
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Hugo van Kemenade
2021-10-20
1
-94/+14
*
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka
2021-09-19
1
-16/+2
*
bpo-44808: fixes test for interactive inspect getsource of a class (GH-27571)
andrei kulakov
2021-08-03
1
-12/+8
*
bpo-44808: Fix test_inspect in refleak mode (GH-27544)
Pablo Galindo Salgado
2021-08-02
1
-1/+2
*
bpo-44648: Fix error type in inspect.getsource() in interactive session (GH-2...
andrei kulakov
2021-07-30
1
-1/+16
*
bpo-40897:Give priority to using the current class constructor in `inspect.si...
Weipeng Hong
2021-07-16
1
-0/+41
*
bpo-20684: Remove unused inspect._signature_get_bound_param (GH-21100)
Anthony Sottile
2021-05-22
1
-7/+0
*
bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
2021-04-30
1
-5/+238
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-24/+28
*
bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189)
Inada Naoki
2021-04-06
1
-6/+6
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-0/+3
*
bpo-41960: Add globalns and localns parameters to inspect.signature and Signa...
Batuhan Taskaya
2020-12-23
1
-0/+20
*
bpo-17735: inspect.findsource now raises OSError when co_lineno is out of ran...
Irit Katriel
2020-12-04
1
-0/+11
*
bpo-42116: Fix inspect.getsource handling of trailing comments (GH-23630)
Irit Katriel
2020-12-04
1
-4/+19
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
1
-24/+20
*
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
Hai Shi
2020-08-04
1
-1/+3
*
bpo-40257: Revert changes to inspect.getdoc() (GH-20073)
Serhiy Storchaka
2020-05-18
1
-12/+3
*
bpo-35113: Fix inspect.getsource to return correct source for inner classes (...
Karthikeyan Singaravelan
2020-04-18
1
-0/+40
*
bpo-40257: Output object's own docstring in pydoc (GH-19479)
Serhiy Storchaka
2020-04-15
1
-3/+12
*
bpo-39957: Change Signature.parameters to OrderedDict (GH-18988)
Jens Reidel
2020-03-18
1
-1/+6
*
bpo-36350: inspect: Replace OrderedDict with dict. (GH-12412)
Rémi Lapeyre
2020-01-28
1
-0/+5
[next]