summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Fix finding packages without an ``__init__.py`` (#1333)Daniël van Noord2022-01-091-1/+7
* Upgrade the version to 2.10.0-dev0 following 2.9.2 releasePierre Sassoulas2022-01-041-1/+1
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-0420-20/+20
* Fix import astroid.scoped_nodes (#1325)Alexander Shadchin2022-01-041-0/+2
* Upgrade the version to 2.9.2-dev0 following 2.9.2 releasePierre Sassoulas2021-12-311-1/+1
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-3122-10/+34
* Remove distutils path patching (#1321)Daniël van Noord2021-12-311-7/+0
* Add typing to ``brain_dataclasses`` (#1292)Daniël van Noord2021-12-291-28/+44
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-297-22/+24
* Revert "Revert "Remove useless NoReturn in NodeNG.statement's typing (#1304)"...Tushar Sadhwani2021-12-291-6/+1
* Fix frame() error on inferred node (#1263)Tushar Sadhwani2021-12-293-7/+22
* Fix node.statement overload typing - default argument (#1317)Marc Mueller2021-12-292-2/+4
* Fix spelling (#1318)Marc Mueller2021-12-281-1/+1
* Revert "Remove useless NoReturn in NodeNG.statement's typing (#1304)" (#1307)Marc Mueller2021-12-271-1/+6
* Fix dataclass inference for marshmallow_dataclass (#1298)Nicolas Noirbent2021-12-231-2/+7
* Fix node.statement overload typing (#1308)Marc Mueller2021-12-222-4/+4
* Move ``_filter_stmts`` into its own file (#1303)Daniël van Noord2021-12-203-225/+240
* Remove useless NoReturn in NodeNG.statement's typing (#1304)Tushar Sadhwani2021-12-201-6/+1
* Create ``scoped_nodes`` module (#1302)Daniël van Noord2021-12-202-0/+41
* Add typing to ``_ast`` (#1296)Daniël van Noord2021-12-161-14/+11
* Make Module call the __init__ of NodeNG (#1262)Daniël van Noord2021-12-161-5/+3
* Upgrade pylint to 2.12.2 (#1297)Pierre Sassoulas2021-12-153-4/+4
* 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