summaryrefslogtreecommitdiff
path: root/astroid/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-242-1/+2
* Remove backports.functools_lru_cache dependencyMarc Mueller2021-04-221-5/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-192-8/+4
* Fix legacy no-member by disabling the warningPierre Sassoulas2021-04-191-3/+5
* Fix issue #891Pierre Sassoulas2021-04-102-2/+2
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-282-1/+5
* Fix trailing whitespacesMarc Mueller2021-02-272-2/+2
* Use new style super when applicablePierre Sassoulas2021-02-211-1/+1
* Remove IOError that are an alias to OSError see PEP3151Pierre Sassoulas2021-02-211-1/+1
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-152-1/+2
* pylint + black formattinghippo912021-02-101-15/+7
* Adds docstring and reformat attr_fset methodhippo912021-02-101-11/+15
* In the attr_fset method, retrieve the FunctionDef corresponding to setter pro...hippo912021-02-101-13/+20
* Back to original attr_fget definitionhippo912021-02-101-13/+1
* Unify the way property arguments are declaredhippo912021-02-101-1/+13
* Setting hard the arguments of method property setterhippo912021-02-101-2/+13
* Adds the attr_fset propertyhippo912021-02-101-0/+22
* Fix a bug for dunder methods inference of function objectsClaudiu Popa2020-12-301-0/+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
* Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
* Merge branch 'master' into fix_deprecated_importlib_methodshippo912020-12-292-2/+4
|\
| * New copyright noticeshippo912020-12-272-2/+4
* | 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
|/
* Remove dependency on imp.Peter Kolbus2020-11-271-44/+57
* Explicitly return None on certain functionsRaphael Gaschignard2020-10-281-1/+1
* Add exception inference for `UnicodeDecodeError` (#797)Claudiu Popa2020-05-291-0/+7
* Properly construct the arguments of infered property descriptors (#796)Claudiu Popa2020-05-281-9/+24
* Fix the new violations of super-without-argumentsClaudiu Popa2020-05-121-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-272-1/+5
* Rename variable to not shadow builtinClaudiu Popa2019-12-161-3/+3
* Set arguments on inferred properties and property descriptors such as fget()Claudiu Popa2019-12-151-1/+3
* Add support for inferring propertiesClaudiu Popa2019-12-041-0/+45
* Don't set a parent for descriptor bound methods created on `__get__` accessClaudiu Popa2019-11-081-1/+0
* Fix lint warningsClaudiu Popa2019-10-111-3/+8
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-1/+1
* Build FunctionDef.__get__ to use positional only arguments when inferring the...Claudiu Popa2019-07-091-4/+8
* Introduce a new argument to `Arguments` for storing the positional only annot...Claudiu Popa2019-07-091-0/+1
* Fixed being unable to find distutils submodules by name when in a virtualenv ...Ashley Whetter2019-05-231-0/+7
* Add a proper ``strerror`` inference to the ``OSError`` exceptions.Claudiu Popa2019-02-131-0/+4
* Add a method to the manager to retrieve the builtins moduleClaudiu Popa2019-01-191-5/+4
* Added more builtin exceptions attributes. Close #580Claudiu Popa2019-01-181-1/+43
* Use a different prefix for the object model methodsClaudiu Popa2019-01-181-89/+87
* Add a registry for builtin exception models. Close PyCQA/pylint#1432Claudiu Popa2019-01-171-0/+12