aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-10-12Fix regression with import resolverDaniël van Noord
2021-10-10Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin
2021-10-07Bump astroid to 2.8.2, update changelogPierre Sassoulas
2021-10-06Bump astroid to 2.8.1, update changelogPierre Sassoulas
2021-10-06Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord
2021-10-05Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord
2021-10-05Bug pylint 4326 (#1183)hippo91
2021-09-29Improve brain for typing.Callable + typing.Type (#1192)Marc Mueller
2021-09-29Feature / Bug Fix: Brain for the stdlib signal module (#1172)SupImDos
2021-09-28continuing #839: Extend attrs brain to support provisional APIs (#1187)Jonathan Striebel
2021-09-25Bug pylint 4960 (#1176)hippo91
2021-09-21Fix regression on Compare node inference (#1185)Daniël van Noord
2021-09-17Fix regression on ClassDef inference (#1181)Daniël van Noord
2021-09-17Add f-strings with `flynt`Daniël van Noord
2021-09-17Fix all R6201: Consider using set for membershipPierre Sassoulas
2021-09-15Add typing to scope() (#1170)Daniël van Noord
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-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-04Import from astroid.nodes everywhere in the testsPierre Sassoulas
2021-09-02Deprecate some default values for node init calls (#1157)Marc Mueller
2021-08-30astroid.context: import object one by one instead of the entire modulePierre 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-27Relax dataclass filter for Uninferable nodes. (#1144)David Liu
2021-08-22Add filter for abc.collections in dataclass inferenceDavid Liu
2021-08-20Generate synthetic __init__ method for dataclassesDavid Liu
2021-08-19 Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas
2021-08-18Fix Cannot infer type of lambdaPierre Sassoulas
2021-08-18Fix Cannot resolve name "builder" (possible cyclic definition)Pierre Sassoulas
2021-08-18Fix expression has type "str", base class "_NodeTest" defined the type as "None"Pierre Sassoulas
2021-08-16Bump astroid to 2.7.1, update changelogPierre Sassoulas
2021-08-16Restrict type inference of dataclass attributes. (#1130)David Liu
2021-08-15Bump astroid to 2.7.0, update changelogPierre Sassoulas
2021-08-16Add inference tips for dataclass attributes (#1126)David Liu
2021-08-15Bug pylint 4060 (#1127)hippo91
2021-08-12[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2021-08-12Remove early return in _is_enum_subclassDavid Liu
2021-08-12Support inference of Enum subclasses.David Liu
2021-08-10Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas
2021-08-05Add 'Pattern' to the astroid.nodes's APIPierre Sassoulas
2021-08-05Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'Pierre Sassoulas
2021-08-05Conditional test pickle (#935)René Fritze
2021-08-03Bump astroid to 2.6.6, update changelogPierre Sassoulas