summaryrefslogtreecommitdiff
path: root/astroid/objects.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the signature of ``infer_call_result``Daniel van Noord2023-04-251-3/+11
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-10/+2
* Fix constructors of ``Super``Daniël van Noord2023-04-231-11/+20
* Fix constructors of ``FunctionDef``Daniël van Noord2023-04-221-3/+17
* Type ``igetattr`` (#2101)Daniël van Noord2023-04-051-2/+3
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Some modifications for pep237 with pydocstringformatter (#1792)Pierre Sassoulas2023-01-091-5/+5
* Add some InferenceContext annotations (#1883)Nick Drozd2022-11-221-5/+5
* Add some 'str' annotations (#1878)Nick Drozd2022-11-201-1/+1
* [flake8] Set the max complexity to the default instead of 83Pierre Sassoulas2022-09-191-1/+3
* Add some implicit typing (#1706)Daniël van Noord2022-07-111-5/+8
* Fix order of attribute look ups for Super (#1686)Daniël van Noord2022-07-061-3/+10
* Fix typing of ``_infer`` to allow a return value in the ``Generator``Daniël van Noord2022-06-231-2/+2
* Add typing to ``NodeNG._infer`` and associated nodes (#1541)Daniël van Noord2022-06-051-4/+6
* Update typing for Python 3.7 (2) (#1556)Marc Mueller2022-05-131-1/+2
* Update typing for Python 3.7 (1) (#1555)Marc Mueller2022-05-131-2/+4
* Define ``_infer`` instead of ``infer`` on subclasses of ``NodeNG``Daniël van Noord2022-05-051-2/+6
* Simplify ``cached_property`` import guardsDaniël van Noord2022-03-151-2/+1
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-12/+1
* Deprecate passing ``doc`` to ``Property`` (#1457)Daniël van Noord2022-03-091-1/+4
* Deprecate passing ``doc`` to ``PartialFunction`` (#1456)Daniël van Noord2022-03-091-2/+5
* Pass ``doc_node`` to postinit of all ``PartialFunction`` constructors (#1437)Daniël van Noord2022-03-071-0/+1
* Use functools.cached_property for 3.8+ (#1417)Daniël van Noord2022-03-031-4/+11
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-251-1/+1
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-0/+1
* Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin2021-10-101-1/+11
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-4/+3
* Make BaseContainer a public APIPierre Sassoulas2021-08-161-1/+1
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-1/+1
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+2
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-0/+1
* Fix incorrect scope for functools partials (#1097)Alphadelta142021-08-011-1/+4
* 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-1/+1
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-2/+1
* Bump astroid to 2.6.0, update changelogv2.6.0Pierre Sassoulas2021-06-221-0/+1
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-3/+3
* Create a file for the global manager defined in astroid.__init__.pyPierre Sassoulas2021-06-191-1/+2
* Add mising super().__init__() callMarc Mueller2021-06-171-1/+1
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-24/+18
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-0/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-8/+9
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Protect against ``infer_call_result`` failing with `InferenceError` in `Super...Claudiu Popa2020-05-011-1/+6
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* Reverse super call with setting the function to allow string representation b...Claudiu Popa2020-03-061-1/+1
* Add support for inferring propertiesClaudiu Popa2019-12-041-0/+26
* Correctly instantiate exception instances when inferring their attributes wit...Claudiu Popa2019-02-281-1/+1
* Avoid statement deletion in the _filter_stmts method of the LookupMixin class...hippo912019-01-231-0/+29