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 Hunt 3c8be92c32 Move Downloader out of unpack_url
This simplifies the work done in the operations.prepare helper functions
and also opens up the door to remove session and progress_bar from
RequirementPreparer itself.
2019-11-21 19:11:46 -05:00
..
cli Add disallow_any_generics = True to mypy configuration (#7110) 2019-11-14 20:46:21 +05:30
commands Merge branch 'master' into add-use-user-site-to-preparer 2019-11-11 08:40:20 +05:30
distributions Nicer comments in prepare_distribution_metadata 2019-11-04 14:30:21 +05:30
index add disallow_untyped_defs=True for pip._internal.collector 2019-11-16 16:53:44 +03:00
models remove disallow_untyped_defs=False from models.format_control 2019-11-16 16:53:10 +03:00
network Remove manual decoding in network.session in favor of six method 2019-11-10 17:56:59 -05:00
operations Move Downloader out of unpack_url 2019-11-21 19:11:46 -05:00
req Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
utils Merge pull request #7365 from chrahunt/refactor/cleanup-prepare-2 2019-11-20 06:05:25 +08:00
vcs Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
__init__.py Move urllib3 warning suppression to network.session 2019-10-06 22:31:49 -04:00
build_env.py Update imports to {index -> index.package_finder} 2019-10-19 22:24:01 +05:30
cache.py Debug logging in case of unexpected wheel name in cache 2019-11-13 15:40:07 +01:00
configuration.py Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
exceptions.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
legacy_resolve.py add global disallow_any_generics=True 2019-11-12 21:08:48 +03:00
locations.py Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
main.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
pep425tags.py Cleanup pep425tags version handling 2019-11-18 19:31:46 -05:00
pyproject.py Enforce requirement format in build-system.requires 2019-11-09 20:58:27 -05:00
self_outdated_check.py Update references to collector.py 2019-10-19 22:24:53 +05:30
wheel.py Warn if a path in PATH starts with tilde during install 2019-11-16 00:16:41 +01:00
wheel_builder.py Add disallow_any_generics = True to mypy configuration (#7110) 2019-11-14 20:46:21 +05:30