summaryrefslogtreecommitdiff
path: root/Lib/test/test_inspect.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37173: Show passed class in inspect.getfile error (GH-13861)Miss Islington (bot)2019-06-081-0/+18
* bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679)Xtreak2019-05-301-6/+9
* bpo-36785: PEP 574 implementation (GH-7076)Antoine Pitrou2019-05-261-6/+5
* bpo-36751: Undeprecate getfullargspec (GH-13245)Pablo Galindo2019-05-161-34/+20
* bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705)Serhiy Storchaka2019-05-061-0/+11
* bpo-36751: Deprecate getfullargspec and report positional-only args as regula...Pablo Galindo2019-04-301-34/+42
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-12/+33
* bpo-33261: guard access to __code__ attribute in inspect (GH-6448)Jeroen Demeyer2019-04-021-0/+1
* bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498)Raymond Hettinger2019-03-251-0/+9
* bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...Pablo Galindo2018-10-261-1/+26
* bpo-34871: Fix two typos in test_inspect.py (GH-9698)Chih-Hsuan Yen2018-10-041-2/+2
* bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...Vladimir Matveev2018-08-241-2/+12
* bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)Matthias Bussonnier2018-06-111-4/+6
* bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636)Dong-hee Na2018-05-291-3/+22
* bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (...Aaron Hall, MBA2018-05-211-1/+56
* bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...Yury Selivanov2018-03-061-0/+10
* bpo-32697: Definition order of kwonly params is now guaranteed preserved. (#5...larryhastings2018-01-281-0/+47
* bpo-31778: Make ast.literal_eval() more strict. (#4035)Serhiy Storchaka2018-01-041-1/+1
* bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka2017-12-151-1/+14
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)Dong-hee Na2017-11-151-2/+2
* bpo-30639: Lazily compute repr for error (#2132)Thomas Kluyver2017-10-241-0/+8
* PEP 553 built-in breakpoint() function (bpo-31353) (#3355)Barry Warsaw2017-10-051-1/+2
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)Thomas Kluyver2017-05-231-0/+18
* bpo-30149: Fix partialmethod without explicit self parameter (#1308)Dong-hee Na2017-05-171-0/+35
* bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)Nate2017-04-241-0/+24
* bpo-16355: Clarify when inspect.getcomments() returns None (#428)Marco Buttu2017-03-171-0/+5
* Issue #15812: Merge from 3.6Berker Peksag2017-01-021-0/+5
|\
| * 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
* | | Remove unused imports.Serhiy Storchaka2016-12-161-3/+0
|/ /
* | 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-0/+7
|\ \ | |/
| * inspect: Fix BoundArguments.apply_defaults to handle empty argumentsYury Selivanov2016-03-021-0/+7
* | 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-2/+2
|\ \ | |/
| * Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-291-2/+2
* | 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-1/+0
|\ \ | |/
| * Issue #24485: Function source inspection fails on closures.Meador Inge2015-07-231-1/+0
* | Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0)Yury Selivanov2015-07-231-35/+5
|/
* 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