-
Fixed importing of modules that have the same name as the file that is importing.
astroid
will now correctly handle animport math
statement in a file calledmath.py
by relying on the import system.Refs PyCQA/pylint#5151
-
Create
ContextManagerModel
and letGeneratorModel
inherit from it.Refs PyCQA/pylint#2567
-
Added a
regex
brain.Refs PyCQA/pylint#1911
-
Support "is None" constraints from if statements during inference.
Refs #791
Refs PyCQA/pylint#157
Refs PyCQA/pylint#1472
Refs PyCQA/pylint#2016
Refs PyCQA/pylint#2631
Refs PyCQA/pylint#2880