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-07-25 10:42:10 +08:00
..
cli Complete type annotations in pip/_internal/cli (#10169) 2021-07-23 11:39:53 +08:00
commands Error handling upon uninstall invalid parameter (#10171) 2021-07-24 21:24:30 +08:00
distributions Fix the pip/_internal/distributions annotations (#10074) 2021-07-13 06:29:21 +08:00
index Convert type comments 2021-07-23 23:51:54 +09:00
locations Minor formatting tweaks (#10190) 2021-07-24 03:55:14 +08:00
metadata Remove get_installed_distributions usages 2021-07-22 23:22:12 +08:00
models Convert type comments 2021-07-23 23:51:54 +09:00
network Blacken src/pip/_internal/network/ 2021-07-23 20:51:50 +01:00
operations Remove get_installed_distributions usages 2021-07-22 23:22:12 +08:00
req Convert type comments 2021-07-23 23:38:27 +09:00
resolution Remove deprecated sdist reinstall feature for 21.2 2021-07-25 10:42:10 +08:00
utils Complete the annotations: pip/_internal/utils (#10159) 2021-07-23 17:00:30 +08:00
vcs Log commit SHA when installing package via Git URI (#10149) 2021-07-22 15:29:16 +08:00
__init__.py Merge pull request #9450 from minrk/custom-log-level 2021-06-11 19:05:56 +08:00
build_env.py Remove pkg_resources usage in build_env 2021-07-22 15:20:49 +08:00
cache.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
configuration.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
exceptions.py Implement sysconfig locations and warn on mismatch 2021-02-23 01:57:42 +08:00
main.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
pyproject.py Replace toml usage with tomli 2021-07-02 00:17:47 +03:00
self_outdated_check.py Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08:00
wheel_builder.py PEP 517 build in presence of --global-option emits a warning 2021-04-04 16:08:49 +02:00