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-11-11 22:10:57 +05:30
..
cli Add use_user_site to RequirementPreparer 2019-11-10 13:51:29 +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 Sort applicable candidates before computing best candidate (#7332) 2019-11-11 22:10:57 +05:30
models Rename InstallationCandidate.{project -> name} 2019-11-11 11:37:53 +05:30
network Remove manual decoding in network.session in favor of six method 2019-11-10 17:56:59 -05:00
operations Drop use_user_site argument from prepare_editable_requirement 2019-11-10 13:51:36 +05:30
req Merge pull request #7337 from chrahunt/refactor/remove-unneeded-compat 2019-11-11 15:44:02 +08:00
utils Remove unused compat.native_str 2019-11-10 18:06:24 -05:00
vcs Be extra safe in caching Git urls 2019-11-03 22:54:34 +01: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 Import FormatControl more directly 2019-10-19 22:22:07 +05:30
configuration.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02: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 Drop use_user_site argument from prepare_editable_requirement 2019-11-10 13:51:36 +05:30
locations.py Create Scheme model and wrap distutils_scheme 2019-11-07 12:43:35 -05: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 Remove unused noarch flag in pep425tags.get_supported 2019-11-05 19:36:53 -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 Use new Scheme model for wheel installation 2019-11-07 12:43:39 -05:00
wheel_builder.py Update comment to reflect new arguments 2019-11-08 21:54:06 -05:00