summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maintenance/2.15.x' into mainMarc Mueller2023-04-241-1/+11
|\
| * Bump astroid to 2.15.4, update changelog (#2144)v2.15.4Marc Mueller2023-04-241-1/+7
| * Various TryStar fixes (#2142)Marc Mueller2023-04-241-0/+4
* | Remove unused constants (#2141)Marc Mueller2023-04-241-0/+11
* | Remove cachedproperty decorator (#2140)Marc Mueller2023-04-241-2/+3
* | Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-0/+5
* | Reduce file system access in `ast_from_file()` (#2135)Jacob Walls2023-04-231-0/+2
* | Fix constructors of ``Super``Daniël van Noord2023-04-231-0/+1
* | Fix constructors of ``ComprehensionScopes`` (#2132)Daniël van Noord2023-04-221-0/+4
* | Fix constructors of ``Module`` (#2133)Daniël van Noord2023-04-221-0/+1
* | Fix constructors of ``ClassDef`` (#2130)Daniël van Noord2023-04-221-0/+1
* | Fix constructors of ``FunctionDef``Daniël van Noord2023-04-221-0/+1
* | Fix constructors of ``Lambda``Daniël van Noord2023-04-221-0/+1
* | Add ``attr.Factory`` to the recognized class attributes for classes decorated...Mark Byrne2023-04-191-0/+4
* | Decouple ``FunctionDef`` and ``Lambda`` (#2115)Daniël van Noord2023-04-171-0/+7
* | Fix changelog following 2.15.3 releasePierre Sassoulas2023-04-161-7/+0
* | Merge branch 'maintenance/2.15.x' following 2.15.3 releasePierre Sassoulas2023-04-161-1/+14
|\ \ | |/
| * Bump astroid to 2.15.3, update changelogv2.15.3Pierre Sassoulas2023-04-161-1/+7
| * Suppress UserWarning when finding module specs (#2121) (#2122)github-actions[bot]2023-04-161-0/+4
| * Fix infer_call_result() crash on methods called with_metaclass() (#2118)Jacob Walls2023-04-161-0/+3
* | Suppress UserWarning when finding module specs (#2121)Jacob Walls2023-04-161-0/+4
* | Port property-related workaround from `infer_functiondef` to `infer_property`...Jacob Walls2023-04-161-0/+4
* | Fix infer_call_result() crash on methods called with_metaclass() (#2118)Jacob Walls2023-04-151-0/+3
* | Use `safe_infer` in `_unpack_args` and `_unpack_keywords` (#2117)Tushar Sadhwani2023-04-151-0/+4
* | Clean up If fields (#2109)Nick Drozd2023-04-121-1/+4
* | Mandatory fields for TryExceptNick Drozd2023-04-071-0/+1
* | Mandatory fields for ExceptHandlerNick Drozd2023-04-071-0/+1
* | Mandatory field for ExprNick Drozd2023-04-051-0/+1
* | Mandatory field for YieldNick Drozd2023-04-051-0/+1
* | Mandatory fields for Decorators (#2107)Nick Drozd2023-04-051-0/+1
* | Mandatory fields for Comprehension (#2099)Nick Drozd2023-04-051-0/+1
* | Mandatory fields for Return (#2104)Nick Drozd2023-04-051-0/+1
* | Mandatory fields for Raise (#2103)Nick Drozd2023-04-051-0/+1
* | Mandatory fields for SliceNick Drozd2023-04-051-0/+1
* | Mandatory fields for While (#2095)Nick Drozd2023-04-041-0/+1
* | Fix constructors of ``Call``Daniël van Noord2023-04-041-0/+1
* | Fix constructors of ``Name``Daniël van Noord2023-04-041-0/+1
* | Mandatory fields for For (#2091)Nick Drozd2023-04-041-0/+1
* | Manadatory fields for AwaitNick Drozd2023-04-041-0/+1
* | 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