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
2019-09-28 17:42:27 +03:00
..
__init__.py Move all internal APIs to pip._internal 2017-08-31 14:53:00 -04:00
appdirs.py update mypy to 0.730 2019-09-28 17:42:27 +03:00
compat.py Explicitly refer to Python 2.7 instead of <=3.4 2019-09-08 19:39:50 +03:00
deprecation.py Use a loop instead of multiple similar conditionals 2019-05-27 13:57:38 -04:00
encoding.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
filesystem.py Use os.replace in Python 3. 2019-09-08 09:29:48 -04:00
filetypes.py update mypy to 0.730 2019-09-28 17:42:27 +03:00
glibc.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
hashes.py Change isort multi_line_output to 3 2019-07-22 10:15:27 +05:30
inject_securetransport.py Move logic for SecureTransport injection to utils 2019-08-04 23:11:25 +05:30
logging.py Remove strict_optional=False for utils/logging.py. 2019-07-14 23:07:48 -07:00
marker_files.py Simplify directory delete marker file check. 2019-09-05 11:25:19 +02:00
misc.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
models.py Bugfix/typo comparision (#6644) 2019-06-25 07:47:06 +02:00
outdated.py Move PipSession to network.session 2019-09-27 01:02:52 -04:00
packaging.py Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
setuptools_build.py Add global options and no user config args to make_setuptools_shim_args (#6706) 2019-07-28 11:28:35 -07:00
temp_dir.py Assert TempDirectory.path has not been cleaned up on access 2019-09-23 20:09:04 -04:00
typing.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
ui.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
unpacking.py Address review comments 2019-09-24 22:43:06 -04:00
urls.py Move path_to_url() to utils/urls.py. 2019-09-24 02:01:52 -07:00
virtualenv.py Add utils.virtualenv tests (#6738) 2019-07-19 21:36:11 +02:00