summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Statement to the astroid.nodes APIimport-from-astroid-nodes-in-test-directoryPierre Sassoulas2021-09-041-0/+2
* Import from astroid.nodes everywhere in the testsPierre Sassoulas2021-09-047-77/+78
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-027-8/+193
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-301-2/+2
* Move back to a dev version following 2.7.3 releasePierre Sassoulas2021-08-302-2/+2
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-3012-10/+22
* Import from astroid.nodes directly Pierre Sassoulas2021-08-301-1/+1
* Use TYPE_CHECKING guard to remove a circular importPierre Sassoulas2021-08-301-2/+4
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-309-65/+78
* Do not import entire module in astroid/bases.pyPierre Sassoulas2021-08-301-27/+33
* Do not import entire module in astroid/arguments.pyPierre Sassoulas2021-08-301-26/+25
* Import specific objects instead of the whole base packagePierre Sassoulas2021-08-301-5/+5
* More precise import in astroid/bases.py for a circulat importPierre Sassoulas2021-08-301-2/+2
* Bug pylint 3342 (#1148)hippo912021-08-297-11/+83
* Bug pylint 4896 (#1154)hippo912021-08-293-0/+188
* Fixed inference bug with chained attributes and inheritanceDavid Liu2021-08-283-17/+36
* Fixed inference bug with unbound inherited methodsDavid Liu2021-08-283-5/+140
* Fix bug in attribute inference from inside method calls.David Liu2021-08-289-25/+474
* Rewrite while-loop (#1147)Nick Drozd2021-08-271-9/+2
* Relax dataclass filter for Uninferable nodes. (#1144)David Liu2021-08-273-95/+175
* Removed mutable default value in _inference_tip_cache (#1139)Sergei Lebedev2021-08-272-18/+17
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-231-1/+1
* Add filter for abc.collections in dataclass inferenceDavid Liu2021-08-223-4/+10
* Remove constraint on numpy for 3.10Marc Mueller2021-08-211-4/+1
* Upgrade pylint checks to 2.10.0Pierre Sassoulas2021-08-213-3/+3
* Fix bug in bump_changelog for version with 10 in itPierre Sassoulas2021-08-212-3/+4
* Move back to a dev version following 2.7.2 releasePierre Sassoulas2021-08-202-2/+2
* Bump astroid to 2.7.2, update changelogv2.7.2Pierre Sassoulas2021-08-204-6/+15
* Generate synthetic __init__ method for dataclassesDavid Liu2021-08-203-25/+457
* Temporary retro-compatibility with older pylint versionsPierre Sassoulas2021-08-192-0/+2
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-1916-90/+81
* Fix got "Tuple[int, ...]", expected "Tuple[int]"Pierre Sassoulas2021-08-181-1/+1
* Fix Cannot infer type of lambdaPierre Sassoulas2021-08-181-1/+1
* Fix Cannot resolve name "builder" (possible cyclic definition)Pierre Sassoulas2021-08-181-3/+3
* Fix expression has type "str", base class "_NodeTest" defined the type as "None"Pierre Sassoulas2021-08-181-1/+1
* Fix variable collision in _infer_stmtsNick Drozd2021-08-181-2/+2
* Make 4 spaces the default indent for AsStringVisitorPierre Sassoulas2021-08-162-2/+2
* Make BaseContainer a public APIPierre Sassoulas2021-08-165-6/+11
* Fix shadowing of builtins vars in as_stringPierre Sassoulas2021-08-161-2/+2
* Use the AsStringVisitor directly in NodeNgPierre Sassoulas2021-08-161-2/+2
* Ignore a warning not relevant to the Visitor patternPierre Sassoulas2021-08-161-7/+3
* Move astroid.as_string to the node packagesPierre Sassoulas2021-08-163-8/+6
* Remove a typo in ExceptHandler's docstringPierre Sassoulas2021-08-161-1/+1
* Fix Unresolved reference 'astroid'Pierre Sassoulas2021-08-162-3/+74
* Add CONST_CLS and ComprehensionScope in astroid.nodes.__all__Pierre Sassoulas2021-08-161-0/+2
* Bump astroid to 2.7.1, update changelogv2.7.1Pierre Sassoulas2021-08-169-11/+16
* Restrict type inference of dataclass attributes. (#1130)David Liu2021-08-163-10/+104
* Fixed import of LookupMixIn from astroid.node_classesAshley Whetter2021-08-162-0/+3
* Move back to a dev version following 2.7.0 releasePierre Sassoulas2021-08-152-2/+2
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-1519-26/+38