Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-37173: Show passed class in inspect.getfile error (GH-13861) | Philipp A | 2019-06-08 | 1 | -3/+3 |
| | | | | | | | | | | | | | Currently, inspect.getfile(str) will report nonsense: ```pytb >>> inspect.getfile(str) TypeError: <module 'builtins' (built-in)> is a built-in class ``` This fixes that https://bugs.python.org/issue37173 | ||||
* | bpo-37122: Make co->co_argcount represent the total number of positonal ↵ | Pablo Galindo | 2019-06-01 | 1 | -18/+10 |
| | | | | arguments in the code object (GH-13726) | ||||
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 1 | -7/+5 |
| | |||||
* | bpo-36751: Undeprecate getfullargspec (GH-13245) | Pablo Galindo | 2019-05-16 | 1 | -6/+0 |
| | |||||
* | bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) | Serhiy Storchaka | 2019-05-06 | 1 | -2/+7 |
| | |||||
* | MNT: set stacklevel in the getfullargspec deprecation warning to 2 (GH-13029) | Thomas A Caswell | 2019-05-01 | 1 | -1/+1 |
| | | | | | | This is consistent with the rest of the `warnings.warn` usage in the inspect.py module and aids identifying code that needs to be fixed. This warning came in via d5d2b4546939b98244708e5bb0cfccd55b99d244 | ||||
* | bpo-36751: Deprecate getfullargspec and report positional-only args as ↵ | Pablo Galindo | 2019-04-30 | 1 | -25/+18 |
| | | | | | | | | regular args (GH-13016) * bpo-36751: Deprecate getfullargspec and report positional-only args as regular args * Use inspect.signature in testhelpers | ||||
* | bpo-36540: PEP 570 -- Implementation (GH-12701) | Pablo Galindo | 2019-04-29 | 1 | -37/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit contains the implementation of PEP570: Python positional-only parameters. * Update Grammar/Grammar with new typedarglist and varargslist * Regenerate grammar files * Update and regenerate AST related files * Update code object * Update marshal.c * Update compiler and symtable * Regenerate importlib files * Update callable objects * Implement positional-only args logic in ceval.c * Regenerate frozen data * Update standard library to account for positional-only args * Add test file for positional-only args * Update other test files to account for positional-only args * Add News entry * Update inspect module and related tests | ||||
* | bpo-33261: guard access to __code__ attribute in inspect (GH-6448) | Jeroen Demeyer | 2019-04-02 | 1 | -9/+14 |
| | |||||
* | bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) | Raymond Hettinger | 2019-03-25 | 1 | -1/+4 |
| | |||||
* | bpo-34890: Make iscoroutinefunction, isgeneratorfunction and ↵ | Pablo Galindo | 2018-10-26 | 1 | -9/+12 |
| | | | | | | | | | | | isasyncgenfunction work with functools.partial (GH-9903) inspect.isfunction() processes both inspect.isfunction(func) and inspect.isfunction(partial(func, arg)) correctly but some other functions in the inspect module (iscoroutinefunction, isgeneratorfunction and isasyncgenfunction) lack this functionality. This commits adds a new check in the mentioned functions in the inspect module so they can work correctly with arbitrarily nested partial functions. | ||||
* | bpo-33594: Add deprecation info in inspect.py module (GH-7036) | Matthias Bussonnier | 2018-10-19 | 1 | -7/+15 |
| | |||||
* | bpo-34871: inspect: Don't pollute sys.modules (GH-9696) | INADA Naoki | 2018-10-04 | 1 | -1/+1 |
| | | | https://bugs.python.org/issue34871 | ||||
* | bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445) | Serhiy Storchaka | 2018-09-27 | 1 | -8/+2 |
| | |||||
* | bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks ↵ | Vladimir Matveev | 2018-08-24 | 1 | -1/+6 |
| | | | | (GH-8864) | ||||
* | bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation ↵ | Zackery Spytz | 2018-06-12 | 1 | -1/+1 |
| | | | | warning (GH-7655) | ||||
* | bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994) | Matthias Bussonnier | 2018-06-11 | 1 | -2/+14 |
| | |||||
* | bpo-33197: Add description property for _ParameterKind. (GH-7206) | Dong-hee Na | 2018-06-08 | 1 | -6/+7 |
| | |||||
* | bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) | Dong-hee Na | 2018-05-29 | 1 | -16/+31 |
| | |||||
* | bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. ↵ | Aaron Hall, MBA | 2018-05-20 | 1 | -2/+2 |
| | | | | | | (GH-1959) Look for '__set__' or '__delete__'. | ||||
* | bpo-33009: Fix inspect.signature() for single-parameter partialmethods. ↵ | Yury Selivanov | 2018-03-06 | 1 | -1/+2 |
| | | | | (GH-6004) | ||||
* | bpo-32991: Restore expectation that inspect.getfile raises TypeError on ↵ | Jason R. Coombs | 2018-03-05 | 1 | -2/+2 |
| | | | | | | | | | | namespace package (GH-5980) * bpo-32991: Add test capturing expectation. DocTestFinder.find should return an empty list for doctests in a namespace package. * bpo-32991: Restore expectation that inspect.getfile on a namespace package raises TypeError. | ||||
* | Cleanup inspect | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2018-02-09 | 1 | -4/+4 |
| | | | | * use isinstance(..) instead of type(..) * use '.. not in ..' instead of 'not .. in .. ' | ||||
* | bpo-32678: inspect: Import ast lazily (GH-5344) | INADA Naoki | 2018-01-27 | 1 | -1/+3 |
| | |||||
* | bpo-32265: Classify class and static methods of builtin types. (#4776) | Serhiy Storchaka | 2017-12-15 | 1 | -2/+2 |
| | | | | Add types.ClassMethodDescriptorType for unbound class methods. | ||||
* | bpo-32157: Removed explicit quotes around %r and {!r}. (#4582) | Serhiy Storchaka | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408) | Dong-hee Na | 2017-11-15 | 1 | -2/+5 |
| | |||||
* | bpo-30639: Lazily compute repr for error (#2132) | Thomas Kluyver | 2017-10-24 | 1 | -2/+3 |
| | |||||
* | bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717) | Thomas Kluyver | 2017-05-23 | 1 | -3/+6 |
| | | | | | | | | | Some objects (like test mocks) auto-generate new objects on attribute access, which can lead to an infinite loop in inspect.unwrap(). Ensuring references are retained to otherwise temporary objects and capping the size of the memo dict turns this case into a conventional exception instead. | ||||
* | bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489) | Jon Dufresne | 2017-05-18 | 1 | -1/+1 |
| | | | | | | | | * Replaced list(<generator expression>) with list comprehension * Replaced dict(<generator expression>) with dict comprehension * Replaced set(<list literal>) with set literal * Replaced builtin func(<list comprehension>) with func(<generator expression>) when supported (e.g. any(), all(), tuple(), min(), & max()) | ||||
* | bpo-30149: Fix partialmethod without explicit self parameter (#1308) | Dong-hee Na | 2017-05-17 | 1 | -4/+9 |
| | |||||
* | bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678) | Nate | 2017-04-24 | 1 | -1/+22 |
| | | | | | | | At the time when an abstract base class' __init_subclass__ runs, ABCMeta.__new__ has not yet finished running, so in the presence of __init_subclass__, inspect.isabstract() can no longer depend only on TPFLAGS_IS_ABSTRACT. | ||||
* | bpo-26985: Add missing info of code object in inspect documentation (GH-1090) | Xiang Zhang | 2017-04-13 | 1 | -12/+18 |
| | |||||
* | Issue #15812: Merge from 3.5 | Berker Peksag | 2017-01-03 | 1 | -1/+0 |
|\ | |||||
| * | Issue #15812: Delete redundant max(start, 0) | Berker Peksag | 2017-01-03 | 1 | -1/+0 |
| | | | | | | | | Noticed by Serhiy Storchaka. | ||||
* | | Issue #15812: Merge from 3.5 | Berker Peksag | 2017-01-02 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ↵ | Berker Peksag | 2017-01-02 | 1 | -1/+1 |
| | | | | | | | | | | | | context Patch by Sam Breese. | ||||
* | | Issue #27172: Undeprecate inspect.getfullargspec() | Nick Coghlan | 2016-12-02 | 1 | -17/+25 |
| | | | | | | | | | | | | This is still useful for single source Python 2/3 code migrating away from inspect.getargspec(), but that wasn't clear with the documented deprecation in place. | ||||
* | | Merge 3.5 (issue #28639) | Yury Selivanov | 2016-11-09 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #28639: Fix inspect.isawaitable to always return bool | Yury Selivanov | 2016-11-09 | 1 | -2/+2 |
| | | | | | | | | Patch by Justin Mayfield. | ||||
* | | docs/inspect: clarify iscoroutinefunction; add docs for isasyncgen* | Yury Selivanov | 2016-11-08 | 1 | -2/+7 |
| | | |||||
* | | Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ↵ | Guido van Rossum | 2016-10-22 | 1 | -0/+2 |
|\ \ | |/ | | | | | function annotations. Ivan L. (3.5->3.6) | ||||
| * | Issue #27989: Tweak inspect.formatannotation() to improve pydoc rendering of ↵ | Guido van Rossum | 2016-10-22 | 1 | -0/+2 |
| | | | | | | | | function annotations. Ivan L. | ||||
* | | Issue #28003: Implement PEP 525 -- Asynchronous Generators. | Yury Selivanov | 2016-09-09 | 1 | -0/+7 |
| | | |||||
* | | Issue #27993: Merge plural fixes from 3.5 | Martin Panter | 2016-09-07 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Issue #27993: Fix problems with plural objects in docs and comments | Martin Panter | 2016-09-07 | 1 | -3/+2 |
| | | |||||
* | | Issue #19611: handle implicit parameters in inspect.signature | Nick Coghlan | 2016-06-04 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | inspect.signature now reports the implicit ``.0`` parameters generated by the compiler for comprehension and generator expression scopes as if they were positional-only parameters called ``implicit0``. Patch by Jelle Zijlstra. | ||||
* | | Merge 3.5 (issue #26347) | Yury Selivanov | 2016-03-02 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | inspect: Fix BoundArguments.apply_defaults to handle empty arguments | Yury Selivanov | 2016-03-02 | 1 | -2/+0 |
| | | | | | | | | Patch by Frederick Wagner (issue #26347) | ||||
* | | Issue #25486: Resurrect inspect.getargspec in 3.6. Backout a565aad5d6e1. | Yury Selivanov | 2016-01-11 | 1 | -0/+25 |
| | | | | | | | | | | The decision is that we shouldn't remove popular APIs (however long they are depreacted) from Python 3, while 2.7 is still around and supported. |