aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-18Small improvements to Compare infer (#1182)Marc Mueller
2021-09-17Fix regression on ClassDef inference (#1181)Daniël van Noord
2021-09-17Support dataclass inference for pydantic.dataclasses.David Liu
2021-09-17Add f-strings with `flynt`Daniël van Noord
2021-09-17Fix all R6201: Consider using set for membershipPierre Sassoulas
2021-09-17Upgrade to pylint 2.11 in pre-commit configurationPierre Sassoulas
2021-09-15Add typing to scope() (#1170)Daniël van Noord
2021-09-15Add Arguments typing to Lambda + FunctionDef (#1174)Daniël van Noord
2021-09-15Fix documentation after changes to astroid.nodes (#1175)Marc Mueller
2021-09-14Bump astroid to 2.8.0, update changelogPierre Sassoulas
2021-09-14Add inference of Compare nodes (#979)Andrew Haigh
2021-09-14Add typing in tests directory (#1163)Pierre Sassoulas
2021-09-14[pre-commit.ci] pre-commit autoupdate (#1171)pre-commit-ci[bot]
2021-09-13Add node_ancestors method (#1169)Nick Drozd
2021-09-13Add typing to NodeNG.nodes_of_class (#1168)Daniël van Noord
2021-09-13Fix crash on datafields (#1165)Daniël van Noord
2021-09-10Support pyz imports (#1161)grayjk
2021-09-06Recognize nested classes in classes inherited from NamedTupleDimitri Prybysh
2021-09-04Add ``astroid.objects.ExceptionInstance`` importDaniël van Noord
2021-09-04Add Statement to the astroid.nodes APIPierre Sassoulas
2021-09-04Import from astroid.nodes everywhere in the testsPierre Sassoulas
2021-09-02Deprecate some default values for node init calls (#1157)Marc Mueller
2021-08-30[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
2021-08-30Move back to a dev version following 2.7.3 releasePierre Sassoulas
2021-08-30Bump astroid to 2.7.3, update changelogPierre Sassoulas
2021-08-30Import from astroid.nodes directly Pierre Sassoulas
2021-08-30Use TYPE_CHECKING guard to remove a circular importPierre Sassoulas
2021-08-30astroid.context: import object one by one instead of the entire modulePierre Sassoulas
2021-08-30Do not import entire module in astroid/bases.pyPierre Sassoulas
2021-08-30Do not import entire module in astroid/arguments.pyPierre Sassoulas
2021-08-30Import specific objects instead of the whole base packagePierre Sassoulas
2021-08-30More precise import in astroid/bases.py for a circulat importPierre Sassoulas
2021-08-29Bug pylint 3342 (#1148)hippo91
2021-08-29Bug pylint 4896 (#1154)hippo91
2021-08-28Fixed inference bug with chained attributes and inheritanceDavid Liu
2021-08-28Fixed inference bug with unbound inherited methodsDavid Liu
2021-08-28Fix bug in attribute inference from inside method calls.David Liu
2021-08-27Rewrite while-loop (#1147)Nick Drozd
2021-08-27Relax dataclass filter for Uninferable nodes. (#1144)David Liu
2021-08-27Removed mutable default value in _inference_tip_cache (#1139)Sergei Lebedev
2021-08-23[pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]
2021-08-22Add filter for abc.collections in dataclass inferenceDavid Liu
2021-08-21Remove constraint on numpy for 3.10Marc Mueller
2021-08-21Upgrade pylint checks to 2.10.0Pierre Sassoulas
2021-08-21Fix bug in bump_changelog for version with 10 in itPierre Sassoulas
2021-08-20Move back to a dev version following 2.7.2 releasePierre Sassoulas
2021-08-20Bump astroid to 2.7.2, update changelogPierre Sassoulas
2021-08-20Generate synthetic __init__ method for dataclassesDavid Liu
2021-08-19Temporary retro-compatibility with older pylint versionsPierre Sassoulas
2021-08-19 Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas