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-08-20 22:49:30 -07:00
..
cli Remove the unneeded name argument from populate_requirement_set(). 2019-08-08 17:29:02 -07:00
commands Rename some PackageFinder "best candidate" classes and methods: 2019-08-20 22:49:30 -07:00
distributions Rename AbstractDistribution.prep_for_dist() 2019-06-16 05:29:00 +05:30
models consolidate vcs link detection 2019-08-16 08:14:33 +02:00
operations consolidate vcs link detection 2019-08-16 08:14:33 +02:00
req Make tags required in Wheel.support_index_min() and supported(). 2019-08-10 02:59:59 -07:00
utils Pass the best candidate to BestCandidateResult instead of CandidateEvaluator. 2019-08-20 22:49:30 -07:00
vcs Add type annotations to VCS methods passing an url to run_command(). 2019-08-16 16:20:56 -07:00
__init__.py Simplify ignoring urllib3 warnings 2019-08-04 23:11:30 +05:30
build_env.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
cache.py Make tags required in Wheel.support_index_min() and supported(). 2019-08-10 02:59:59 -07:00
configuration.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
download.py consolidate vcs link detection 2019-08-16 08:14:33 +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 Move compute_best_candidate() to the end of CandidateEvaluator. 2019-08-20 22:49:30 -07:00
legacy_resolve.py Add mypy's no-strict-optional configuration inline (#6750) 2019-08-04 21:59:42 +05:30
locations.py Merge pull request #6729 from asottile/3_10_fixes 2019-08-18 09:27:09 +09:00
pep425tags.py Add intermediate is_cpython variable. 2019-08-17 10:30: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 Merge pull request #6729 from asottile/3_10_fixes 2019-08-18 09:27:09 +09:00