Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Complete cache key for inference tip (#2158) | Jacob Walls | 2023-05-06 | 1 | -3/+1 |
| | | | | | The cache key was lacking the `context` arg. Co-authored-by: Sylvain Ackermann <sylvain.ackermann@gmail.com> | ||||
* | Remove deprecated doc attribute (#2154) | Marc Mueller | 2023-04-25 | 1 | -93/+0 |
| | |||||
* | Fix the signature of ``infer_call_result`` | Daniel van Noord | 2023-04-25 | 1 | -1/+1 |
| | |||||
* | Remove unused constants (#2141) | Marc Mueller | 2023-04-24 | 1 | -8/+3 |
| | | | | | | * Remove `PY38_PLUS` constant * Remove `BUILTINS` constants * Remove `Load` + `Store` + `Del` * Remove `BOOL_SPECIAL_METHOD` | ||||
* | Drop support for Python 3.7 (#2137) | Marc Mueller | 2023-04-23 | 1 | -5/+1 |
| | |||||
* | Fix constructors of ``Module`` (#2133) | Daniël van Noord | 2023-04-22 | 1 | -23/+0 |
| | |||||
* | Fix constructors of ``ClassDef`` (#2130) | Daniël van Noord | 2023-04-22 | 1 | -3/+17 |
| | |||||
* | Fix constructors of ``FunctionDef`` | Daniël van Noord | 2023-04-22 | 1 | -3/+17 |
| | | | | Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com> | ||||
* | Decouple ``FunctionDef`` and ``Lambda`` (#2115) | Daniël van Noord | 2023-04-17 | 1 | -0/+33 |
| | | | As discussed in #2112 we really need to decouple this nodes. | ||||
* | [pre-commit.ci] pre-commit autoupdate (#2097) | pre-commit-ci[bot] | 2023-04-04 | 1 | -1/+1 |
| | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.259...v0.0.260) - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fix constructors of ``Arguments`` | Daniël van Noord | 2023-04-03 | 1 | -1/+5 |
| | |||||
* | Don't add typing stubs for packages that we only use in tests (#2080) | Daniël van Noord | 2023-04-03 | 1 | -1/+1 |
| | |||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc | Pierre Sassoulas | 2023-03-29 | 1 | -6/+6 |
| | |||||
* | Restore setting a Call as a base for classes using `six.with_metaclass` (#2049) | Jacob Walls | 2023-03-26 | 1 | -0/+14 |
| | | | | | | | | Harden support for using enums as metaclasses. Fixes the crash in PyCQA/pylint#5935 by adopting the check for not-none bases as in ClassDef._inferred_bases without recausing the false positive reported in PyCQA/pylint#7506, which requires correct bases. | ||||
* | [brain tests] Rename 'unittest' prefix to 'test' | Pierre Sassoulas | 2023-02-09 | 1 | -0/+2893 |