summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodesClaudiu Popa2021-01-013-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 elementsClaudiu Popa2021-01-013-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | Close #866
| | | | * | Merge branch 'master' of https://github.com/dgilman/astroid into dgilman-masterhippo912021-01-011-1/+1
| | | | |\ \ | | | | | |/
| | | | | * Add changelogDavid Gilman2020-12-311-0/+6
| | | | | |
| | | | | * Remove required_version for 3.6 and belowDavid Gilman2020-12-3111-88/+0
| | | | | | | | | | | | | | | | | | | | | | | | We are now guaranteed to be running on 3.6+
| | | | | * Remove Python 3.5 supportDavid Gilman2020-12-315-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 environmentsDavid Gilman2020-12-313-11/+18
| | | | | |
| | | | * | Add changelogDavid Gilman2020-12-301-0/+6
| | | | | |
| | | | * | Remove required_version for 3.6 and belowDavid Gilman2020-12-3011-88/+0
| | | | | | | | | | | | | | | | | | | | | | | | We are now guaranteed to be running on 3.6+
| | | | * | Remove Python 3.5 supportDavid Gilman2020-12-305-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 environmentsDavid Gilman2020-12-303-11/+18
| | | | |/
| | | | * Remove six from astroidDavid Gilman2020-12-309-67/+38
| |_|_|/ |/| | |
* | | | Fix a bug for dunder methods inference of function objectsClaudiu Popa2020-12-303-0/+16
| | | | | | | | | | | | | | | | Fixes #819
* | | | Merge pull request #873 from hippo91/bug_pylint_3856hippo912020-12-305-1/+12
|\ \ \ \ | | | | | | | | | | Bug pylint 3856
| * \ \ \ Merge branch 'master' into bug_pylint_3856hippo912020-12-302-1/+20
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #869 from hippo91/fix_deprecated_importlib_methodshippo912020-12-302-1/+19
|\ \ \ \ \ | | | | | | | | | | | | Fix deprecated importlib methods
| * | | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
| * | | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
| * | | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
| * | | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Taking into account @GergelyKalmar suggestion Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
| * | | | | Merge branch 'master' into fix_deprecated_importlib_methodshippo912020-12-2972-62/+156
| |\ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Reformated according to blackhippo912020-12-241-1/+5
| | | | | |
| * | | | | Adds an entryhippo912020-12-241-0/+4
| | | | | |
| * | | | | Adds copyright noticehippo912020-12-241-0/+1
| | | | | |
| * | | | | Adds docstring to the _precache_zipimporters functionhippo912020-12-241-0/+10
| | | | | |
| * | | | | Changes the return value of the _precache_zipimporters function so that only ↵hippo912020-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | zipimporter instances are returned.
| | * | | | Formatting according to blackhippo912020-12-291-2/+2
| | | | | |
| | * | | | Adds a note dealing with numpy version 1.18 and the __getattr__ methodhippo912020-12-291-1/+2
| | | | | |
| | * | | | Adds an entryhippo912020-12-291-0/+3
| | | | | |
| | * | | | Add the function random that is an alias of random_samplehippo912020-12-292-0/+2
| | | | | |
| | * | | | Adds the ufunc degrees and radians testshippo912020-12-291-0/+2
| | | | | |
| | * | | | Adds the ufunc degrees and radianshippo912020-12-291-0/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #872 from hippo91/astroid_2.5.0hippo912020-12-2970-49/+113
|\ \ \ \ \ | | | | | | | | | | | | Astroid 2.5.0
| * | | | | Do not set the release date until it has been really released.hippo912020-12-291-1/+2
| | | | | |
| * | | | | Removes insecable whitespaceshippo912020-12-291-8/+8
| | | | | |
| * | | | | Formatting according to blackhippo912020-12-281-8/+8
| | | | | |
| * | | | | Adds copyright noticehippo912020-12-281-0/+1
| | | | | |
| * | | | | Adds comment to explain the use of sys.base_prefixhippo912020-12-281-3/+11
| | | | | |
| * | | | | Seems like the only way to have a valid get_python_lib(standard_lib=True) ↵hippo912020-12-281-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 ↵hippo912020-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | base_prefix instead
| * | | | | Back to original file after debugging sessionhippo912020-12-281-2/+1
| | | | | |
| * | | | | Adds debug msghippo912020-12-281-1/+2
| | | | | |
| * | | | | Adds print to debug travis failure with pyphippo912020-12-281-0/+3
| | | | | |
| * | | | | Adds deprecation warning as suggested by Pierre Sassoulashippo912020-12-281-0/+4
| | | | | |
| * | | | | New copyright noticeshippo912020-12-2769-43/+94
| | | | | |
| * | | | | Python3.9 is officially supportedhippo912020-12-271-0/+1
| | | | | |
| * | | | | Adds release date for 2.5.0hippo912020-12-271-7/+1
|/ / / / /
* | | | | Fix a crash in functools.partial inference when the arguments cannot be ↵Claudiu Popa2020-12-272-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | determined Close PyCQA/pylint#3776
* | | | | Fix incorrect error message formattingClaudiu Popa2020-12-261-1/+1
| | | | |
* | | | | Do not crash when encountering starred assignments in enums.Claudiu Popa2020-12-263-1/+18
| | | | | | | | | | | | | | | | | | | | Close #835