summaryrefslogtreecommitdiff
path: root/Lib/test/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15812: Merge from 3.5Berker Peksag2017-01-021-0/+5
|\
| * Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ...Berker Peksag2017-01-021-0/+5
* | Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-081-1/+11
* | Issue #19611: handle implicit parameters in inspect.signatureNick Coghlan2016-06-041-0/+26
* | Merge 3.5 (issue #26347)Yury Selivanov2016-03-021-5/+6
|\ \ | |/ |/|
| * Replace noop constant statement with expressionVictor Stinner2016-02-081-1/+1
| * subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-3/+4
| * Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1.Yury Selivanov2016-01-111-5/+35
| * Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-291-36/+6
| |\
| | * Issue #13248: Delete remaining references of inspect.getargspec().Berker Peksag2015-07-311-1/+1
| | * Issue #24485: Function source inspection fails on closures.Meador Inge2015-07-231-35/+5
| | |\
| | | * Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)Yury Selivanov2015-07-231-35/+5
* | | | inspect: Fix BoundArguments.apply_defaults to handle empty argumentsYury Selivanov2016-03-021-0/+7
|/ / /
* | | Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-291-2/+2
|/ /
* | Issue #24485: Function source inspection fails on closures.Meador Inge2015-07-231-1/+0
|/
* Issue #24485: Revert backwards compatibility breaking changes of #21217.Yury Selivanov2015-07-231-0/+5
* Issue #24669: Fix inspect.getsource() for 'async def' functions.Yury Selivanov2015-07-211-0/+2
* Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.Serhiy Storchaka2015-07-181-23/+55
|\
| * Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes.Serhiy Storchaka2015-07-181-22/+54
* | Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-031-0/+23
* | Issue #24541: Drop test_inspect.test_eightteen unittest; update docsYury Selivanov2015-06-301-8/+0
* | Issue #24541: Update comment in test_inspect.test_eightteenYury Selivanov2015-06-301-1/+1
* | Issue #24400: Fix failing unittestYury Selivanov2015-06-301-1/+1
* | Issue #24400: Remove inspect.isawaitable().Yury Selivanov2015-06-301-25/+0
* | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-3/+68
* | Issue #23934: Fix inspect.signature to fail correctly for builtin types.Yury Selivanov2015-05-301-1/+6
* | Issue 24298: Fix signature() to properly unwrap wrappers around bound methodsYury Selivanov2015-05-271-50/+383
|\ \ | |/ |/|
| * Issue 20438: Deprecate inspect.getargspec() and friends.Yury Selivanov2015-05-221-1/+2
| * Issue 23898: Fix inspect.classify_class_attrs() to work with __eq__Yury Selivanov2015-05-211-49/+381
| |\
| | * Issue 24248: Deprecate inspect.Signature.from_function and .from_builtinYury Selivanov2015-05-201-12/+2
| | * Issue 20691: Add follow_wrapped arg to inspect.signature/from_callable.Yury Selivanov2015-05-201-2/+14
| | * Issue 24205: Improve inspect.Signature.bind() error messages.Yury Selivanov2015-05-191-11/+19
| | * Issue 24190: Add inspect.BoundArguments.apply_defaults() method.Yury Selivanov2015-05-161-0/+35
| | * Issue 24208: Fix tests -- don't create a tempdir in __init__.Yury Selivanov2015-05-161-5/+3
| | * Issue 24200: Fix broken unittest.Yury Selivanov2015-05-151-1/+1
| | * inspect: Remove "0x..." IDs from Signature objects' __repr__Yury Selivanov2015-05-151-2/+1
| | * Issue 22547: Implement informative __repr__ for inspect.BoundArgumentsYury Selivanov2015-05-141-0/+7
| | * inspect: Test that BoundArguments.__eq__ repects the order of paramsYury Selivanov2015-05-141-0/+6
| | * PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-4/+68
| | * Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+1
| | * Issue #21217: inspect.getsourcelines() now tries to compute the start andAntoine Pitrou2015-04-151-1/+10
| | * Issue #20586: Argument Clinic now ensures signatures on functions without doc...Zachary Ware2015-04-131-0/+3
| | * Actually run the builtins Argument Clinic testNick Coghlan2015-04-131-53/+58
| | * Issue #15582: inspect.getdoc() now follows inheritance chains.Serhiy Storchaka2015-04-031-1/+22
| | * Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-1/+1
| | |\
| | * | inspect: Fix getsource() to load updated source of reloaded moduleYury Selivanov2014-12-081-1/+32
| | * | Merge: #12780: update inspect test skipIf for PEP 3147.R David Murray2014-10-031-4/+5
| | |\ \
| | * | | inspect: Fix getsource() to support decorated functions.Yury Selivanov2014-09-261-0/+3
| | * | | inspect.Signature: Fix discrepancy between __eq__ and __hash__.Yury Selivanov2014-09-121-0/+24
| | * | | Issue #16808: inspect.stack() now returns a named tuple instead of a tuple.Antoine Pitrou2014-08-241-0/+8