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
*
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
*
bpo-38478: Correctly handle keyword argument with same name as positional-onl...
Pablo Galindo
2019-10-15
1
-0/+10
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-2/+2
*
bpo-34706: Preserve subclassing in inspect.Signature.from_callable (GH-16108)
Gregory P. Smith
2019-09-13
1
-2/+9
*
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Serhiy Storchaka
2019-08-08
1
-11/+7
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Philipp A
2019-06-08
1
-0/+18
*
bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679)
Xtreak
2019-05-30
1
-6/+9
*
bpo-36785: PEP 574 implementation (GH-7076)
Antoine Pitrou
2019-05-26
1
-6/+5
*
bpo-36751: Undeprecate getfullargspec (GH-13245)
Pablo Galindo
2019-05-16
1
-34/+20
*
bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)
Serhiy Storchaka
2019-05-06
1
-0/+11
*
bpo-36751: Deprecate getfullargspec and report positional-only args as regula...
Pablo Galindo
2019-04-30
1
-34/+42
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
1
-12/+33
*
bpo-33261: guard access to __code__ attribute in inspect (GH-6448)
Jeroen Demeyer
2019-04-02
1
-0/+1
*
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)
Raymond Hettinger
2019-03-25
1
-0/+9
*
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...
Pablo Galindo
2018-10-26
1
-1/+26
*
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
Chih-Hsuan Yen
2018-10-04
1
-2/+2
*
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Vladimir Matveev
2018-08-24
1
-2/+12
*
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
Matthias Bussonnier
2018-06-11
1
-4/+6
*
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636)
Dong-hee Na
2018-05-29
1
-3/+22
*
bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (...
Aaron Hall, MBA
2018-05-20
1
-1/+56
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Yury Selivanov
2018-03-06
1
-0/+10
*
bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...
larryhastings
2018-01-28
1
-0/+47
*
bpo-31778: Make ast.literal_eval() more strict. (#4035)
Serhiy Storchaka
2018-01-04
1
-1/+1
*
bpo-32265: Classify class and static methods of builtin types. (#4776)
Serhiy Storchaka
2017-12-15
1
-1/+14
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
1
-1/+1
*
bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)
Dong-hee Na
2017-11-15
1
-2/+2
*
bpo-30639: Lazily compute repr for error (#2132)
Thomas Kluyver
2017-10-24
1
-0/+8
*
PEP 553 built-in breakpoint() function (bpo-31353) (#3355)
Barry Warsaw
2017-10-05
1
-1/+2
*
bpo-31462: Remove trailing whitespaces. (#3564)
Serhiy Storchaka
2017-09-14
1
-1/+1
*
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
Thomas Kluyver
2017-05-23
1
-0/+18
*
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
Dong-hee Na
2017-05-17
1
-0/+35
*
bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)
Nate
2017-04-24
1
-0/+24
*
bpo-16355: Clarify when inspect.getcomments() returns None (#428)
Marco Buttu
2017-03-17
1
-0/+5
*
Issue #15812: Merge from 3.6
Berker Peksag
2017-01-02
1
-0/+5
|
\
|
*
Issue #15812: Merge from 3.5
Berker Peksag
2017-01-02
1
-0/+5
|
|
\
|
|
*
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ...
Berker Peksag
2017-01-02
1
-0/+5
*
|
|
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-3/+0
|
/
/
[next]