summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump actions/setup-python from 4.5.0 to 4.6.0 (#2146)dependabot[bot]2023-04-243-7/+7
* Merge pull request #2145 from cdce8p/merge-2.15.4Marc Mueller2023-04-249-9/+48
|\
| * Merge branch 'maintenance/2.15.x' into mainMarc Mueller2023-04-249-9/+48
| |\ |/ /
| * Bump astroid to 2.15.4, update changelog (#2144)v2.15.4Marc Mueller2023-04-243-3/+9
| * Various TryStar fixes (#2142)Marc Mueller2023-04-249-8/+41
* | Cleanup rebuilder after dropping py37 (#2143)Marc Mueller2023-04-241-238/+117
* | Remove unused constants (#2141)Marc Mueller2023-04-2417-146/+39
* | Remove cachedproperty decorator (#2140)Marc Mueller2023-04-243-65/+4
* | Drop support for Python 3.7 (#2137)Marc Mueller2023-04-2327-296/+148
* | Reduce file system access in `ast_from_file()` (#2135)Jacob Walls2023-04-233-8/+17
* | Remove all ``lazy_imports``Daniël van Noord2023-04-236-34/+41
* | Fix constructors of ``Super``Daniël van Noord2023-04-233-13/+30
* | Add defaults for ``Unknown.__init__``Daniël van Noord2023-04-231-0/+17
* | Add defaults for ``EmptyNode.__init__``Daniël van Noord2023-04-231-0/+17
* | Fix constructor in dataclass brainDaniël van Noord2023-04-231-0/+2
* | Fix some type issues in ``scoped_nodes`` (#2134)Daniël van Noord2023-04-232-27/+36
* | Fix constructors of ``ComprehensionScopes`` (#2132)Daniël van Noord2023-04-222-158/+56
* | Fix constructors of ``Module`` (#2133)Daniël van Noord2023-04-226-73/+19
* | Fix constructors of ``ClassDef`` (#2130)Daniël van Noord2023-04-2213-98/+149
* | Fix numerous issues with typing and code in ``bases.py``Daniël van Noord2023-04-221-31/+41
* | Expand typing on ``CallContext``Daniël van Noord2023-04-221-1/+3
* | Expand typing on some exceptionsDaniël van Noord2023-04-221-3/+3
* | Fix constructors of ``FunctionDef``Daniël van Noord2023-04-226-65/+92
* | Fix constructors of ``Lambda``Daniël van Noord2023-04-222-43/+13
* | Add ``attr.Factory`` to the recognized class attributes for classes decorated...Mark Byrne2023-04-193-2/+20
* | Bump actions/checkout from 3.5.0 to 3.5.2 (#2125)dependabot[bot]2023-04-174-8/+8
* | Decouple ``FunctionDef`` and ``Lambda`` (#2115)Daniël van Noord2023-04-174-5/+138
* | 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-163-7/+18
|\ \ | |/
| * Bump astroid to 2.15.3, update changelogv2.15.3Pierre Sassoulas2023-04-163-3/+9
| * [packaging metadata] Remove pycqa email in favor of github's orgPierre Sassoulas2023-04-161-3/+0
| * [doc] Create a variable for the contributors descriptionPierre Sassoulas2023-04-161-3/+4
| * Suppress UserWarning when finding module specs (#2121) (#2122)github-actions[bot]2023-04-163-1/+18
| * Add xfailJacob Walls2023-04-161-0/+3
| * Fix infer_call_result() crash on methods called with_metaclass() (#2118)Jacob Walls2023-04-163-1/+17
* | Suppress UserWarning when finding module specs (#2121)Jacob Walls2023-04-163-1/+18
* | Port property-related workaround from `infer_functiondef` to `infer_property`...Jacob Walls2023-04-163-1/+14
* | Fix infer_call_result() crash on methods called with_metaclass() (#2118)Jacob Walls2023-04-153-1/+17
* | Use `safe_infer` in `_unpack_args` and `_unpack_keywords` (#2117)Tushar Sadhwani2023-04-153-29/+57
* | Clean up If fields (#2109)Nick Drozd2023-04-123-40/+12
* | [pre-commit.ci] pre-commit autoupdate (#2114)pre-commit-ci[bot]2023-04-111-2/+2
* | Mandatory fields for TryExceptNick Drozd2023-04-072-53/+13
* | Mandatory fields for ExceptHandlerNick Drozd2023-04-072-60/+17
* | Mandatory field for ExprNick Drozd2023-04-052-37/+4
* | Mandatory field for YieldNick Drozd2023-04-053-41/+6
* | Mandatory fields for Decorators (#2107)Nick Drozd2023-04-052-40/+3
* | Mandatory fields for Comprehension (#2099)Nick Drozd2023-04-053-38/+23
* | Mandatory fields for Return (#2104)Nick Drozd2023-04-053-39/+5
* | Mandatory fields for Raise (#2103)Nick Drozd2023-04-052-42/+7
* | Mandatory fields for SliceNick Drozd2023-04-052-47/+10