summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.11.4, update changelogv2.11.4Pierre Sassoulas2022-05-025-7/+12
* Improve recognition of ``_io`` module during bootstrapping on ``PyPy`` (#1529)Daniël van Noord2022-05-022-20/+10
* Fix a crash involving two starred expressions inside a call (#1535)Jacob Walls2022-05-023-0/+19
* Make `FunctionDef.implicit_parameters` return 1 for methods (#1531)Jacob Walls2022-05-024-2/+44
* Fix a crash when `_filter_stmts` encounters an `EmptyNode` (#1534)Jacob Walls2022-05-023-6/+27
* Fix ``col_offset`` attribute for nodes involving ``with`` on ``PyPy`` (#1520)Daniël van Noord2022-05-023-12/+56
* Bump astroid to 2.11.3, update changelogv2.11.3Pierre Sassoulas2022-04-196-12/+20
* Fixed a crash in the `gi` brainJacob Walls2022-04-192-1/+7
* Fix `instance_attrs` building error in Qt brain (#1505)Jacob Walls2022-04-196-12/+81
* Fix Use of cache on methods can lead to memory leaksPierre Sassoulas2022-04-193-17/+11
* Update pylint requirement from ~=2.13.4 to ~=2.13.5dependabot[bot]2022-04-191-1/+1
* [pre-commit.ci] pre-commit autoupdate (#1501)pre-commit-ci[bot]2022-04-191-3/+3
* Fix for loop that reassigns the iterable it is iteratingPierre Sassoulas2022-04-191-4/+4
* Fix the version of flake8-bugbearPierre Sassoulas2022-04-191-1/+2
* Bump black from 22.1.0 to 22.3.0 (#1496)dependabot[bot]2022-04-191-1/+1
* [pre-commit.ci] pre-commit autoupdate (#1494)pre-commit-ci[bot]2022-04-191-4/+4
* Update sphinx requirement from ~=4.4 to ~=4.5 (#1492)dependabot[bot]2022-04-191-1/+1
* Bump astroid to 2.11.2, update changelogv2.11.2Pierre Sassoulas2022-03-263-3/+9
* Avoid adding the name of a parent namedtuple to child's locals (#1489)Jacob Walls2022-03-263-1/+10
* Bump astroid to 2.11.1, update changelogv2.11.1Pierre Sassoulas2022-03-223-3/+9
* Separate ex-maintener from logilaber and googlerPierre Sassoulas2022-03-222-8/+20
* Update contributors-txt requirement from ~=0.5.2 to >0.7.3dependabot[bot]2022-03-224-117/+129
* Fix crash on direct inference via nodes.FunctionDef._infer (#1477)Daniël van Noord2022-03-224-4/+15
* Promoted ``getattr()`` from FunctionDef to Lambda (#1472)Jacob Walls2022-03-224-22/+31
* Bump astroid to 2.11.0, update changelogv2.11.0Pierre Sassoulas2022-03-127-20/+31
* Add conditional overloads [TreeRebuilder] (#1470)Marc Mueller2022-03-121-579/+275
* Move ``InferFn`` to ``typing.py``Daniël van Noord2022-03-123-3/+7
* Upgrade mypy to 0.940 (#1466)Daniël van Noord2022-03-125-9/+10
* New release process (#1438)Pierre Sassoulas2022-03-122-28/+62
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-12140-1260/+589
* Bump max pin on `wrapt` (#1465)Dave Hirschfeld2022-03-122-1/+3
* Add missing shape parameter to numpy methods (#1450)Mark Byrne2022-03-094-4/+34
* Minor changes (#1464)Marc Mueller2022-03-092-2/+2
* Deprecate passing ``doc`` to ``Property`` (#1457)Daniël van Noord2022-03-091-1/+4
* Deprecate passing ``doc`` to ``PartialFunction`` (#1456)Daniël van Noord2022-03-091-2/+5
* Deprecate passing the doc argument (#1453)Daniël van Noord2022-03-094-0/+65
* Move Mixin classes out of main ``scoped_nodes`` file (#1463)Daniël van Noord2022-03-093-160/+174
* Remove ``_ListComp``Daniël van Noord2022-03-091-36/+27
* Move builtin_lookup out of main scoped_nodes file (#1460)Daniël van Noord2022-03-093-17/+37
* Do no pass doc attribute to nodes.ClassDef in tests (#1458)Daniël van Noord2022-03-094-17/+43
* Do no pass ``doc`` attribute to ``nodes.Module`` in tests (#1455)Daniël van Noord2022-03-092-7/+4
* Pass ``doc_node`` to postinit of all ``Property`` constructors (#1436)Daniël van Noord2022-03-094-9/+79
* No longer pass doc to various node constructors (#1451)Daniël van Noord2022-03-094-21/+22
* Replace platform import (#1459)Marc Mueller2022-03-0911-32/+23
* Fix end_lineno on PyPy 3.8 (#1454)Marc Mueller2022-03-097-16/+49
* Fix typing and ``postinit`` in ``build_class`` (#1452)Daniël van Noord2022-03-081-9/+6
* Do not use ``doc`` attribute internally (#1433)Daniël van Noord2022-03-074-12/+32
* Fix STD_LIB_DIRS for PyPy 3.7+Marc Mueller2022-03-071-5/+5
* Fix pypy cache key [ci]Marc Mueller2022-03-071-3/+3
* Add CI job for pypy 3.7Marc Mueller2022-03-071-2/+2