summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Prefer using the module loader to get source in builder. (#1207)Gregory P. Smith2021-12-151-0/+6
* Resolve symlinks in the import path (#1253)Keichi Takahashi2021-12-151-0/+10
* Fix typos (#1288)Kian Meng, Ang2021-12-131-2/+2
* Fix crash if a variable named "type" is subscripted in a generator expression...Jacob Walls2021-12-071-0/+4
* Fix typing of Arguments.args (#1283)Daniël van Noord2021-12-051-0/+2
* Fix deque.insert() signature (#1272)John Belmonte2021-11-221-0/+4
* Require Python 3.6.2 (#1269)Marc Mueller2021-11-211-0/+1
* Bump astroid to 2.9.0, update changelogv2.9.0Pierre Sassoulas2021-11-211-1/+13
* Add as_string visitor for Unknown node (#1268)Marc Mueller2021-11-211-0/+4
* Add end_lineno and end_col_offset to nodes (#1258)Marc Mueller2021-11-211-0/+2
* Always treat __class_getitem__ as a classmethod (#1266)Dmitry Shachnev2021-11-211-0/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-211-1/+1
* Fix small spelling errors (#1265)Marc Mueller2021-11-211-3/+3
* Add ``InferenceContext`` to ``ClassModel`` (#1257)Daniël van Noord2021-11-191-0/+4
* Change ``NoReturn`` to be encapsulated in strings (#1252)Daniël van Noord2021-11-181-0/+3
* 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