1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
2021-11-18 17:58:13 +08:00
..
cli Introduce DiagnosticPipError 2021-10-22 13:41:40 +01:00
commands Abstract pkg_resources from uninstall operation 2021-11-18 17:55:38 +08:00
distributions CHange ireq.satisfied_by to abstract distribution 2021-11-18 17:58:10 +08:00
index CHange ireq.satisfied_by to abstract distribution 2021-11-18 17:58:10 +08:00
locations Fix mypy error in locations 2021-11-18 17:58:12 +08:00
metadata Fix editable-or-not egg-info uninstallation 2021-11-18 17:58:13 +08:00
models Refactor direct url editable test 2021-09-21 11:18:02 +02:00
network Return a better error message if a file: URL is not found (#10263) 2021-10-08 14:24:54 +01:00
operations Simplify "Preparing metadata" logging 2021-10-18 15:21:11 +02:00
req Fix editable-or-not egg-info uninstallation 2021-11-18 17:58:13 +08:00
resolution CHange ireq.satisfied_by to abstract distribution 2021-11-18 17:58:10 +08:00
utils Drop support for soon-EOL Python 3.6 2021-11-08 12:02:16 +02:00
vcs Added an explicit warning on parsing git version failure 2021-09-02 07:53:08 +01:00
__init__.py Merge pull request #9450 from minrk/custom-log-level 2021-06-11 19:05:56 +08:00
build_env.py Drop support for soon-EOL Python 3.6 2021-11-08 12:02:16 +02:00
cache.py Reformat the codebase, with black 2021-08-20 13:37:49 +01:00
configuration.py Convert str.format to f-string 2021-10-17 11:56:43 -07:00
exceptions.py Merge pull request #10535 from lukasjuhrich/main 2021-11-12 09:57:11 +00:00
main.py Move many type comments to annotations 2021-08-10 07:12:32 -07:00
pyproject.py Implement diagnostic errors for build-system.requires issues 2021-10-22 13:47:53 +01:00
self_outdated_check.py Reformat the codebase, with black 2021-08-20 13:37:49 +01:00
wheel_builder.py Prepare legacy editable metadata in isolated env 2021-10-18 14:34:50 +02:00