summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Fix documentation after changes to astroid.nodes (#1175)Marc Mueller2021-09-151-1/+1
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-141-4/+16
* Add node_ancestors method (#1169)Nick Drozd2021-09-131-0/+2
* Fix crash on datafields (#1165)Daniƫl van Noord2021-09-131-0/+3
* Support pyz imports (#1161)grayjk2021-09-101-0/+3
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-021-0/+9
* Bump astroid to 2.7.3, update changelogv2.7.3Pierre Sassoulas2021-08-301-5/+11
* Bug pylint 3342 (#1148)hippo912021-08-291-0/+7
* Bug pylint 4896 (#1154)hippo912021-08-291-0/+4
* Fixed inference bug with chained attributes and inheritanceDavid Liu2021-08-281-0/+5
* Fixed inference bug with unbound inherited methodsDavid Liu2021-08-281-0/+6
* Fix bug in attribute inference from inside method calls.David Liu2021-08-281-0/+3
* Relax dataclass filter for Uninferable nodes. (#1144)David Liu2021-08-271-0/+4
* Removed mutable default value in _inference_tip_cache (#1139)Sergei Lebedev2021-08-271-0/+2
* Add filter for abc.collections in dataclass inferenceDavid Liu2021-08-221-0/+4
* Bump astroid to 2.7.2, update changelogv2.7.2Pierre Sassoulas2021-08-201-3/+12
* Generate synthetic __init__ method for dataclassesDavid Liu2021-08-201-0/+3
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-191-1/+2
* Make BaseContainer a public APIPierre Sassoulas2021-08-161-0/+1
* Bump astroid to 2.7.1, update changelogv2.7.1Pierre Sassoulas2021-08-161-3/+8
* Restrict type inference of dataclass attributes. (#1130)David Liu2021-08-161-0/+5
* Fixed import of LookupMixIn from astroid.node_classesAshley Whetter2021-08-161-0/+2
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-7/+13
* Add inference tips for dataclass attributes (#1126)David Liu2021-08-161-0/+9
* Bug pylint 4060 (#1127)hippo912021-08-151-0/+3
* Support inference of Enum subclasses.David Liu2021-08-121-0/+7
* Create 'nodes' package, deprecate 'node_classes' and 'scoped_nodes'Pierre Sassoulas2021-08-051-0/+2
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-5/+10
* Improve variable lookup to handle except clause variable scopeDavid Liu2021-08-021-0/+2
* Improve variable lookup to handle function parameters being overwrittenDavid Liu2021-08-021-0/+4
* Improve variable lookup to ignore exclusive statementsDavid Liu2021-08-021-0/+4
* Don't calculate slots when MRO parsing fails. (#1089)doranid2021-08-011-0/+4
* Infer the type of the result of calling typing.cast() (#1076)Tim Martin2021-07-301-0/+1
* Bump astroid to 2.6.5, update changelogv2.6.5Pierre Sassoulas2021-07-211-1/+7
* Fix wrong exception raised in infer_import_fromPierre Sassoulas2021-07-211-0/+5
* No more crash when the target is not an AssignNamePierre Sassoulas2021-07-211-0/+4
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+7
* Add Changelog for 2.6.4Pierre Sassoulas2021-07-201-0/+3
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-1/+7
* Support lookup in nested non-FunctionDef scopes (#1102)David Liu2021-07-191-0/+2
* Add setuptools dependence and related guardNeil Girdhar2021-07-191-0/+2
* Make TypedDict instance callableMarc Mueller2021-07-191-0/+4
* Add new If guard helper methods (#1099)Marc Mueller2021-07-131-1/+1
* Fix yield inference on inherited classes. (#1092)doranid2021-07-121-0/+5
* Fix issues when inferring match variables (#1093)Marc Mueller2021-07-101-0/+6
* Handle the case where node is a Module in brain_builtin_inferencePierre Sassoulas2021-07-091-0/+2
* Bump astroid to 2.6.2, update changelogv2.6.2Pierre Sassoulas2021-06-301-1/+7
* Catch the StopIteration that result from PEP-479 or add default value in ``ne...Pierre Sassoulas2021-06-301-0/+6
* Handle inference fail when calculating lenght of a nodePierre Sassoulas2021-06-301-0/+2
* Normalize capitalization of 'Release date' between astroid and pylintPierre Sassoulas2021-06-291-78/+78