summaryrefslogtreecommitdiff
path: root/astroid/scoped_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-2/+2
* Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)dependabot[bot]2023-02-231-0/+1
* [flake8] Set the max line length to 110 instead of 138Pierre Sassoulas2022-09-191-1/+2
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-0/+4
* Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'Pierre Sassoulas2021-08-051-3030/+26
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-1/+1
* Don't calculate slots when MRO parsing fails. (#1089)doranid2021-08-011-3/+13
* 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/+3
* Support lookup in nested non-FunctionDef scopes (#1102)David Liu2021-07-191-8/+11
* Fix yield inference on inherited classes. (#1092)doranid2021-07-121-1/+16
* Fix 'Consider using an in-place tuple instead of list'Pierre Sassoulas2021-07-101-1/+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-15/+24
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-3/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-2/+2
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-8/+6
* Import directly from modules in astroid.scoped_nodesPierre Sassoulas2021-06-191-5/+6
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Remove PY36 constants, we always have PY36Pierre Sassoulas2021-06-171-2/+2
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-4/+2
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-71/+63
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+2
* Disable consider-using-dict-items in LocalsDictNodeNGPierre Sassoulas2021-05-291-0/+3
* Update check of implicit return to ignore abstract methodsAndrew Haigh2021-05-241-2/+8
* Update FunctionDef.infer_call_result to infer None with no ReturnsAndrew Haigh2021-05-241-1/+1
* Inferring property fields in a class context when metaclass is present (#941)Andrew Haigh2021-05-151-4/+7
* [pre-commit.ci] pre-commit autoupdate (#985)pre-commit-ci[bot]2021-05-111-1/+1
* Fix BaseException.message has been deprecated as of Python 2.6Pierre Sassoulas2021-05-011-3/+3
* Fix lambda used instead of a functionPierre Sassoulas2021-05-011-3/+3
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-1/+1
* Disable consider-using-with in function returning a streamPierre Sassoulas2021-04-241-0/+1
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-1/+0
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-10/+4
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...Marc Mueller2021-04-101-0/+37
* Bug pylint 4206 (#921)hippo912021-04-061-1/+31
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-281-1/+1
* Check if keywords is not None before iterating over itMarc Mueller2021-03-071-1/+2
* Iterate over Keywords when using ClassDef.get_childrenMarc Mueller2021-03-071-1/+2
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+3
* Fix black issuesMarc Mueller2021-02-271-3/+3
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-6/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-0/+3
* Merge pull request #857 from pkolbus/remove-imphippo912020-12-131-0/+1
|\
| * Remove dependency on imp.Peter Kolbus2020-11-271-0/+1
* | Fix incorrect MRO being calculated for scoped multiple inheritanceTim Martin2020-10-131-1/+1
|/
* Fix exception causes all over the codebase (#806)Ram Rachum2020-06-201-1/+1