pip/src/pip/_internal/commands
Chris Jerdonek dddd28b8de
Add CandidateEvaluator class to encapsulate sorting. (#6424)
2019-04-22 03:40:35 -07:00
..
__init__.py remove #noqa: F401 2019-02-22 14:17:07 +03:00
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 Configuration files may now also be stored under `sys.prefix` (#6268) 2019-03-07 11:14:56 +05:30
download.py Add --[no-]use-pep517 command line flag 2018-10-29 23:33:21 +01:00
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 Whether to build wheels is no longer affected by --no-cache-dir. 2019-02-27 20:38:09 -08:00
list.py Add CandidateEvaluator class to encapsulate sorting. (#6424) 2019-04-22 03:40:35 -07:00
search.py Merge branch 'master' into refactor/pip-cli-subpackage 2018-07-30 09:52:18 +05:30
show.py remove unused # type: ignore 2019-02-22 00:40:57 +03:00
uninstall.py Move InstallRequirement.from_line to constructors module 2018-08-21 20:37:40 +05:30
wheel.py Pass --use-pep517 option to the resolver in the pip wheel command 2018-11-14 18:18:48 +00:00