summaryrefslogtreecommitdiff
path: root/astroid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiplyhippo912021-01-232-4/+8
|\
| * Merge branch 'master' into sum_and_multiplyhippo912020-06-2057-618/+1046
| |\
| * \ Merge branch 'master' into sum_and_multiplyhippo912019-12-301-0/+6
| |\ \
| * | | Turns the context.path from a set to a dict which values are the number of ti...hippo912019-12-301-4/+6
| * | | Adds two missing ufunc instances (add and multiply)hippo912019-12-281-0/+2
* | | | Merge pull request #883 from hippo91/bug_pylint_4001hippo912021-01-231-0/+64
|\ \ \ \
| * | | | Corrects a comment concerning node type as suggested by @PIerre-Sassoulashippo912021-01-231-1/+1
| * | | | Defines PY39 variablehippo912021-01-201-1/+4
| * | | | Formatting according to blackhippo912021-01-201-8/+2
| * | | | Adds dochippo912021-01-191-9/+36
| * | | | Deletes unused importhippo912021-01-191-3/+0
| * | | | Adds a brain to mock the __class_getitem__ method on the `type` class (only w...hippo912021-01-181-0/+43
* | | | | brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9Damien Baty2021-01-181-0/+7
|/ / / /
* | | | ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodesClaudiu Popa2021-01-011-0/+5
* | | | Fix a crash in inference caused by `Uninferable` container elementsClaudiu Popa2021-01-011-0/+2
* | | | Fix a bug for dunder methods inference of function objectsClaudiu Popa2020-12-301-0/+1
* | | | Merge branch 'master' into bug_pylint_3856hippo912020-12-301-1/+16
|\ \ \ \
| * | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| * | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| * | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| * | | | Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
| * | | | Merge branch 'master' into fix_deprecated_importlib_methodshippo912020-12-2948-43/+100
| |\ \ \ \
| * | | | | Reformated according to blackhippo912020-12-241-1/+5
| * | | | | 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
* | | | | | 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
* | | | | | Add the function random that is an alias of random_samplehippo912020-12-291-0/+1
* | | | | | Adds the ufunc degrees and radianshippo912020-12-291-0/+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) wit...hippo912020-12-281-0/+1
* | | | | sys.real_prefix doesn't exist anymore with recent version of venv. Use base_p...hippo912020-12-281-1/+1
* | | | | Adds print to debug travis failure with pyphippo912020-12-281-0/+3
* | | | | New copyright noticeshippo912020-12-2747-29/+65
* | | | | Python3.9 is officially supportedhippo912020-12-271-0/+1
* | | | | Fix a crash in functools.partial inference when the arguments cannot be deter...Claudiu Popa2020-12-271-5/+8
* | | | | Fix incorrect error message formattingClaudiu Popa2020-12-261-1/+1
* | | | | Do not crash when encountering starred assignments in enums.Claudiu Popa2020-12-261-1/+2
* | | | | handle deprecation warnings when walking module membersBecker Awqatty2020-12-261-2/+5
* | | | | Allow lazy-object-proxy >= 1.5.0Konrad Weihmann2020-12-241-1/+1
* | | | | Add None check on inferred_nodeSimon Hewitt2020-12-241-0/+1
* | | | | Fix starred_assigned_stmts elts cast (introduced in d68f2935)Vilnis Termanis2020-12-241-2/+1
* | | | | Allow wrapt 1.12Felix Mölder2020-12-241-1/+1
|/ / / /
* | | | Merge pull request #858 from hippo91/fix_python39_newhippo912020-12-132-1/+21
|\ \ \ \
| * | | | Formatting according to blackhippo912020-11-221-2/+3
| * | | | Takes into account the fact that in python3.9 NamedTuple in typing module is ...hippo912020-11-221-0/+19