summaryrefslogtreecommitdiff
path: root/setuptools/_imp.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix misc. doc typosluz paz2021-05-141-2/+2
| | | Found via `codespell`
* Extract 'find_spec' function to consolidate behavior. Ref #1905.Jason R. Coombs2020-01-191-12/+12
|
* Fix _imp module behaviour if is defined paths in find_spec callOndřej Súkup2019-11-151-3/+12
| | | fixes #1896
* Remove 'sys' importBatuhan Taskaya2019-10-291-1/+0
|
* Allow calling get_frozen_object without paths, raise ImportError when it ↵Batuhan Taskaya2019-10-291-2/+6
| | | | cant find module
* Extract compatibility function into compatibility module.Jason R. Coombs2019-10-281-7/+3
|
* remove _resolveBatuhan Taskaya2019-10-281-7/+0
|
* add docstring to find_moduleBatuhan Taskaya2019-10-281-2/+1
|
* py34 compatBatuhan Taskaya2019-10-281-1/+7
|
* Avoid _resolve in get_module (causes failures).Jason R. Coombs2019-10-271-1/+1
|
* Extract _resolveJason R. Coombs2019-10-271-6/+10
|
* Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ↵Jason R. Coombs2019-10-271-0/+72
for compatibility.