summaryrefslogtreecommitdiff
path: root/src/pip/_internal/cli/base_command.py
Commit message (Expand)AuthorAgeFilesLines
* Centralize warning about always enabled featuresStéphane Bidoul2023-03-291-0/+9
* Remove the opt-in for `2020-resolver`Pradyun Gedam2022-10-071-7/+0
* Rename `[present-diagnostic]` to `[present-rich]`Pradyun Gedam2022-04-221-1/+1
* Use rich.traceback with debug mode (#10832)q0w2022-02-011-0/+3
* Pacify unit testsPradyun Gedam2022-01-251-1/+1
* Enable the use of rich for presenting outputPradyun Gedam2021-12-121-3/+1
* Improve DiagnosticPipError presentationPradyun Gedam2021-12-121-5/+7
* Introduce `DiagnosticPipError`Pradyun Gedam2021-10-221-0/+6
* Drop --build-dir from the CLIPradyun Gedam2021-10-041-15/+0
* Add --debug flag to base commandBlazej Michalik2021-09-211-41/+56
* Harmonize type signature of Command.run()Jon Dufresne2021-09-031-2/+2
* Complete typing of some tests/lib/* filesJon Dufresne2021-08-271-1/+1
* Complete type annotations in `pip/_internal/cli` (#10169)Harutaka Kawamura2021-07-231-3/+3
* Convert type hint comments into annotationsDiego Ramirez2021-06-071-14/+7
* Postpone --build-dir removalStéphane Bidoul2021-04-051-1/+1
* Add a warning when run as root (e.g., sudo pip) (#9394)Winson Luk2021-03-061-2/+2
* Blacken src/pip/_internal/cli directoryJon Dufresne2021-02-211-20/+22
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-9/+3
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Use keyword-only argumentsJon Dufresne2021-01-291-10/+9
* Merge remote-tracking branch 'upstream/master' into 7969-revert-sbiStéphane Bidoul2020-12-271-38/+4
|\
| * Use f-strings for simple string formattingJon Dufresne2020-12-251-2/+2
| * Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
| * Remove __future__ importsJon Dufresne2020-12-241-2/+0
| * Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-3/+1
| * No longer print a deprecation warning on 2.7/3.5Pradyun Gedam2020-12-191-30/+0
* | Revert "Bubble up SubProcessError to basecommand._main"Stéphane Bidoul2020-12-271-2/+1
|/
* Restore --build-dirStéphane Bidoul2020-12-011-0/+14
* cli: Drop --unstable-feature flagNoah Gorny2020-11-141-7/+0
* Change where the 2020 resolver warning is loggedPradyun Gedam2020-10-311-0/+9
* Remove --build-dir option, as per deprecationPaul Moore2020-10-271-14/+0
* Prepare isort for blackPradyun Gedam2020-09-231-10/+5
* Update linter: isortPradyun Gedam2020-09-231-3/+2
* Warn Python 3.5 support is deprecated and will be removed in pip 21.0, Jan 2021Hugo2020-08-181-1/+13
* feat(pip/_internal/*): Use custom raise_for_status methodgutsytechster2020-07-081-1/+2
* Disallow --unstable-feature, pointing to --use-feature insteadPradyun Gedam2020-07-031-0/+7
* Deprecate --build-dirStéphane Bidoul2020-06-211-0/+14
* Fix grammar in Python 2 warning messageGreg Ward2020-06-031-1/+1
* Fix run type annotation in base_command and configurationDevesh Kumar Singh2020-05-301-1/+1
* Assert that status is intDevesh Kumar Singh2020-05-281-0/+1
* Don't return SUCCESS at end of run methodDevesh Kumar Singh2020-05-281-3/+0
* Remove isinstance check for statusDevesh Kumar Singh2020-05-281-4/+1
* Bubble up SubProcessError to basecommand._mainDevesh Kumar Singh2020-05-231-1/+3
* fix(_internal/commands): Define a default add_option to child commandsgutsytechster2020-05-231-7/+6
* refactor(commands): Add method add_options and remove __init__gutsytechster2020-05-231-0/+7
* Merge pull request #8087 from pradyunsg/document-python-2-drop-datePradyun Gedam2020-04-231-1/+1
|\
| * Include month and year for pip 21.0Pradyun Gedam2020-04-211-1/+1
| * Document pip 21.0 as end of Python 2 supportPradyun Gedam2020-04-191-1/+1
* | Drop --skip-requirements-regexPradyun Gedam2020-04-201-11/+0
|/
* Merge pull request #7675 from deepak1725/string-format2Pradyun Gedam2020-02-021-2/+2
|\