1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/cli
Julian Berman 77c989f377 Only show Python 2.7 EOL date on CPython.
Other Python implementations, notably PyPy, are not EOL'ing on January
1, 2020.
2019-01-31 08:27:47 -05:00
..
__init__.py Move baseparser into pip._internal.cli 2018-07-29 18:26:28 +05:30
autocompletion.py Fix error when autocompleting after flag 2018-09-17 21:56:46 +10:00
base_command.py Only show Python 2.7 EOL date on CPython. 2019-01-31 08:27:47 -05:00
cmdoptions.py Change the --no-cache-dir error to use raise_option_error(). 2019-01-15 09:21:16 -08:00
main_parser.py add type annotations for pip/_internal/cli/ 2018-12-03 15:47:11 +03:00
parser.py Switch to a global variable for exit status codes 2018-09-20 11:18:17 +05:30
status_codes.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30