1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Chris Jerdonek dd62731107
Merge pull request #7060 from cjerdonek/get-page-links
Improve logging in LinkCollector.collect_links()
2019-09-21 16:36:46 -07:00
..
cli Change PackageFinder.create() to accept a LinkCollector. 2019-09-18 00:59:04 -07:00
commands Unconditionally create TempDirectory in install 2019-09-19 21:54:39 -04:00
distributions Linearize a nested-error-message-generation (#7040) 2019-09-19 20:06:54 +05:30
models Remove link.is_artifact 2019-09-21 14:30:14 +05:30
network Add documentation string to pip._internal.network.auth 2019-09-20 19:46:40 -04:00
operations Merge pull request #7059 from pradyunsg/cleanup/get-rid-of-is-artifact 2019-09-21 22:46:28 +05:30
req Merge pull request #7051 from pradyunsg/refactor/metadata-generator 2019-09-21 22:34:49 +05:30
utils Normalize usage of TempDirectory (#7047) 2019-09-20 19:46:31 +05:30
vcs Remove index.py and req/constructors.py's dependence on download.py. 2019-09-13 09:57:04 -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
collector.py Use a single log message. 2019-09-21 15:49:43 -07:00
configuration.py Use mypy's inline configuration syntax for opt-outs 2019-07-30 12:39:51 +05:30
download.py Create new module: network.auth (#7045) 2019-09-20 22:43:34 +05:30
exceptions.py Improve error message if METADATA or PKG-INFO metadata is None. 2019-05-26 12:35:07 -07:00
index.py Change PackageFinder.create() to accept a LinkCollector. 2019-09-18 00:59:04 -07:00
legacy_resolve.py Remove old comment in Resolver. 2019-09-10 22:23:00 -04:00
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 Use unpack_file instead of unpack_file_url in wheel 2019-09-19 20:19:24 -04:00