summaryrefslogtreecommitdiff
path: root/src/pip/_internal/cli/req_command.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into per-req-config-settingsq0w2023-04-091-1/+0
|\
| * Stop propagating `config_settings` to dependencies (#11941)Stéphane Bidoul2023-04-091-1/+0
* | Remove merge_config_settingsq0w2023-04-091-11/+3
* | Add more test casesq0w2023-03-311-8/+4
* | fix typingq0w2023-03-271-1/+2
* | Merge branch 'main' into per-req-config-settingsq0w2023-03-271-1/+1
|\ \ | |/
| * Use more kwargs for install_req_from_lineStéphane Bidoul2023-03-271-1/+1
* | Prefer reqs config_settings over cli config_settingsq0w2023-03-201-5/+6
* | apply cli settings for reqsq0w2023-03-201-0/+2
* | merge cli and reqs config_settingsq0w2023-03-201-3/+11
* | Merge branch 'main' into per-req-config-settingsq0w2023-03-201-0/+1
|\ \ | |/
| * Make it possible to request a keyring provider: `auto`, `disabled`, `import` ...Dos Moonen2023-01-301-0/+1
* | Add per-requirement --config-settingsq0w2022-12-051-0/+3
|/
* Remove the html5lib deprecated feature flag.Stéphane Bidoul2022-07-161-1/+0
* Remove `--use-deprecated=backtrack-on-build-failures`Pradyun Gedam2022-07-151-28/+0
* Merge pull request #11082 from uranusjr/truststoreTzu-ping Chung2022-05-301-6/+49
|\
| * Optional truststore supportTzu-ping Chung2022-05-031-6/+49
* | Opt to check build dependenciesq0w2022-05-131-0/+1
|/
* Don't assume options has a config_settings attributePaul Moore2022-04-211-3/+3
* Store config settings on the install requirementPaul Moore2022-04-211-0/+3
* Drop out-of-tree/in-tree build transition flagsPradyun Gedam2022-04-081-15/+0
* Drop alternative progress bar stylesPradyun Gedam2022-04-071-7/+0
* Rename all {req -> build}_tracker arguments/variablesPradyun Gedam2022-03-261-2/+2
* Move `BuildTracker` to `operations.build.build_tracker`Pradyun Gedam2022-03-261-1/+1
* Rename `RequirementTracker` to `BuildTracker`Pradyun Gedam2022-03-261-2/+2
* Replace vendored html5lib with stdlibJon Dufresne2022-01-281-0/+1
* Add `--use-deprecated=backtrack-on-build-failures`Pradyun Gedam2022-01-271-0/+27
* Change VCS tooling verbosity along with pip's verbosity (#9639)James Gerity2022-01-251-0/+2
* Deprecate custom progress bar stylesPradyun Gedam2021-11-261-0/+7
* Check UID unconditionally on non-Windows platforms, if os.getuid is availableNathan Houghton2021-10-121-3/+4
* Make in-tree-build the defaultStéphane Bidoul2021-09-251-1/+16
* Complete type annotations in `pip/_internal/cli` (#10169)Harutaka Kawamura2021-07-231-1/+1
* Complete type annotations in pip/_internal/cliDiego Ramirez2021-06-271-59/+50
* Rephrase the warning printed when run as root on UnixPradyun Gedam2021-05-281-2/+3
* Add a warning when run as root (e.g., sudo pip) (#9394)Winson Luk2021-03-061-0/+31
* Build local directories in-place with feature flagDavid Hewitt2021-02-221-0/+1
* Blacken src/pip/_internal/cli directoryJon Dufresne2021-02-211-53/+58
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-14/+12
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Use short Python3 super() syntaxJon Dufresne2020-12-241-2/+2
* Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-10/+0
* Change where the 2020 resolver warning is loggedPradyun Gedam2020-10-311-8/+0
* Flip the switch in the new resolverPradyun Gedam2020-10-301-5/+22
* Add a warning to fast-deps with legacy resolverPradyun Gedam2020-10-301-0/+4
* Factor out logic for determining resolver to usePradyun Gedam2020-10-301-4/+18
* Merge usage of download_dir and wheel_download_dirNguyễn Gia Phong2020-10-071-2/+0
* Prepare isort for blackPradyun Gedam2020-09-231-4/+1
* Give batch downloader a separate classNguyễn Gia Phong2020-08-121-4/+1
* Define RequirementPreparer._sessionNguyễn Gia Phong2020-08-061-0/+1
* Propagate lazy_wheel option through RequirementPreparerChris Hunt2020-08-021-11/+14