summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Fix inference from nested unpacking of iterables (#1311)Mark Byrne2022-05-161-0/+4
* Add a bound to the inference tips cache (#1565)Jacob Walls2022-05-151-0/+4
* Fix 3.11 test (#1558)Marc Mueller2022-05-131-0/+3
* qt brain: Make slot argument optional for disconnect() (#1550)Florian Bruhin2022-05-121-0/+2
* Infer returned value of .copy() method for collections (#1540)Tim Martin2022-05-101-0/+4
* Require Python 3.7.2 (#1542)Jacob Walls2022-05-101-0/+2
* Merge branch 'maintenance/2.11.x' into main following 2.11.5 releasePierre Sassoulas2022-05-091-4/+8
|\
| * Bump astroid to 2.11.5, update changelogv2.11.5Pierre Sassoulas2022-05-091-4/+11
| * Fix crash while obtaining `object_type()` of an `Unknown` node (#1547)Jacob Walls2022-05-091-0/+2
| * Prevent special case for `virtualenv`'s patching of `distutils` from catching...Jacob Walls2022-05-091-0/+5
* | Fix crash while obtaining `object_type()` of an `Unknown` node (#1547)Jacob Walls2022-05-071-0/+2
* | Prevent special case for `virtualenv`'s patching of `distutils` from catching...Jacob Walls2022-05-051-0/+5
* | Let `AstroidManager.clear_cache` reload brain plugins (#1528)Jacob Walls2022-05-041-0/+2
* | Merge branch 'maintenance/2.11.x' following 2.11.4 releasePierre Sassoulas2022-05-021-1/+8
|\ \ | |/
| * 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
* | Fix a crash involving two starred expressions inside a call (#1535)Jacob Walls2022-04-301-0/+5
* | Make `FunctionDef.implicit_parameters` return 1 for methods (#1531)Jacob Walls2022-04-301-0/+5
* | Fix a crash when `_filter_stmts` encounters an `EmptyNode` (#1534)Jacob Walls2022-04-301-0/+4
* | Add annotations for ModuleType (#1525)Marc Mueller2022-04-221-0/+3
* | Find frozen stdlib modules (#1513)Daniël van Noord2022-04-221-0/+5
* | Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy`` (#1520)Daniël van Noord2022-04-221-0/+1
* | Fix re brain on 3.11 (#1515)Daniël van Noord2022-04-221-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