summaryrefslogtreecommitdiff
path: root/astroid/interpreter
Commit message (Expand)AuthorAgeFilesLines
* Fix lint warningsClaudiu Popa2019-10-181-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
* Initial formatting of astroidClaudiu Popa2018-10-024-166/+190
* `async` functions are now inferred as `AsyncGenerator` when inferring their c...Claudiu Popa2018-08-161-0/+20
* Spelling fixesVille Skyttä2018-07-241-1/+1
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-154-4/+15
* Fix issue causing a pylint test to failBryce Guinta2018-07-061-0/+6
* Fix inference for nested callsBryce Guinta2018-07-051-4/+4
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-282-2/+2
* Fix lintingClaudiu Popa2018-06-141-2/+2
* Callables gained an implicit_parameter() method which returns the number of i...Claudiu Popa2018-06-071-0/+6
* DescriptorBoundMethod has the correct number of arguments defined.Claudiu Popa2018-06-071-0/+25
* Do not build the bound method if the inferred class is UninferableClaudiu Popa2018-06-071-0/+5
* Check if the ModuleSpec origin is None to figure out if it is a namespace pac...Claudiu Popa2018-06-041-2/+6
* fix nested namespace package importChris Philip2018-04-021-1/+1
* Add context_lookup to infer_call_result for function argumentsBryce Guinta2018-03-301-4/+4
* Add _namespace_packages to pkg_resources brain tip and fix the lint errorsClaudiu Popa2018-03-301-1/+0
* Module.__path__ is now a listClaudiu Popa2018-03-301-3/+8
* Remove Python 2 branches, assume we always run on Python 3Claudiu Popa2018-02-211-54/+21
* Fix bad-whitespaceBryce Guinta2018-01-011-1/+1
* Fix a crash when __annotations__ access a parent's __init__ that does not hav...Claudiu Popa2017-12-271-2/+2
* Update version comparisons after reviewHugo2017-12-151-1/+1
* Drop support for EOL Python 3.3Hugo2017-12-151-1/+1
* Fix lint warningsClaudiu Popa2017-10-121-1/+2
* Remove print statementClaudiu Popa2017-09-211-1/+0
* Fix finder for namespace packages (#440)ioanatia2017-06-091-0/+2
* Arguments node gained a new attribute, kwonlyargs_annotations, for holding th...Claudiu Popa2017-04-121-3/+11
* Cache the computation of which modules haven't been added to the path_importe...Calen Pennington2017-03-171-3/+22
* Replace functools32 with backports.functools_lru_cache for consistency with p...Ceridwen2017-03-131-1/+1
* Cache object attributesCalen Pennington2017-03-131-0/+6
* Use set-difference rather than nested loopsCalen Pennington2017-03-131-6/+6
* Pass the appropiate values to AstroidInferenceError, when raising it.Claudiu Popa2017-01-251-4/+16
* Fix the discrepancies between master and 2.0 codeClaudiu Popa2016-12-301-25/+20
* Add a new mechanism for retrieving the special methods.Claudiu Popa2016-12-301-0/+74
* Make sure we don't convert a None object to a list.Claudiu Popa2016-12-181-2/+3
* Force the path to be a list when passing it to find_module.Claudiu Popa2016-12-181-1/+2
* Remove pylint errorsDerek Gustafson2016-12-032-17/+22
* Use astroid_cache instead of MANAGER.builtins(), since that does not exist in...Claudiu Popa2016-08-241-2/+2
* Fix some pylint errors over the code base.Claudiu Popa2016-08-243-10/+8
* Forgot to make _import a package.Claudiu Popa2016-08-241-0/+0
* Rename a couple of finders and document them.Claudiu Popa2016-08-241-13/+36
* Move the spec finder under a new namespace, interpreter._import.Claudiu Popa2016-08-242-0/+254