summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-121-1/+7
* More permissive version for typed-astPierre Sassoulas2021-11-121-0/+4
* Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)Daniël van Noord2021-11-121-0/+6
* Fix crash on inference of __len__ (#1234)Daniël van Noord2021-11-081-0/+4
* Small changes (#1232)Marc Mueller2021-11-061-0/+1
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-251-1/+7
* Add assignment expressions to correct ``locals`` for certain parents (#1213)Daniël van Noord2021-10-251-2/+7
* Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)Daniël van Noord2021-10-241-0/+4
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+7
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-171-0/+4
* Fix crash with invalid field call (#1212)Marc Mueller2021-10-151-1/+5
* Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin2021-10-101-0/+5
* Fix style changelogMarc Mueller2021-10-071-0/+2
* Allow wrapt 1.13 (#1203)Michael K2021-10-071-0/+1
* Bump astroid to 2.8.2, update changelogv2.8.2Pierre Sassoulas2021-10-071-1/+8
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-9/+14
* Deprecate ``is_typing_guard`` and ``is_sys_guard`` (#1202)Pierre Sassoulas2021-10-061-0/+5
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-051-0/+4
* Bug pylint 4326 (#1183)hippo912021-10-051-0/+4
* Improve brain for typing.Callable + typing.Type (#1192)Marc Mueller2021-09-291-0/+2
* continuing #839: Extend attrs brain to support provisional APIs (#1187)Jonathan Striebel2021-09-281-0/+3
* Remove deprecation warning raised by own astroid code (#1190)Pierre Sassoulas2021-09-251-0/+1
* Bug pylint 4960 (#1176)hippo912021-09-251-1/+9
* Fix regression on Compare node inference (#1185)Daniël van Noord2021-09-211-0/+4
* Fix regression on ClassDef inference (#1181)Daniël van Noord2021-09-171-0/+5
* Support dataclass inference for pydantic.dataclasses.David Liu2021-09-171-0/+4
* 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