summaryrefslogtreecommitdiff
path: root/astroid/objects.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* dict.values, dict.keys and dict.items are properly inferredClaudiu Popa2016-06-041-0/+32
* Exceptions have their own object modelClaudiu Popa2016-06-041-0/+11
* Introduce a special attributes modelClaudiu Popa2016-06-031-9/+5
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Support accessing properties using super().Claudiu Popa2016-01-141-0/+4
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-2/+2
* This bookmark adds structured exceptions to astroid.Ceridwen2015-11-021-15/+28
* Move bases.NodeNG and bases.Statement in node_classesClaudiu Popa2015-10-111-1/+1
* Move objects.Slice back into nodes.SliceClaudiu Popa2015-10-031-44/+0
* Remove trailing whitespace.Claudiu Popa2015-09-261-2/+2
* Add a separate Slice object, which is used when inferring the slice builtin callClaudiu Popa2015-09-261-0/+43
* Add helper function for reraising exceptionsCeridwen2015-09-211-5/+2