summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Disable no-member for false positive with zipimportupgrade-pylint-to-2.12.2Pierre Sassoulas2021-12-152-1/+2
* Remove useless suppression for python 3.8Pierre Sassoulas2021-12-151-3/+2
* Fix incorrect typing of optional default valuesDaniël van Noord2021-12-154-7/+14
* Prefer using the module loader to get source in builder. (#1207)Gregory P. Smith2021-12-151-1/+9
* Add typing to ``_normalize_path`` and ``_cache_normalize_path`` (#1291)Daniël van Noord2021-12-151-2/+5
* Add typing to ``brain_typing`` (#1293)Daniël van Noord2021-12-151-8/+8
* Resolve symlinks in the import path (#1253)Keichi Takahashi2021-12-151-10/+9
* Add mypy ignores and docstrings to ``modutils`` and ``util.py``Daniël van Noord2021-12-142-4/+8
* Remove unused code - TreeRebuilder docstring (#1289)Marc Mueller2021-12-131-5/+1
* Fix typos (#1288)Kian Meng, Ang2021-12-136-6/+6
* Add parameter typing to ``assigned_stmts`` (#1249)Daniël van Noord2021-12-082-12/+155
* Fix crash if a variable named "type" is subscripted in a generator expression...Jacob Walls2021-12-071-1/+1
* Fix typing of Arguments.args (#1283)Daniël van Noord2021-12-051-2/+7
* Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)Nick Drozd2021-11-275-32/+15
* Fix ``mypy`` warnings for ``astroid/rebuilder`` (#1244)Daniël van Noord2021-11-242-4/+11
* Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235)Daniël van Noord2021-11-246-17/+34
* Fix deque.insert() signature (#1272)John Belmonte2021-11-221-1/+1
* Upgrade the version to 2.9.1-dev0 following 2.9.0 releasePierre Sassoulas2021-11-211-1/+1
* Bump astroid to 2.9.0, update changelogv2.9.0Pierre Sassoulas2021-11-211-1/+1
* 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-215-187/+1725
* Always treat __class_getitem__ as a classmethod (#1266)Dmitry Shachnev2021-11-211-0/+2
* Upgrade the version to 2.9.0-dev0 following 2.8.6 releasePierre Sassoulas2021-11-211-1/+1
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-2112-9/+13
* Fix small spelling errors (#1265)Marc Mueller2021-11-211-1/+1
* Add annotations for always None attributes (#1261)Marc Mueller2021-11-192-0/+13
* Add ``InferenceContext`` to ``ClassModel`` (#1257)Daniël van Noord2021-11-191-1/+7
* Change ``NoReturn`` to be encapsulated in strings (#1252)Daniël van Noord2021-11-182-6/+7
* Add ``type: ignore`` to method reassignments (#1247)Daniël van Noord2021-11-171-19/+21
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniël van Noord2021-11-172-3/+3
* Fix `mypy` warnings for `astroid/builder` and `astroid/nodes/as_string` (#1246)Daniël van Noord2021-11-173-6/+9
* Fix ``mypy`` warnings for ``astroid/nodes/node_ng``Daniël van Noord2021-11-171-2/+3
* Upgrade the version to 2.8.6-dev0 following 2.8.5 releasePierre Sassoulas2021-11-121-1/+1
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-126-5/+6
* Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)Daniël van Noord2021-11-121-3/+41
* Fix crash on inference of __len__ (#1234)Daniël van Noord2021-11-081-1/+1
* Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)Daniël van Noord2021-11-073-9/+105
* Small changes (#1232)Marc Mueller2021-11-062-2/+3
* Move back to a dev version following 2.8.4 releasePierre Sassoulas2021-10-251-1/+1
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-255-5/+6
* Refactor and add typing to ``NodeNG.frame()`` (#1225)Daniël van Noord2021-10-252-26/+45
* Add assignment expressions to correct ``locals`` for certain parents (#1213)Daniël van Noord2021-10-251-0/+13
* Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)Daniël van Noord2021-10-241-0/+40
* Refactor and remove ``redefined-variable-type`` disableDaniël van Noord2021-10-242-5/+5
* Update brain_typing.py (#1220)Redoubts2021-10-231-1/+1
* Move back to a dev version following 2.8.3 releasePierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-1717-16/+17
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-171-6/+7
* Fix crash with invalid field call (#1212)Marc Mueller2021-10-151-0/+1
* Revert "Fix regression with import resolver"Marc Mueller2021-10-121-7/+6