summaryrefslogtreecommitdiff
path: root/astroid/interpreter/_import
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 2.5.4 releaseastroid-2.5.4Pierre Sassoulas2021-04-241-1/+1
* Remove backports.functools_lru_cache dependencyMarc Mueller2021-04-221-5/+1
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-2/+1
* Fix legacy no-member by disabling the warningPierre Sassoulas2021-04-191-3/+5
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+3
* Fix trailing whitespacesMarc Mueller2021-02-271-1/+1
* Remove IOError that are an alias to OSError see PEP3151Pierre Sassoulas2021-02-211-1/+1
* Update copyright noticehippo912021-02-151-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
* Update astroid/interpreter/_import/spec.py hippo912020-12-291-1/+1
* Merge branch 'master' into fix_deprecated_importlib_methodshippo912020-12-291-1/+3
|\
| * New copyright noticeshippo912020-12-271-1/+3
* | 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
* Fix the new violations of super-without-argumentsClaudiu Popa2020-05-121-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-0/+2
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-1/+1
* Fixed being unable to find distutils submodules by name when in a virtualenv ...Ashley Whetter2019-05-231-0/+7
* Initial formatting of astroidClaudiu Popa2018-10-022-60/+96
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-152-2/+8
* Fix useless-object-inheritance lint error (#573)Nick Drozd2018-06-281-1/+1
* 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 _namespace_packages to pkg_resources brain tip and fix the lint errorsClaudiu Popa2018-03-301-1/+0
* 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
* Fix finder for namespace packages (#440)ioanatia2017-06-091-0/+2
* Cache the computation of which modules haven't been added to the path_importe...Calen Pennington2017-03-171-3/+22
* Use set-difference rather than nested loopsCalen Pennington2017-03-131-6/+6
* 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-031-12/+13
* Fix some pylint errors over the code base.Claudiu Popa2016-08-241-1/+1
* 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