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
2018-10-29 23:32:13 +01:00
..
__init__.py Rename basecommand -> base_command 2018-07-30 09:32:47 +05:30
check.py Exit 'pip check' with code 1 on problems parsing requirements 2018-10-02 12:38:16 +02:00
completion.py Rename basecommand -> base_command 2018-07-30 09:32:47 +05:30
configuration.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30
download.py fix linting errors 2018-08-28 22:05:18 +05:30
freeze.py move format control to models and write parametrized test 2018-09-02 23:08:07 +05:30
hash.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30
help.py Don't import SUCCESS from base_command 2018-07-30 09:46:25 +05:30
install.py Fix copy and paste error 2018-10-29 23:32:13 +01:00
list.py Rename basecommand -> base_command 2018-07-30 09:32:47 +05:30
search.py Merge branch 'master' into refactor/pip-cli-subpackage 2018-07-30 09:52:18 +05:30
show.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30
uninstall.py Move InstallRequirement.from_line to constructors module 2018-08-21 20:37:40 +05:30
wheel.py Build PEP 517 and legacy wheels separately 2018-10-29 23:32:13 +01:00