Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize stub ``pyi`` Python files. (#2182)HEADmain | Mark Byrne | 2023-05-16 | 8 | -0/+0 |
| | | | | | | | Recognize stub ``pyi`` Python files. Refs pylint-dev/pylint#4987 Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | ||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc | Pierre Sassoulas | 2023-03-29 | 3 | -3/+3 |
| | |||||
* | Update submodule_path after finding an editable install (#2033) | noah-weingarden | 2023-02-26 | 3 | -0/+74 |
| | |||||
* | Ignore ``DeprecationWarnings`` for a test that tests old behaviour (#2037) | Daniël van Noord | 2023-02-23 | 1 | -1/+5 |
| | |||||
* | Fix a regression in 2.13.2 where a ``RunTimeError`` could be raised ↵ | Pierre Sassoulas | 2023-01-10 | 1 | -0/+7 |
| | | | | | | | | | | unexpectedly (#1959) * Add a unit test for broken __getattr__ in extension modules Co-authored-by: Florian Bruhin <me@the-compiler.org> Closes #1958 | ||||
* | Don't rely on the module cache when "importing self" (#1747) | Daniël van Noord | 2022-08-23 | 1 | -0/+3 |
| | | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> | ||||
* | Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719) | Tim Paine | 2022-07-23 | 1 | -0/+22 |
| | | | | | And probably other modules too. | ||||
* | Provide first component of dotted path to namespace searches (#1575) | Jacob Walls | 2022-05-30 | 3 | -0/+2 |
| | | | | | | * Use first component of dotted path only in namespace searches * Add test and catch KeyError instead of altering search strategy | ||||
* | Introduce end-of-line normalization (#1443) | Pierre Sassoulas | 2022-03-04 | 1 | -2/+2 |
| | | | Some file were formatted for Windows, which was a problem for #1441 | ||||
* | Fix crash on inference of ``__dict__.items()`` of an imported module (#1367) | Daniël van Noord | 2022-02-08 | 2 | -0/+12 |
| | |||||
* | Fix crash on ``Super.getattr`` for previously uninferable attributes (#1370) | Daniël van Noord | 2022-01-26 | 3 | -0/+151 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Fix regression with import resolver (#1211) | Daniël van Noord | 2021-10-17 | 7 | -0/+1 |
| | | | | | | * Fix regression with import resolver Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Revert "Fix regression with import resolver" | Marc Mueller | 2021-10-12 | 7 | -1/+0 |
| | | | | This reverts commit 02f8b1627ca488b231bb9efa8ad3e65c59fa6d83. | ||||
* | Fix regression with import resolver | Daniël van Noord | 2021-10-12 | 7 | -0/+1 |
| | |||||
* | Fix regression introduced by #1186 and add tests (#1204) | Daniël van Noord | 2021-10-06 | 4 | -0/+11 |
| | | | This closes #1200 | ||||
* | Fix ``relative-beyond-top-level`` false positive (#1186) | Daniël van Noord | 2021-10-05 | 4 | -0/+15 |
| | | | * Fix ``relative-beyond-top-level`` false positive | ||||
* | Remove use of deprecated node_classes and scoped_node API in astroid | Pierre Sassoulas | 2021-08-10 | 1 | -1/+1 |
| | |||||
* | Conditional test pickle (#935) | René Fritze | 2021-08-05 | 2 | -0/+17 |
| | | | | | | | * [tests] adds a test for conditional definition lookup * [tests] duplicate the conditional def test into a sub package * add pyMOR example code and change test to only check for Uninferable Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Remove dependency on imp. | Peter Kolbus | 2020-11-27 | 1 | -3/+1 |
| | |||||
* | Prevent a recursion error to happen when inferring the declared metaclass of ↵ | Claudiu Popa | 2020-03-07 | 3 | -0/+20 |
| | | | | | | a class Close #749 | ||||
* | Moved tests out of package directory (#704) | Ashley Whetter | 2019-10-15 | 59 | -0/+546 |