1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/utils
Pradyun Gedam f1cf84e2f8
Merge pull request #7542 from sbidoul/normalize-cache-dir-sbi
Eagerly normalize cache directory
2020-01-18 22:38:59 +05:30
..
__init__.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
appdirs.py Treat Windows an macOS as special case in appdirs 2019-12-20 14:16:30 +08:00
compat.py Fix mypy checks on Windows 2019-12-29 00:33:28 -05:00
deprecation.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
distutils_args.py Add distutils args helpers 2019-11-30 17:39:56 -05:00
encoding.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
entrypoints.py Add warning when using old console script wrappers 2019-12-20 22:01:25 -05:00
filesystem.py Eagerly normalize the cache directory 2020-01-08 08:01:09 +01:00
filetypes.py update mypy to 0.730 2019-09-28 17:42:27 +03:00
glibc.py Remove unused glibc functions 2020-01-07 19:01:00 -05:00
hashes.py remove disallow_untyped_defs=False for more modules 2019-12-13 10:22:21 +03:00
inject_securetransport.py Conditionally import ssl 2019-10-08 00:50:22 -04:00
logging.py Remove dependency of utils.logging on utils.suprocess 2019-09-30 12:00:13 +05:30
marker_files.py remove disallow_untyped_defs=False for more modules 2019-12-13 10:22:21 +03:00
misc.py Inline _make_build_dir in InstallRequirement 2020-01-08 20:34:28 -05:00
models.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
packaging.py Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
pkg_resources.py Add DictMetadata for adapting zip data to Distribution 2020-01-04 20:49:41 -05:00
setuptools_build.py Remove unused wheel_builder python_tag argument 2019-12-02 12:07:18 +01:00
subprocess.py add global disallow_any_generics=True 2019-11-12 21:08:48 +03:00
temp_dir.py Manage temp directory deletion centrally 2020-01-10 11:08:05 +01:00
typing.py Move utils.misc.cast to avoid circular import 2019-11-04 20:16:36 -05:00
ui.py Don't pass explicit step size to progress indicator 2019-11-16 12:37:47 -05:00
unpacking.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
urls.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
virtualenv.py Allow whitespace in pyvenv.cfg 2019-11-05 14:54:52 +05:30
wheel.py Use pkg_resources.Distribution derived from wheel directly 2020-01-05 10:57:14 -05:00