summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
...
* | Mandatory fields for While (#2095)Nick Drozd2023-04-041-51/+11
* | [pre-commit.ci] pre-commit autoupdate (#2097)pre-commit-ci[bot]2023-04-041-1/+1
* | Fix constructors of ``Call``Daniël van Noord2023-04-042-53/+10
* | Fix constructors of ``Name``Daniël van Noord2023-04-043-26/+39
* | Add typing to the ``scope_lookup`` interfaceDaniël van Noord2023-04-044-30/+30
* | Mandatory fields for For (#2091)Nick Drozd2023-04-041-60/+17
* | Fix two minor type errorsNick Drozd2023-04-041-8/+10
* | Manadatory fields for AwaitNick Drozd2023-04-041-37/+3
* | Formalize the ``block_range`` methods on nodesDaniël van Noord2023-04-034-25/+11
* | Fix ``lineno`` API on nodesDaniël van Noord2023-04-033-14/+27
* | Fix constructors of ``Arguments``Daniël van Noord2023-04-033-129/+79
* | Fix constructors of ``Keyword``Daniël van Noord2023-04-031-30/+11
* | Fix typing issues with ``Lambda``Daniël van Noord2023-04-031-3/+3
* | Broaden signatures of methods of classes that are subclassedDaniël van Noord2023-04-032-4/+4
* | Fix usage of ``Self``Daniël van Noord2023-04-031-2/+2
* | Expand signature of ``InferenceError``Daniël van Noord2023-04-031-4/+5
* | Fix constructors of ``AnnAssign``Daniël van Noord2023-04-031-51/+10
* | Fix constructors of ``UnaryOp``Daniël van Noord2023-04-031-31/+11
* | Fix constructors of ``Compare``Daniël van Noord2023-04-031-49/+6
* | Fix constructors of ``Starred``Daniël van Noord2023-04-031-30/+11
* | Fix constructors of ``AugAssign`` (#2082)Daniël van Noord2023-04-031-39/+14
* | Fix constructors of ``Attribute``, ``DelAttr`` and ``AssignAttr`` (#2084)Daniël van Noord2023-04-031-101/+33
* | Fix constructors of ``Subscript`` (#2083)Daniël van Noord2023-04-031-37/+14
* | Mandatory fields for Assign (#2061)Nick Drozd2023-04-031-49/+12
* | Fix constructors of ``AssignName`` (#2077)Daniël van Noord2023-04-033-28/+52
* | Fix constructors of ``DelName`` (#2078)Daniël van Noord2023-04-031-23/+7
* | Fix constructors of ``BinOp`` (#2081)Daniël van Noord2023-04-031-36/+14
* | Fix constructors of ``Delete`` (#2079)Daniël van Noord2023-04-031-25/+7
* | Clean up the constructors of ``If`` and ``IfExp`` (#2076)Daniël van Noord2023-04-021-86/+18
* | Fix sorting in ``__init__.py``Daniël van Noord2023-04-011-4/+2
* | Remove dependency on ``wrapt``Daniël van Noord2023-04-012-53/+68
* | Remove `cached` decoratorJacob Walls2023-04-014-46/+2
* | Use `@cached_property` in guts of `ClassDef.slots()`Jacob Walls2023-04-011-2/+5
* | Support attrs decorators even if they are imported from attrs (#2059)alm2023-04-011-0/+5
* | [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-2998-220/+220
* | Restore setting a Call as a base for classes using `six.with_metaclass` (#2049)Jacob Walls2023-03-262-2/+9
* | Add typing to ``TransformVisitor`` (#2062)Daniël van Noord2023-03-221-25/+90
* | Upgrade pre-commit configuration and move to ruff (#2057)Pierre Sassoulas2023-03-146-9/+8
* | Change `_get_assign_nodes()` to `cached_property` (#2051)Jacob Walls2023-03-124-14/+13
* | Don't cache decoratornamesJacob Walls2023-03-121-1/+0
* | Bump astroid to 2.16.0-dev0, update changelogPierre Sassoulas2023-03-061-1/+1
|/
* Bump astroid to 2.15.0, update changelog (#2045)v2.15.0Pierre Sassoulas2023-03-061-1/+1
* Add 'TryStar' nodes from Python 3.11 #1516 (#2028)Pierre Sassoulas2023-03-053-0/+118
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-041-2/+3
* Infer returns from match cases (#2042)Jacob Walls2023-03-031-1/+2
* Update submodule_path after finding an editable install (#2033)noah-weingarden2023-02-261-2/+12
* Bump flake8-bugbear from 23.1.20 to 23.2.13 (#2034)dependabot[bot]2023-02-237-0/+17
* Fix `are_exclusive` function for walrus operator (#2023)ostr000002023-02-131-4/+8
* Update ``FormattedValue.postinit`` and its brain (#2029)Daniël van Noord2023-02-133-15/+27
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-123-3/+406