Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodes | Claudiu Popa | 2021-01-01 | 3 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a false positive with the `assignment-from-no-return` pylint check. Close PyCQA/pylint#3904 | |||||
* | | | | | | Fix a crash in inference caused by `Uninferable` container elements | Claudiu Popa | 2021-01-01 | 3 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Close #866 | |||||
| | | | * | | Merge branch 'master' of https://github.com/dgilman/astroid into dgilman-master | hippo91 | 2021-01-01 | 1 | -1/+1 | |
| | | | |\ \ | | | | | |/ | ||||||
| | | | | * | Add changelog | David Gilman | 2020-12-31 | 1 | -0/+6 | |
| | | | | | | ||||||
| | | | | * | Remove required_version for 3.6 and below | David Gilman | 2020-12-31 | 11 | -88/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | We are now guaranteed to be running on 3.6+ | |||||
| | | | | * | Remove Python 3.5 support | David Gilman | 2020-12-31 | 5 | -15/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pytest very recently dropped support for it, and if we can't run our tests on the platform we can't really support it | |||||
| | | | | * | Add tox support for six-less environments | David Gilman | 2020-12-31 | 3 | -11/+18 | |
| | | | | | | ||||||
| | | | * | | Add changelog | David Gilman | 2020-12-30 | 1 | -0/+6 | |
| | | | | | | ||||||
| | | | * | | Remove required_version for 3.6 and below | David Gilman | 2020-12-30 | 11 | -88/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | We are now guaranteed to be running on 3.6+ | |||||
| | | | * | | Remove Python 3.5 support | David Gilman | 2020-12-30 | 5 | -16/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pytest very recently dropped support for it, and if we can't run our tests on the platform we can't really support it | |||||
| | | | * | | Add tox support for six-less environments | David Gilman | 2020-12-30 | 3 | -11/+18 | |
| | | | |/ | ||||||
| | | | * | Remove six from astroid | David Gilman | 2020-12-30 | 9 | -67/+38 | |
| |_|_|/ |/| | | | ||||||
* | | | | Fix a bug for dunder methods inference of function objects | Claudiu Popa | 2020-12-30 | 3 | -0/+16 | |
| | | | | | | | | | | | | | | | | Fixes #819 | |||||
* | | | | Merge pull request #873 from hippo91/bug_pylint_3856 | hippo91 | 2020-12-30 | 5 | -1/+12 | |
|\ \ \ \ | | | | | | | | | | | Bug pylint 3856 | |||||
| * \ \ \ | Merge branch 'master' into bug_pylint_3856 | hippo91 | 2020-12-30 | 2 | -1/+20 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #869 from hippo91/fix_deprecated_importlib_methods | hippo91 | 2020-12-30 | 2 | -1/+19 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix deprecated importlib methods | |||||
| * | | | | | Update astroid/interpreter/_import/spec.py | hippo91 | 2020-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp> | |||||
| * | | | | | Update astroid/interpreter/_import/spec.py | hippo91 | 2020-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp> | |||||
| * | | | | | Update astroid/interpreter/_import/spec.py | hippo91 | 2020-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp> | |||||
| * | | | | | Update astroid/interpreter/_import/spec.py | hippo91 | 2020-12-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp> | |||||
| * | | | | | Merge branch 'master' into fix_deprecated_importlib_methods | hippo91 | 2020-12-29 | 72 | -62/+156 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Reformated according to black | hippo91 | 2020-12-24 | 1 | -1/+5 | |
| | | | | | | ||||||
| * | | | | | Adds an entry | hippo91 | 2020-12-24 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Adds copyright notice | hippo91 | 2020-12-24 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Adds docstring to the _precache_zipimporters function | hippo91 | 2020-12-24 | 1 | -0/+10 | |
| | | | | | | ||||||
| * | | | | | Changes the return value of the _precache_zipimporters function so that only ↵ | hippo91 | 2020-12-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | zipimporter instances are returned. | |||||
| | * | | | | Formatting according to black | hippo91 | 2020-12-29 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Adds a note dealing with numpy version 1.18 and the __getattr__ method | hippo91 | 2020-12-29 | 1 | -1/+2 | |
| | | | | | | ||||||
| | * | | | | Adds an entry | hippo91 | 2020-12-29 | 1 | -0/+3 | |
| | | | | | | ||||||
| | * | | | | Add the function random that is an alias of random_sample | hippo91 | 2020-12-29 | 2 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Adds the ufunc degrees and radians tests | hippo91 | 2020-12-29 | 1 | -0/+2 | |
| | | | | | | ||||||
| | * | | | | Adds the ufunc degrees and radians | hippo91 | 2020-12-29 | 1 | -0/+2 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #872 from hippo91/astroid_2.5.0 | hippo91 | 2020-12-29 | 70 | -49/+113 | |
|\ \ \ \ \ | | | | | | | | | | | | | Astroid 2.5.0 | |||||
| * | | | | | Do not set the release date until it has been really released. | hippo91 | 2020-12-29 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Removes insecable whitespaces | hippo91 | 2020-12-29 | 1 | -8/+8 | |
| | | | | | | ||||||
| * | | | | | Formatting according to black | hippo91 | 2020-12-28 | 1 | -8/+8 | |
| | | | | | | ||||||
| * | | | | | Adds copyright notice | hippo91 | 2020-12-28 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Adds comment to explain the use of sys.base_prefix | hippo91 | 2020-12-28 | 1 | -3/+11 | |
| | | | | | | ||||||
| * | | | | | Seems like the only way to have a valid get_python_lib(standard_lib=True) ↵ | hippo91 | 2020-12-28 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | with pypy is to specifiy the prefix = sys.base_prefix | |||||
| * | | | | | sys.real_prefix doesn't exist anymore with recent version of venv. Use ↵ | hippo91 | 2020-12-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | base_prefix instead | |||||
| * | | | | | Back to original file after debugging session | hippo91 | 2020-12-28 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | Adds debug msg | hippo91 | 2020-12-28 | 1 | -1/+2 | |
| | | | | | | ||||||
| * | | | | | Adds print to debug travis failure with pyp | hippo91 | 2020-12-28 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | Adds deprecation warning as suggested by Pierre Sassoulas | hippo91 | 2020-12-28 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | New copyright notices | hippo91 | 2020-12-27 | 69 | -43/+94 | |
| | | | | | | ||||||
| * | | | | | Python3.9 is officially supported | hippo91 | 2020-12-27 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Adds release date for 2.5.0 | hippo91 | 2020-12-27 | 1 | -7/+1 | |
|/ / / / / | ||||||
* | | | | | Fix a crash in functools.partial inference when the arguments cannot be ↵ | Claudiu Popa | 2020-12-27 | 2 | -5/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | determined Close PyCQA/pylint#3776 | |||||
* | | | | | Fix incorrect error message formatting | Claudiu Popa | 2020-12-26 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Do not crash when encountering starred assignments in enums. | Claudiu Popa | 2020-12-26 | 3 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | Close #835 |