| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add disableperformance-regression | Jacob Walls | 2023-05-14 | 1 | -1/+2 |
| | | |||||
| * | Add a bound to the inference tips cache | Jacob Walls | 2023-05-14 | 1 | -3/+9 |
| | | | | | | | | Small bounds still yield about equal hits and misses. Further work could determine if storing only the last result is optimal. | ||||
| * | Add `InferenceContext.is_empty()` | Jacob Walls | 2023-05-14 | 2 | -0/+15 |
| | | |||||
| * | Remove cache entries in all exit paths | Jacob Walls | 2023-05-14 | 1 | -3/+10 |
| | | | | | Follow-up to 0740a0dd5e9cb48bb1a400aded498e4db1fcfca9. | ||||
| * | Improve performance of `looks_like_numpy_member()` (#2178) | Jacob Walls | 2023-05-14 | 4 | -25/+30 |
| | | | | Avoids 32% of the calls to isinstance() when linting astroid | ||||
| * | Bump astroid to 3.0.0a4-dev0, update changelog | Pierre Sassoulas | 2023-05-14 | 2 | -2/+2 |
| | | |||||
| * | Bump astroid to 3.0.0a3, update changelogv3.0.0a3 | Pierre Sassoulas | 2023-05-14 | 2 | -2/+2 |
| | | |||||
| * | Handle ``objects.Super`` in `helpers.object_type()` (#2177) | Jacob Walls | 2023-05-14 | 3 | -2/+6 |
| | | |||||
| * | Publicize `NodeNG.repr_name()` (#2176) | Jacob Walls | 2023-05-13 | 2 | -6/+7 |
| | | |||||
| * | Remove pylint disables and resolves TODO in pylintrc (#2175) | Jacob Walls | 2023-05-12 | 6 | -7/+3 |
| | | |||||
| * | [pre-commit.ci] pre-commit autoupdate (#2173) | pre-commit-ci[bot] | 2023-05-09 | 1 | -2/+2 |
| | | | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.263...v0.0.265) - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Fix constructors of ``BaseContainer`` and ``Dict`` | Daniël van Noord | 2023-05-08 | 7 | -96/+156 |
| | | |||||
| * | Fix some typing in ``helpers.py`` | Daniël van Noord | 2023-05-08 | 2 | -28/+28 |
| | | |||||
| * | Add two type ignores | Daniël van Noord | 2023-05-08 | 1 | -2/+3 |
| | | |||||
| * | Improve typing of inference functions (#2166) | Jacob Walls | 2023-05-07 | 5 | -42/+84 |
| | | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
| * | Complete cache key for inference tip (#2158) | Jacob Walls | 2023-05-06 | 5 | -19/+53 |
| | | | | | | The cache key was lacking the `context` arg. Co-authored-by: Sylvain Ackermann <sylvain.ackermann@gmail.com> | ||||
| * | Import `typing_extensions` under version guard. | Jacob Walls | 2023-05-06 | 1 | -2/+6 |
| | | |||||
| * | Use Python 3.11 for Read the Docs build | Jacob Walls | 2023-05-06 | 1 | -1/+5 |
| | | |||||
| * | [pre-commit.ci] pre-commit autoupdate (#2164) | pre-commit-ci[bot] | 2023-05-02 | 1 | -1/+1 |
| | | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.263](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.262...v0.0.263) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Fix urllib3 tests following the release of v2.0.0 (#2162) | Pierre Sassoulas | 2023-05-01 | 2 | -4/+5 |
| | | |||||
| * | Allow passing ``UninferableBase`` to ``safe_infer`` | Daniël van Noord | 2023-05-01 | 2 | -1/+9 |
| | | |||||
| * | Type ``bases.py`` | Daniël van Noord | 2023-05-01 | 1 | -32/+62 |
| | | |||||
| * | Type ``decoratornames`` | Daniël van Noord | 2023-05-01 | 1 | -2/+1 |
| | | |||||
| * | Broaden annotations that are too narrow | Daniël van Noord | 2023-05-01 | 5 | -12/+13 |
| | | |||||
| * | Rename ``module`` to ``node`` | Daniël van Noord | 2023-04-30 | 1 | -2/+2 |
| | | |||||
| * | Complete typing of ``context.py`` | Daniël van Noord | 2023-04-30 | 1 | -30/+14 |
| | | |||||
| * | Fix ``infer_argument`` partially | Daniël van Noord | 2023-04-30 | 3 | -10/+18 |
| | | |||||
| * | Fix some typing issues | Daniël van Noord | 2023-04-30 | 4 | -7/+7 |
| | | |||||
| * | Yield directly from _explicit_inference in NodeNG.infer() (#2157) | Jacob Walls | 2023-04-30 | 1 | -5/+6 |
| | | |||||
| * | Update wording of comment | Daniël van Noord | 2023-04-26 | 1 | -1/+1 |
| | | |||||
| * | Add package data to ``pyprojecttoml`` | Daniel van Noord | 2023-04-26 | 1 | -0/+8 |
| | | |||||
| * | Simplify structure of requirement files | Daniel van Noord | 2023-04-26 | 9 | -32/+36 |
| | | |||||
| * | Upgrade the version to 3.0.0a3-dev0 following 3.0.0a2 release | Marc Mueller | 2023-04-25 | 2 | -2/+2 |
| | | |||||
| * | Bump astroid to 3.0.0a2, update changelogv3.0.0a2 | Marc Mueller | 2023-04-25 | 2 | -2/+2 |
| | | |||||
| * | Remove deprecated doc attribute (#2154) | Marc Mueller | 2023-04-25 | 8 | -206/+9 |
| | | |||||
| * | Remove deprecated `is_sys_guard` + `is_typing_guard` (#2153) | Marc Mueller | 2023-04-25 | 3 | -114/+4 |
| | | | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | ||||
| * | Remove deprecated nodes | Marc Mueller | 2023-04-25 | 6 | -57/+7 |
| | | |||||
| * | Merge pull request #2151 from pylint-dev/release-3.0.0a1 | Marc Mueller | 2023-04-25 | 5 | -4/+12 |
| |\ | | | | | Release 3.0.0a1 | ||||
| | * | Upgrade the version to 3.0.0a2-dev0 following the 3.0.0a1 release | Marc Mueller | 2023-04-25 | 2 | -2/+2 |
| | | | |||||
| | * | Bump astroid to 3.0.0a1, update changelogv3.0.0a1 | Marc Mueller | 2023-04-25 | 2 | -2/+2 |
| | | | |||||
| | * | Update contributors | Marc Mueller | 2023-04-25 | 2 | -1/+9 |
| | | | |||||
| | * | Modify bump_changelog script | Marc Mueller | 2023-04-25 | 1 | -1/+1 |
| |/ | |||||
| * | Fix the signature of ``infer_call_result`` | Daniel van Noord | 2023-04-25 | 9 | -38/+94 |
| | | |||||
| * | Update sphinx requirement from ~=5.3 to ~=6.2 (#2147) | dependabot[bot] | 2023-04-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v6.2.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | Make all arguments to ``nodes.NodeNG.__init__`` required (#2138) | Daniël van Noord | 2023-04-25 | 9 | -35/+94 |
| | | |||||
| * | [pre-commit.ci] pre-commit autoupdate (#2149) | pre-commit-ci[bot] | 2023-04-25 | 1 | -3/+3 |
| | | | | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.262](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.261...v0.0.262) - [github.com/asottile/pyupgrade: v3.3.1 → v3.3.2](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.3.2) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | ||||
| * | Remove ``laxy_object_proxy`` as dependency (#2139) | Daniël van Noord | 2023-04-24 | 4 | -27/+11 |
| | | |||||
| * | Bump actions/setup-python from 4.5.0 to 4.6.0 (#2146) | dependabot[bot] | 2023-04-24 | 3 | -7/+7 |
| | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
| * | Merge pull request #2145 from cdce8p/merge-2.15.4 | Marc Mueller | 2023-04-24 | 9 | -9/+48 |
| |\ | | | | | Merge changes following 2.15.4 release | ||||
| | * | Merge branch 'maintenance/2.15.x' into main | Marc Mueller | 2023-04-24 | 9 | -9/+48 |
| | |\ |/ / | |||||
