1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
2019-06-06 13:20:29 -07:00
..
cli Change PackageFinder to use Tuple[int, ...] instead of List[str] for --python-version. 2019-05-28 03:05:14 -07:00
commands Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
models Import path_to_url() from utils/misc.py instead of download.py. 2019-06-03 02:31:40 -07:00
operations Add --path to pip freeze to support --target installations (#6450) 2019-05-28 02:28:18 -07:00
req Import path_to_url() from utils/misc.py instead of download.py. 2019-06-03 02:31:40 -07:00
utils Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
vcs Remove importing from vcs in pip/_internal/__init__.py. 2019-06-03 01:18:36 -07:00
__init__.py Remove importing from vcs in pip/_internal/__init__.py. 2019-06-03 01:18:36 -07:00
build_env.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
cache.py Import path_to_url() from utils/misc.py instead of download.py. 2019-06-03 02:31:40 -07:00
configuration.py fix-5963: fail elegantly on missing name or section in config set / unset 2019-05-09 20:33:30 +03:00
download.py Remove importing from vcs in pip/_internal/__init__.py. 2019-06-03 01:18:36 -07:00
exceptions.py Improve error message if METADATA or PKG-INFO metadata is None. 2019-05-26 12:35:07 -07:00
index.py Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
legacy_resolve.py Update pip-download to respect --python-version. 2019-06-06 13:20:29 -07:00
locations.py Merge pull request #6008 from jaraco/bugfix/4106-distutils-option-error-target-prefix-conflict 2019-05-25 13:29:49 -04:00
pep425tags.py Change PackageFinder to use Tuple[int, ...] instead of List[str] for --python-version. 2019-05-28 03:05:14 -07:00
pyproject.py Revert "Refactor out read_pyproject_toml() and resolve_pyproject_toml()." 2019-04-26 20:21:04 -07:00
wheel.py Import path_to_url() from utils/misc.py instead of download.py. 2019-06-03 02:31:40 -07:00