summaryrefslogtreecommitdiff
path: root/astroid/helpers.py
Commit message (Expand)AuthorAgeFilesLines
* Decouple ``FunctionDef`` and ``Lambda`` (#2115)Daniël van Noord2023-04-171-2/+5
* Fix typing issues with ``class_instance_as_index`` (#2102)Daniël van Noord2023-04-051-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-3/+3
* Create ``UninferableBase``Daniël van Noord2023-02-051-6/+6
* Initial pass with ``pydocstringformatter``Daniël van Noord2023-01-091-7/+5
* Partial typing of the ``infer_binary_op`` path (#1787)Daniël van Noord2022-11-281-1/+1
* Add some InferenceContext annotations (#1883)Nick Drozd2022-11-221-5/+7
* Add some bool annotations (#1877)Nick Drozd2022-11-221-5/+5
* Add partial typing to ``BinOp`` and ``AugAssign`` inference pathsDaniël van Noord2022-09-171-2/+1
* Type ``object_type``Daniël van Noord2022-09-171-4/+15
* Add typing to ``_function_type`` and ``_build_proxy_class``Daniël van Noord2022-06-291-3/+5
* Type ``safe_infer``, ``Proxy.infer`` and fix ``InferenceResult`` (#1636)Daniël van Noord2022-06-211-1/+5
* Fix crash while obtaining `object_type()` of an `Unknown` node (#1547)Jacob Walls2022-05-071-0/+2
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-16/+1
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-0/+1
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-0/+1
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-291-1/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-1/+1
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-121-0/+1
* Fix crash on inference of __len__ (#1234)Daniël van Noord2021-11-081-1/+1
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-301-0/+1
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-301-7/+5
* Fix bug in attribute inference from inside method calls.David Liu2021-08-281-1/+2
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-2/+1
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+2
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-0/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Catch the StopIteration that result from PEP-479 or add default value in ``ne...Pierre Sassoulas2021-06-301-0/+2
* Handle inference fail when calculating lenght of a nodePierre Sassoulas2021-06-301-3/+8
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-3/+1
* Bump astroid to 2.6.0-dev0, update changelogPierre Sassoulas2021-06-161-1/+1
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-15/+22
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-0/+1
* Performance improvements to counter context.clone slowdown (#1009)Andrew Haigh2021-06-071-1/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-7/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-3/+3
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-0/+3
* Add None check on inferred_nodeSimon Hewitt2020-12-241-0/+1
* Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-231-1/+19
* Fix exception causes in helpers.pyRam Rachum2020-06-191-4/+4
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+1
* Infer the __len__ result of a subclass of an integerClaudiu Popa2020-03-101-2/+11
* Pass an inference context to `metaclass()` when inferring an object typeClaudiu Popa2019-10-181-1/+1
* Fix lint warningsClaudiu Popa2019-10-111-0/+1
* Fix linting errorsClaudiu Popa2019-09-111-1/+1