summaryrefslogtreecommitdiff
path: root/tests/unittest_inference.py
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-1/+6
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-291-0/+2
* Fix typos (#1288)Kian Meng, Ang2021-12-131-1/+1
* Fix crash if a variable named "type" is subscripted in a generator expression...Jacob Walls2021-12-071-0/+5
* Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)Nick Drozd2021-11-271-1/+1
* Always treat __class_getitem__ as a classmethod (#1266)Dmitry Shachnev2021-11-211-0/+14
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-2/+2
* Remove forgotten debug ``print`` statement from testsDaniël van Noord2021-11-181-1/+0
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-121-1/+1
* Small changes (#1232)Marc Mueller2021-11-061-1/+5
* 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-1/+1
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-171-0/+8
* Revert "Fix regression with import resolver"Marc Mueller2021-10-121-6/+0
* Fix regression with import resolverDaniël van Noord2021-10-121-0/+6
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-1/+2
* Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord2021-10-061-0/+6
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-051-0/+5
* Fix regression on Compare node inference (#1185)Daniël van Noord2021-09-211-0/+12
* Add f-strings with `flynt`Daniël van Noord2021-09-171-21/+13
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-141-1/+1
* Add inference of Compare nodes (#979)Andrew Haigh2021-09-141-2/+257
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-141-324/+379
* Fix bug in attribute inference from inside method calls.David Liu2021-08-281-3/+16
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-16/+16
* Fix Cannot resolve name "builder" (possible cyclic definition)Pierre Sassoulas2021-08-181-3/+3
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-1/+1
* Improve variable lookup to handle function parameters being overwrittenDavid Liu2021-08-021-0/+18
* Fix wrong exception raised in infer_import_fromPierre Sassoulas2021-07-211-0/+14
* 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/+2
* Fix yield inference on inherited classes. (#1092)doranid2021-07-121-0/+21
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Rename non obvious PY3X constant to PY3X_PLUSPierre Sassoulas2021-06-211-6/+6
* Fix pep8 in unittest test function's namesPierre Sassoulas2021-06-201-14/+14
* Simplification because AstroidManager is a singleton/borgPierre Sassoulas2021-06-191-1/+1
* Rename astroid.constants to astroid.constPierre Sassoulas2021-06-191-1/+1
* Create a astroid.constants.py to avoid circular importsPierre Sassoulas2021-06-171-6/+6
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-8/+14
* 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-1/+2
* Add check of __getitem__ signature to instance_getitemAndrew Haigh2021-05-241-8/+0
* Fix test definition of igetattr recursion and context_manager_inferenceAndrew Haigh2021-05-241-13/+12
* Fix inference cycle in getattr when a base is an astroid.Attribute (#934)Andrew Haigh2021-05-241-0/+59
* Remove xfail marker from passing tests (#994)Andrew Haigh2021-05-231-4/+0
* Fix inference of instance attributes defined in base class (#933)Andrew Haigh2021-05-121-0/+36
* Fix strong references to mutable objects in context.clone (#927)Andrew Haigh2021-05-121-1/+34
* Fix scope lookup of "type" for type inference brainAndrew Haigh2021-05-021-0/+14
* Fix overzealous inference of "type" in subscript contextsAndrew Haigh2021-05-021-0/+50