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-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
|
/
/
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-1/+11
*
|
Issue #19611: handle implicit parameters in inspect.signature
Nick Coghlan
2016-06-04
1
-0/+26
*
|
Merge 3.5 (issue #26347)
Yury Selivanov
2016-03-02
1
-0/+7
|
\
\
|
|
/
|
*
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
Yury Selivanov
2016-03-02
1
-0/+7
*
|
Replace noop constant statement with expression
Victor Stinner
2016-02-08
1
-1/+1
*
|
subprocess._optim_args_from_interpreter_flags()
Victor Stinner
2016-01-18
1
-3/+4
*
|
Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.
Yury Selivanov
2016-01-11
1
-5/+35
*
|
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Serhiy Storchaka
2015-10-29
1
-2/+2
|
\
\
|
|
/
|
*
Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.
Serhiy Storchaka
2015-10-29
1
-2/+2
*
|
Issue #13248: Delete remaining references of inspect.getargspec().
Berker Peksag
2015-07-31
1
-1/+1
*
|
Issue #24485: Function source inspection fails on closures.
Meador Inge
2015-07-24
1
-1/+0
|
\
\
|
|
/
|
*
Issue #24485: Function source inspection fails on closures.
Meador Inge
2015-07-24
1
-1/+0
*
|
Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)
Yury Selivanov
2015-07-23
1
-35/+5
|
/
*
Issue #24485: Revert backwards compatibility breaking changes of #21217.
Yury Selivanov
2015-07-23
1
-0/+5
*
Issue #24669: Fix inspect.getsource() for 'async def' functions.
Yury Selivanov
2015-07-21
1
-0/+2
*
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Serhiy Storchaka
2015-07-18
1
-23/+55
|
\
|
*
Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.
Serhiy Storchaka
2015-07-18
1
-22/+54
*
|
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov
2015-07-03
1
-0/+23
*
|
Issue #24541: Drop test_inspect.test_eightteen unittest; update docs
Yury Selivanov
2015-07-01
1
-8/+0
*
|
Issue #24541: Update comment in test_inspect.test_eightteen
Yury Selivanov
2015-07-01
1
-1/+1
*
|
Issue #24400: Fix failing unittest
Yury Selivanov
2015-07-01
1
-1/+1
*
|
Issue #24400: Remove inspect.isawaitable().
Yury Selivanov
2015-06-30
1
-25/+0
*
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-3/+68
*
|
Issue #23934: Fix inspect.signature to fail correctly for builtin types.
Yury Selivanov
2015-05-30
1
-1/+6
*
|
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov
2015-05-28
1
-0/+13
|
\
\
|
|
/
|
*
Issue 24298: Fix signature() to properly unwrap wrappers around bound methods
Yury Selivanov
2015-05-28
1
-0/+13
*
|
Issue 20438: Deprecate inspect.getargspec() and friends.
Yury Selivanov
2015-05-22
1
-1/+2
[next]