summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix constructors of ``Arguments``Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``Keyword``Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``AnnAssign``Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``UnaryOp``Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``Compare``Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``Starred``Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``AugAssign`` (#2082)Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``Attribute``, ``DelAttr`` and ``AssignAttr`` (#2084)Daniël van Noord2023-04-031-0/+3
* | Fix constructors of ``Subscript`` (#2083)Daniël van Noord2023-04-031-0/+1
* | Mandatory fields for Assign (#2061)Nick Drozd2023-04-031-0/+1
* | Fix constructors of ``AssignName`` (#2077)Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``DelName`` (#2078)Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``BinOp`` (#2081)Daniël van Noord2023-04-031-0/+1
* | Fix constructors of ``Delete`` (#2079)Daniël van Noord2023-04-031-0/+1
* | Merge branch 'maintenance/2.15.x' following 2.15.2 releasePierre Sassoulas2023-04-031-1/+7
|\ \ | |/
| * Bump astroid to 2.15.2, update changelogv2.15.2Pierre Sassoulas2023-04-021-1/+7
| * Support attrs decorators even if they are imported from attrs (#2059) (#2073)Pierre Sassoulas2023-04-011-0/+3
* | Clean up the constructors of ``If`` and ``IfExp`` (#2076)Daniël van Noord2023-04-021-0/+7
* | Remove dependency on ``wrapt``Daniël van Noord2023-04-011-0/+2
* | Remove `cached` decoratorJacob Walls2023-04-011-0/+3
* | Support attrs decorators even if they are imported from attrs (#2059)alm2023-04-011-0/+3
* | [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-257/+257
|/
* Bump astroid to 2.15.1, update changelogv2.15.1Pierre Sassoulas2023-03-261-1/+7
* Restore setting a Call as a base for classes using `six.with_metaclass` (#204...github-actions[bot]2023-03-261-0/+6
* Bump astroid to 2.15.0, update changelog (#2045)v2.15.0Pierre Sassoulas2023-03-061-1/+17
* Clear context cache in AstroidManager.clear_cache()Jacob Walls2023-03-041-0/+4
* Infer returns from match cases (#2042)Jacob Walls2023-03-031-0/+4
* Fix `are_exclusive` function for walrus operator (#2023)ostr000002023-02-131-0/+3
* Update ``FormattedValue.postinit`` and its brain (#2029)Daniël van Noord2023-02-131-0/+5
* Replace and deprecate modutils.is_standard_module() (#2015)Avram Lubkin2023-02-121-0/+6
* Merge branch 'maintenance/2.14.x' following 2.14.2 releasePierre Sassoulas2023-02-121-1/+2
|\
| * Bump astroid to 2.14.2, update changelogv2.14.2Pierre Sassoulas2023-02-121-1/+4
| * Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...github-actions[bot]2023-02-121-0/+3
* | Fix '_infer_str_format_call' crash when the string it analyses are uninferabl...Pierre Sassoulas2023-02-121-0/+3
* | Add support for keyword only argument default valuesDaniël van Noord2023-02-051-0/+3
* | Create ``UninferableBase``Daniël van Noord2023-02-051-0/+5
* | Add support for custom import hooks (#1752)Daniël van Noord2023-02-051-0/+3
|/
* Release 2.14.1 (#2004)v2.14.1Marc Mueller2023-01-311-2/+7
* Merge remote-tracking branch 'upstream/maintenance/2.13.x' into maintenance/2...Marc Mueller2023-01-311-0/+7
|\
| * Release 2.13.5 (#2003)v2.13.5Marc Mueller2023-01-311-2/+7
| * [Backport 2.13.x] Revert CallContext change since it caused a RecursionError ...Marc Mueller2023-01-311-0/+2
* | Revert CallContext change since it caused a RecursionError regression (#2000)...github-actions[bot]2023-01-311-0/+2
* | Release 2.14.0 (#1998)v2.14.0Marc Mueller2023-01-311-5/+15
* | Merge remote-tracking branch 'upstream/maintenance/2.13.x'Marc Mueller2023-01-311-1/+7
|\ \ | |/
| * Bump astroid to 2.13.4, update changelog (#1997)v2.13.4Marc Mueller2023-01-311-1/+7
| * Add Lock to multiprocessing (#1976) (#1996)github-actions[bot]2023-01-311-0/+4
| * Preserve parent CallContext when inferring nested functions (#1982) (#1983)github-actions[bot]2023-01-291-1/+4
| * Fix PyPy ClassDef.fromlino with decorators (#1979) (#1980)github-actions[bot]2023-01-281-0/+2
| * Fix issues with `typing_extensions.TypeVar` (#1973) (#1974)github-actions[bot]2023-01-221-0/+2
* | Add Lock to multiprocessing (#1976)Dani Alcala2023-01-311-0/+4