summaryrefslogtreecommitdiff
path: root/astroid/bases.py
Commit message (Expand)AuthorAgeFilesLines
* Do not import entire module in astroid/bases.pyPierre Sassoulas2021-08-301-27/+33
* More precise import in astroid/bases.py for a circulat importPierre Sassoulas2021-08-301-2/+2
* Fix bug in attribute inference from inside method calls.David Liu2021-08-281-3/+3
* Bump astroid to 2.7.2, update changelogv2.7.2Pierre Sassoulas2021-08-201-1/+1
* Temporary retro-compatibility with older pylint versionsPierre Sassoulas2021-08-191-0/+1
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-7/+7
* Fix variable collision in _infer_stmtsNick Drozd2021-08-181-2/+2
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+1
* 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/+2
* Fix yield inference on inherited classes. (#1092)doranid2021-07-121-2/+7
* Fix 'unnecessary lambda' in astroid/bases/GeneratorPierre Sassoulas2021-07-061-2/+1
* Fix useless parenthesis in string format with '%'Pierre Sassoulas2021-07-061-2/+2
* Fix 'Super of base class not called in __init__'Pierre Sassoulas2021-07-061-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-10/+33
* Create a constant for BUILTINS in astroid.constantsPierre Sassoulas2021-06-261-4/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-2/+2
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-1/+0
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-2/+1
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-18/+24
* Fix/pylint2036 enum py310 (#1028)Andrew Haigh2021-06-141-0/+6
* Improve inference of Enum members called "name" and "value" (#1020)Andrew Haigh2021-06-131-0/+1
* Prepare for 2.5.8 release (#1013)v2.5.8Pierre Sassoulas2021-06-071-1/+1
* Update copyright notice for 2.5.7v2.5.7Pierre Sassoulas2021-05-291-0/+1
* Add check of __getitem__ signature to instance_getitemAndrew Haigh2021-05-241-0/+6
* Fix inference of instance attributes defined in base class (#933)Andrew Haigh2021-05-121-1/+2
* Fix local variable 'error' is assigned to but never usedPierre Sassoulas2021-05-011-1/+1
* Fix calling getattr with a constant attribute valuePierre Sassoulas2021-05-011-1/+1
* Fix a strange construct that seem unnecessaryPierre Sassoulas2021-05-011-2/+12
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-2/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+1
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-18/+9
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Fix the new violations of super-without-argumentsClaudiu Popa2020-05-121-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+5
* ``BoundMethod.implicit_parameters`` returns a proper value for ``__new__``Claudiu Popa2020-03-261-0/+3
* ``NodeNG.bool_value()`` gained an optional ``context`` parameterClaudiu Popa2020-03-051-5/+5
* Add support for inferring propertiesClaudiu Popa2019-12-041-6/+5
* Allow inferring positional only arguments on Python 3.8Claudiu Popa2019-11-141-1/+1
* Fix lint warningsClaudiu Popa2019-10-111-0/+1
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-8/+4
* Replace InferenceError bubble up with a simple raiseClaudiu Popa2019-07-161-1/+1
* ``igetattr`` raises ``InferenceError`` on re-inference of the same objectClaudiu Popa2019-04-091-1/+5
* Deleting irrelevant commenthippo912019-01-271-5/+0
* Deleting a conditional that prevent return of a BoundMethod instancehippo912019-01-261-4/+3
* Revert "Just breakpoint to debug and mark the origin of the problem"hippo912018-12-221-1/+0
* Just breakpoint to debug and mark the origin of the problemhippo912018-12-221-0/+1