1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/commands
2020-05-22 00:42:37 +05:30
..
__init__.py Merge pull request #6391 from duckinator/pip-cache 2020-04-13 19:53:05 +05:30
cache.py Merge pull request #8157 from pradyunsg/cache/ignore-require-venv 2020-04-28 20:52:46 +05:30
check.py Add mypy annotations to pip._internal.commands.check 2020-04-05 01:56:05 +05:30
completion.py Always return SUCCESS from commands.completion.run 2020-05-15 16:57:31 +05:30
configuration.py Better indentation for pip config description 2020-03-14 00:29:41 +05:30
debug.py Merge pull request #8051 from deveshks/add-mypy-annotations-comp-dbg 2020-05-15 18:45:42 +05:30
download.py Remove req.name check 2020-05-22 00:42:37 +05:30
freeze.py Type annotations for pip._internal.commands.freeze 2020-05-19 12:45:22 +05:30
hash.py Changed type of variadic args to Any and removed unneeded type ignore 2020-04-20 03:25:22 +05:30
help.py Remove Any type from run function 2020-04-20 03:29:47 +05:30
install.py Avoid RequirementSet before reaching the resolver 2020-05-04 01:24:19 +08:00
list.py Merge pull request #8016 from deveshks/add-mypy-annotations-commands 2020-05-17 23:14:46 +05:30
search.py Add news file and convert TransformedHit type to TypedDict 2020-05-21 23:54:18 +05:30
show.py Upgrade flake8 to 3.8.1 2020-05-18 21:58:26 +05:30
uninstall.py Remove Any type from run function 2020-04-20 03:29:47 +05:30
wheel.py Changed type of variadic args to Any and removed unneeded type ignore 2020-04-20 03:25:22 +05:30