summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix builtin inference on property not including function arguments"revert-1366-postinit-propertyArianna2022-01-203-27/+1
* Fix builtin inference on property not including function argumentsArianna2022-01-203-1/+27
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-01-201-3/+4
| * Add unittest for property inference postinitareveny2022-01-201-0/+21
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-01-201-1/+1
| * Fix builtin inference on property not including function argumentsareveny2022-01-202-1/+5
|/
* Add support for attrs v21.3.0+ (#1331)Jacob Bogdanov2022-01-202-1/+73
* Use ``_extract_single_node`` in ``brain_re`` (#1359)Daniël van Noord2022-01-181-2/+2
* Fix incorrect typing of ``doc`` attribute of ``Module`` (#1357)Daniël van Noord2022-01-181-1/+1
* Add ignore for incorrect typing of attributeDaniël van Noord2022-01-181-1/+1
* Add ``_extract_single_node`` and use in ``brain_typing``Daniël van Noord2022-01-182-5/+14
* Fix typing in ``arguments.py`` (#1356)Daniël van Noord2022-01-171-4/+3
* Rearrange and type attribute definition of ``nodes.Module`` (#1355)Daniël van Noord2022-01-171-78/+38
* Add typing to ``LocalsDictNodeNG.locals`` (#1354)Daniël van Noord2022-01-171-6/+3
* Add typing to ``__str__``, ``__repr__`` and ``_repr_name`` (#1353)Daniël van Noord2022-01-171-3/+3
* Use ``warnings.simplefilter`` instead of ``filterwarnings`` (#1352)Daniël van Noord2022-01-161-1/+1
* Correct documentation, nodes classes do not exend python's ones (#1343)tristanlatr2022-01-141-2/+5
* Add typing to FunctionDef decorators attributes (#1345)Daniël van Noord2022-01-131-10/+5
* [pre-commit.ci] pre-commit autoupdate (#1334)pre-commit-ci[bot]2022-01-101-1/+1
* Merge branch '2.9' into mainPierre Sassoulas2022-01-093-2/+23
|\
| * Upgrade the version to 2.9.4-dev0 following 2.9.3 release2.9Pierre Sassoulas2022-01-092-2/+2
| * Bump astroid to 2.9.3, update changelogv2.9.3Pierre Sassoulas2022-01-095-4/+25
| * Fix finding packages without an ``__init__.py`` (#1333)Daniël van Noord2022-01-093-1/+40
| * Fix a typo in the changelogPierre Sassoulas2022-01-091-1/+1
* | Fix finding packages without an ``__init__.py`` (#1333)Daniël van Noord2022-01-093-1/+40
* | Fix a typo in the changelogPierre Sassoulas2022-01-041-1/+1
* | Upgrade the version to 2.10.0-dev0 following 2.9.2 releasePierre Sassoulas2022-01-042-2/+2
|/
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-0430-30/+33
* Fix import astroid.scoped_nodes (#1325)Alexander Shadchin2022-01-041-0/+2
* [pre-commit.ci] pre-commit autoupdate (#1328)pre-commit-ci[bot]2022-01-041-1/+1
* Upgrade the version to 2.9.2-dev0 following 2.9.2 releasePierre Sassoulas2021-12-312-2/+2
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-3133-29/+72
* Remove distutils path patching (#1321)Daniël van Noord2021-12-313-12/+4
* Add typing to ``brain_dataclasses`` (#1292)Daniël van Noord2021-12-291-28/+44
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-2912-22/+54
* 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-295-7/+34
* Fix node.statement overload typing - default argument (#1317)Marc Mueller2021-12-292-2/+4
* [pre-commit.ci] pre-commit autoupdate (#1315)pre-commit-ci[bot]2021-12-281-1/+1
* Fix spelling (#1318)Marc Mueller2021-12-281-1/+1
* Bump ci cache version (#1314)Marc Mueller2021-12-271-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-233-3/+13
* Upgrade mypy to 0.930 (#1310)Marc Mueller2021-12-232-2/+2
* 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-203-1/+42
* Upgrade mypy to 0.920 (#1300)Marc Mueller2021-12-162-2/+2
* Add typing to ``_ast`` (#1296)Daniël van Noord2021-12-161-14/+11