summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update sphinx requirement from ~=6.2 to ~=7.0dependabot/pip/sphinx-approx-eq-7.0dependabot[bot]2023-05-011-1/+1
* Allow passing ``UninferableBase`` to ``safe_infer``Daniël van Noord2023-05-012-1/+9
* Type ``bases.py``Daniël van Noord2023-05-011-32/+62
* Type ``decoratornames``Daniël van Noord2023-05-011-2/+1
* Broaden annotations that are too narrowDaniël van Noord2023-05-015-12/+13
* Rename ``module`` to ``node``Daniël van Noord2023-04-301-2/+2
* Complete typing of ``context.py``Daniël van Noord2023-04-301-30/+14
* Fix ``infer_argument`` partiallyDaniël van Noord2023-04-303-10/+18
* Fix some typing issuesDaniël van Noord2023-04-304-7/+7
* Yield directly from _explicit_inference in NodeNG.infer() (#2157)Jacob Walls2023-04-301-5/+6
* Update wording of commentDaniël van Noord2023-04-261-1/+1
* Add package data to ``pyprojecttoml``Daniel van Noord2023-04-261-0/+8
* Simplify structure of requirement filesDaniel van Noord2023-04-269-32/+36
* Upgrade the version to 3.0.0a3-dev0 following 3.0.0a2 releaseMarc Mueller2023-04-252-2/+2
* Bump astroid to 3.0.0a2, update changelogv3.0.0a2Marc Mueller2023-04-252-2/+2
* Remove deprecated doc attribute (#2154)Marc Mueller2023-04-258-206/+9
* Remove deprecated `is_sys_guard` + `is_typing_guard` (#2153)Marc Mueller2023-04-253-114/+4
* Remove deprecated nodesMarc Mueller2023-04-256-57/+7
* Merge pull request #2151 from pylint-dev/release-3.0.0a1Marc Mueller2023-04-255-4/+12
|\
| * Upgrade the version to 3.0.0a2-dev0 following the 3.0.0a1 releaseMarc Mueller2023-04-252-2/+2
| * Bump astroid to 3.0.0a1, update changelogv3.0.0a1Marc Mueller2023-04-252-2/+2
| * Update contributorsMarc Mueller2023-04-252-1/+9
| * Modify bump_changelog scriptMarc Mueller2023-04-251-1/+1
|/
* Fix the signature of ``infer_call_result``Daniel van Noord2023-04-259-38/+94
* Update sphinx requirement from ~=5.3 to ~=6.2 (#2147)dependabot[bot]2023-04-251-1/+1
* Make all arguments to ``nodes.NodeNG.__init__`` required (#2138)Daniël van Noord2023-04-259-35/+94
* [pre-commit.ci] pre-commit autoupdate (#2149)pre-commit-ci[bot]2023-04-251-3/+3
* Remove ``laxy_object_proxy`` as dependency (#2139)Daniël van Noord2023-04-244-27/+11
* 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