summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.11.4, update changelogv2.11.4Pierre Sassoulas2022-05-021-1/+7
* Fix a crash involving two starred expressions inside a call (#1535)Jacob Walls2022-05-021-0/+5
* Make `FunctionDef.implicit_parameters` return 1 for methods (#1531)Jacob Walls2022-05-021-0/+5
* Fix a crash when `_filter_stmts` encounters an `EmptyNode` (#1534)Jacob Walls2022-05-021-0/+4
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy`` (#1520)Daniël van Noord2022-05-021-0/+1
* Bump astroid to 2.11.3, update changelogv2.11.3Pierre Sassoulas2022-04-191-1/+7
* Fixed a crash in the `gi` brainJacob Walls2022-04-191-0/+4
* Fix `instance_attrs` building error in Qt brain (#1505)Jacob Walls2022-04-191-0/+3
* Bump astroid to 2.11.2, update changelogv2.11.2Pierre Sassoulas2022-03-261-1/+7
* Avoid adding the name of a parent namedtuple to child's locals (#1489)Jacob Walls2022-03-261-0/+3
* Bump astroid to 2.11.1, update changelogv2.11.1Pierre Sassoulas2022-03-221-1/+7
* Fix crash on direct inference via nodes.FunctionDef._infer (#1477)Daniël van Noord2022-03-221-0/+3
* Promoted ``getattr()`` from FunctionDef to Lambda (#1472)Jacob Walls2022-03-221-0/+3
* Bump astroid to 2.11.0, update changelogv2.11.0Pierre Sassoulas2022-03-121-6/+13
* Bump max pin on `wrapt` (#1465)Dave Hirschfeld2022-03-121-0/+2
* Add missing shape parameter to numpy methods (#1450)Mark Byrne2022-03-091-0/+5
* Deprecate passing the doc argument (#1453)Daniël van Noord2022-03-091-0/+4
* Fix end_lineno on PyPy 3.8 (#1454)Marc Mueller2022-03-091-0/+5
* Deprecate accessing and setting the ``doc`` attribute on nodes (#1434)Daniël van Noord2022-03-061-0/+4
* Use functools.cached_property for 3.8+ (#1417)Daniël van Noord2022-03-031-0/+5
* Clarify changelog entry (#1416)Jacob Walls2022-03-011-1/+2
* Add doc_node attribute (#1276)kasium2022-02-281-1/+2
* Bump astroid to 2.10.0, update changelogv2.10.0Pierre Sassoulas2022-02-271-6/+13
* Fix some typoes in the ChangelogPierre Sassoulas2022-02-271-8/+8
* Changed NodeNG.tolineno to use end_lineno when it is available (#1351)Sergei Lebedev2022-02-271-0/+5
* Restore custom distutils handling for resolving paths to submodules. (#1386)Jacob Walls2022-02-271-0/+4
* Limit expensive decorator function (#1407)Marc Mueller2022-02-271-0/+5
* Add position attribute for nodes (#1393)Marc Mueller2022-02-261-0/+5
* Fix recursion error for inference of self-referencing class attribute (#1392)Daniël van Noord2022-02-211-0/+5
* Fix crash inferring on NewType named with f-string (#1400)Jacob Walls2022-02-191-0/+4
* Fix ``ClassDef.fromlineno`` for Python < 3.8 (#1395)Marc Mueller2022-02-191-0/+3
* Add is_dataclass attribute to ClassDef (#1391)Daniël van Noord2022-02-131-0/+2
* Fix inference of ``self`` in a list or tuple within bin. ops. (#1360)Daniël van Noord2022-02-081-0/+6
* Fix crash on inference of ``__dict__.items()`` of an imported module (#1367)Daniël van Noord2022-02-081-0/+5
* Include names of keyword-only arguments in `argnames()` (#1382)Jacob Walls2022-02-061-0/+4
* Use ``sysconfig.get_path`` instead of ``distutils`` to find ``stdlib`` (#1323)Daniël van Noord2022-02-011-0/+7
* Add a changelog entry for attrs support (#1371)Jacob Bogdanov2022-01-271-0/+5
* Fix crash on ``Super.getattr`` for previously uninferable attributes (#1370)Daniël van Noord2022-01-261-0/+6
* [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-201-0/+2
* Bump astroid to 2.9.3, update changelogv2.9.3Pierre Sassoulas2022-01-091-1/+7
* Fix finding packages without an ``__init__.py`` (#1333)Daniël van Noord2022-01-091-0/+8
* Fix a typo in the changelogPierre Sassoulas2022-01-091-1/+1
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-041-1/+4
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-311-11/+16
* Remove distutils path patching (#1321)Daniël van Noord2021-12-311-0/+4
* Fix frame() error on inferred node (#1263)Tushar Sadhwani2021-12-291-0/+4
* Fix dataclass inference for marshmallow_dataclass (#1298)Nicolas Noirbent2021-12-231-0/+3
* Make Module call the __init__ of NodeNG (#1262)Daniël van Noord2021-12-161-0/+3
* Prefer using the module loader to get source in builder. (#1207)Gregory P. Smith2021-12-151-0/+6