Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix misc. doc typos | luz paz | 2021-05-14 | 1 | -2/+2 |
* | Extract 'find_spec' function to consolidate behavior. Ref #1905. | Jason R. Coombs | 2020-01-19 | 1 | -12/+12 |
* | Fix _imp module behaviour if is defined paths in find_spec call | Ondřej Súkup | 2019-11-15 | 1 | -3/+12 |
* | Remove 'sys' import | Batuhan Taskaya | 2019-10-29 | 1 | -1/+0 |
* | Allow calling get_frozen_object without paths, raise ImportError when it cant... | Batuhan Taskaya | 2019-10-29 | 1 | -2/+6 |
* | Extract compatibility function into compatibility module. | Jason R. Coombs | 2019-10-28 | 1 | -7/+3 |
* | remove _resolve | Batuhan Taskaya | 2019-10-28 | 1 | -7/+0 |
* | add docstring to find_module | Batuhan Taskaya | 2019-10-28 | 1 | -2/+1 |
* | py34 compat | Batuhan Taskaya | 2019-10-28 | 1 | -1/+7 |
* | Avoid _resolve in get_module (causes failures). | Jason R. Coombs | 2019-10-27 | 1 | -1/+1 |
* | Extract _resolve | Jason R. Coombs | 2019-10-27 | 1 | -6/+10 |
* | Extract 'imp' re-implementation to setuptools._imp and wrap it in py27compat ... | Jason R. Coombs | 2019-10-27 | 1 | -0/+72 |