summaryrefslogtreecommitdiff
path: root/astroid/objects.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a method to the manager to retrieve the builtins moduleClaudiu Popa2019-01-191-2/+2
* Add a registry for builtin exception models. Close PyCQA/pylint#1432Claudiu Popa2019-01-171-4/+7
* Initial formatting of astroidClaudiu Popa2018-10-021-27/+49
* infer_call_result can raise InferenceError so make sure to handle that for th...Claudiu Popa2018-07-311-2/+4
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+5
* Fix lint errorsClaudiu Popa2018-05-311-4/+4
* Remove reraise() in favour of using raise..fromClaudiu Popa2018-05-311-4/+4
* Remove six from a couple of filesClaudiu Popa2018-05-311-2/+2
* Add qname method to Super objectsBryce Guinta2018-04-191-0/+3
* Revert "Move FrozenSet to node_classes so it is accessible"Bryce Guinta2018-03-111-0/+15
* Move FrozenSet to node_classes so it is accessibleBryce Guinta2018-03-111-15/+0
* Remove pylint errorsDerek Gustafson2016-12-031-0/+3
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2