pip/src/pip/_internal/commands
Nguyễn Gia Phong b28e2c4928 New resolver: Avoid polluting dest dir
Previously, during dependency resolution for `pip download -d <dir>`
or `pip wheel -w <dir>`, distributions downloaded are always saved
to <dir>, even for those are only used in backtracking and are not
part of the returned requirement set.
2020-10-07 13:42:21 +07:00
..
__init__.py Update linter: isort 2020-09-23 19:52:28 +05:30
cache.py Rename to 'Package index page cache location' 2020-10-02 09:59:38 +03:00
check.py Update linter: isort 2020-09-23 19:52:28 +05:30
completion.py Update linter: isort 2020-09-23 19:52:28 +05:30
configuration.py Prepare isort for black 2020-09-23 21:47:47 +05:30
debug.py Update linter: isort 2020-09-23 19:52:28 +05:30
download.py New resolver: Avoid polluting dest dir 2020-10-07 13:42:21 +07:00
freeze.py fix(_internal/commands): Define a default add_option to child commands 2020-05-23 14:55:37 +05:30
hash.py fix(_internal/commands): Define a default add_option to child commands 2020-05-23 14:55:37 +05:30
help.py Update linter: isort 2020-09-23 19:52:28 +05:30
install.py Improve deprecation message for issue 8368 2020-08-12 11:07:36 +02:00
list.py Update linter: isort 2020-09-23 19:52:28 +05:30
search.py Prepare isort for black 2020-09-23 21:47:47 +05:30
show.py Update linter: isort 2020-09-23 19:52:28 +05:30
uninstall.py fix(_internal/commands): Define a default add_option to child commands 2020-05-23 14:55:37 +05:30
wheel.py New resolver: Avoid polluting dest dir 2020-10-07 13:42:21 +07:00