pip/src/pip/_internal
Diego Ramirez 44b3c90bfd
Complete type annotations in pip/_internal/cli
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2021-06-27 08:36:35 +08:00
..
cli Complete type annotations in pip/_internal/cli 2021-06-27 08:36:35 +08:00
commands Merge pull request #10046 from OBITORASU/long-paths-fix 2021-06-11 12:12:56 +01:00
distributions Blacken the src/pip/_internal/distributions directory 2021-02-21 08:52:50 -08:00
index Rewrite collect_links 2021-04-13 03:16:36 +08:00
locations Make location mismatch messages DEBUG level 2021-04-30 09:29:27 +08:00
metadata Typing fixes 2021-03-10 16:40:58 +08:00
models Stop relying on undocumented duck typing by `urlunsplit()` 2021-06-13 11:33:18 -04:00
network Merge pull request #9450 from minrk/custom-log-level 2021-06-11 19:05:56 +08:00
operations Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
req Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
resolution Rework resolution ordering to consider "depth" 2021-06-17 05:28:20 +08:00
utils Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
vcs Unify Python project root detection logic 2021-06-19 15:29:04 +08:00
__init__.py Merge pull request #9450 from minrk/custom-log-level 2021-06-11 19:05:56 +08:00
build_env.py Merge pull request #9920 from zip-ignore-timestamp 2021-05-22 05:10:28 +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 Remove typing.TYPE_CHECKING guards 2021-02-19 18:34:21 -08: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