1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal
Stéphane Bidoul 803a6f2017
Merge pull request #8271 from deveshks/add-mypy-cache-xmlrpc-form_contr
Add mypy type annotations to cache, xmlrpc in network and format_control in models module
2020-05-20 10:19:30 +02:00
..
cli Removing type ignore comments from cli.progress_bars 2020-05-13 15:21:15 +05:30
commands Upgrade flake8 to 3.8.1 2020-05-18 21:58:26 +05:30
distributions Rename pip._internal.distributions.{source -> sdist} 2020-01-21 17:53:24 +05:30
index Move yanked link warning into the legacy resolver 2020-04-25 02:28:43 +08:00
models Type annotations for pip._internal.models.format_control 2020-05-19 22:13:32 +05:30
network Remove Optional type from xmlrpc bool parameters 2020-05-20 12:40:05 +05:30
operations Explode the record row for readability 2020-05-19 16:03:51 +08:00
req Remove unused imports 2020-04-20 22:45:09 +05:30
resolution Avoid the horrendous line break for type hints 2020-05-18 17:15:06 +08:00
utils Use unicode for filesystem stuff on Python 2 2020-05-19 16:03:51 +08:00
vcs Changed ValueError to InstallationError 2020-03-30 22:29:40 +05:30
__init__.py Remove shebang from nonexecutable script 2020-04-09 11:53:21 +02:00
build_env.py Move UI helpers to cli subpackage (#6727) 2020-02-21 14:01:13 +05:30
cache.py Add WheelCache method to inform which cache was used 2020-04-01 22:57:00 +02:00
configuration.py Added __repr__ for Configuration. 2020-03-03 13:36:50 +03:00
exceptions.py Move wheel cache out of InstallRequirment 2020-03-30 17:36:03 +08:00
locations.py Remove untyped defs (#7382) 2019-11-19 11:46:26 +08:00
main.py Setup old entrypoints in pip module 2019-12-19 21:20:51 -05:00
pyproject.py Switch pip's use of pytoml -> toml 2020-04-14 13:07:17 +05:30
self_outdated_check.py Update src/pip/_internal/self_outdated_check.py 2020-01-02 00:00:59 +08:00
wheel_builder.py Upgrade flake8 to 3.8.1 2020-05-18 21:58:26 +05:30