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-05-25 13:36:29 -04:00
..
cli Fix pip-install to respect --ignore-requires-python. 2019-05-22 21:34:41 -07:00
commands Move Resolver to a legacy_resolve module 2019-05-25 12:35:31 -04:00
models remove unused imports 2019-02-22 14:18:46 +03:00
operations Store instances in the VcsSupport registry instead of classes. 2019-05-09 22:35:26 -04:00
req Add CandidateEvaluator.make_found_candidates(). 2019-05-19 13:18:43 -07:00
utils Simplify the _check_dist_requires_python() call site. 2019-05-24 21:33:12 -07:00
vcs Make VersionControl.fetch_new() an instance method. 2019-05-22 00:11:07 -07:00
__init__.py Fix some typos 2019-03-12 21:54:18 +01:00
build_env.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
cache.py remove #noqa: F401 2019-02-22 14:17:07 +03: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 Check for explicit `PIP_IS_CI` environment variable to report automated installs to Warehouse. 2019-05-24 13:01:04 -07:00
exceptions.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
index.py Simplify the _check_dist_requires_python() call site. 2019-05-24 21:33:12 -07:00
legacy_resolve.py Move Resolver to a legacy_resolve module 2019-05-25 12:35:31 -04: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 remove #noqa: F401 2019-02-22 14:17:07 +03:00
pyproject.py Revert "Refactor out read_pyproject_toml() and resolve_pyproject_toml()." 2019-04-26 20:21:04 -07:00
wheel.py Respect --global-option and --install-option for VCS installs. 2019-04-08 02:03:17 -07:00