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-07-21 00:36:14 +02:00
..
cli Remove period from the end of URL 2019-07-20 09:37:48 +05:30
commands Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02:00
distributions Rename AbstractDistribution.prep_for_dist() 2019-06-16 05:29:00 +05:30
models Rename InstallationCandidate.{location -> link} 2019-07-20 12:41:22 +05:30
operations Rename AbstractDistribution.prep_for_dist() 2019-06-16 05:29:00 +05:30
req Drop a useless import in favor of explicitness 2019-07-21 00:36:14 +02:00
utils Add utils.virtualenv tests (#6738) 2019-07-19 21:36:11 +02:00
vcs Remove strict_optional=False for vcs/subversion.py. 2019-07-14 23:07:48 -07:00
__init__.py Remove importing from vcs in pip/_internal/__init__.py. 2019-06-03 01:18:36 -07:00
build_env.py Add SearchScope class. 2019-06-18 00:47:10 -07: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 Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02:00
download.py Move pip marker related constant & function in their own module 2019-07-18 22:53:05 +02:00
exceptions.py Improve error message if METADATA or PKG-INFO metadata is None. 2019-05-26 12:35:07 -07:00
index.py Rename InstallationCandidate.{location -> link} 2019-07-20 12:41:22 +05:30
legacy_resolve.py Add SearchScope class. 2019-06-18 00:47:10 -07:00
locations.py Move config files locations inside a function (#6736) 2019-07-20 22:29:24 +02: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 Move pip marker related constant & function in their own module 2019-07-18 22:53:05 +02:00