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
Stéphane Bidoul (ACSONE) 6fa3a2ee58
Remove redundant cache dir normalization in _build_session
Now the cache is normalized eagerly, this is not necessary here anymore.
assert the path is absolute to prevent regression.
2020-01-08 08:02:29 +01:00
..
__init__.py Move baseparser into pip._internal.cli 2018-07-29 18:26:28 +05:30
autocompletion.py remove disallow_untyped_defs=False for most of pip._internal.cli modules 2019-12-13 09:58:52 +03:00
base_command.py Eagerly normalize the cache directory 2020-01-08 08:01:09 +01:00
cmdoptions.py Rename custom option class for future expansion 2020-01-07 10:50:53 +05:30
command_context.py remove disallow_untyped_defs=False for most of pip._internal.cli modules 2019-12-13 09:58:52 +03:00
main.py Move pip._internal.main to cli submodule 2019-12-18 21:09:22 -05:00
main_parser.py Remove get_summaries(). 2019-07-27 12:29:07 -07:00
parser.py add per-file disallow_untyped_defs=False, and set it to True globally 2019-09-29 23:31:15 +02:00
req_command.py Remove redundant cache dir normalization in _build_session 2020-01-08 08:02:29 +01:00
status_codes.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30