index
:
delta/pip.git
0.5.X
0.6.X
0.7.X
1.3.X
1.4.X
1.5.X
8512-feature-flag-docs
add-2020-ux-docs
add-maintainers-only-link
add-resolver-docs
add-sponsor-button
add-ux-docs
baserock/master
baserock/richardipsum/add-list-dependencies
bernard-backtracking
bump-rtd-python
check-long-desc
check-long_description
develop
docs-quickstart
feature/install-target
feature/pep381-verification
feature/ssl-mirror-requests
fix/9644
fix_script_names
force-implementation-tag
good-first-issue-template
issue-381-do-not-use-pwd-in-installation-process
issue-template
issue-templates
main
master
no-more-bot
pradyunsg-bump-sphinx
pradyunsg-docs-improve-note
pradyunsg-install-order-disclaimer
pradyunsg-news-architecture-docs
pradyunsg-patch-1
pradyunsg-release-details
pre-commit-ci-update-config
provider-integration
readthedocs-builder
refactor/cleanup-cli-opts
release/10.0.0
release/20.2b1
release/9.0.2
release/9.0.3
rename-auto-lock-label
revert-10279-reorg-dependency-resolution-information
revert-2513-ssh_and_commit_support
revert-2547-revert-2513-ssh_and_commit_support
revert-3724-norm-path
revert-5124-ui/limit-progress
revert-5478-ci/short-circuiting-appveyor
revert-7600-release-rewrite-lineendings
revert-9163-redact-url-from-help
revert-9264-new-resolver-dont-abort-on-inconsistent-candidate
shorter-no-response-window
threaded-page-getting
try-containers
xavfernandez-patch-1
github.com: pypa/pip.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pip
/
_internal
/
cli
/
req_command.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into per-req-config-settings
q0w
2023-04-09
1
-1
/
+0
|
\
|
*
Stop propagating `config_settings` to dependencies (#11941)
Stéphane Bidoul
2023-04-09
1
-1
/
+0
*
|
Remove merge_config_settings
q0w
2023-04-09
1
-11
/
+3
*
|
Add more test cases
q0w
2023-03-31
1
-8
/
+4
*
|
fix typing
q0w
2023-03-27
1
-1
/
+2
*
|
Merge branch 'main' into per-req-config-settings
q0w
2023-03-27
1
-1
/
+1
|
\
\
|
|
/
|
*
Use more kwargs for install_req_from_line
Stéphane Bidoul
2023-03-27
1
-1
/
+1
*
|
Prefer reqs config_settings over cli config_settings
q0w
2023-03-20
1
-5
/
+6
*
|
apply cli settings for reqs
q0w
2023-03-20
1
-0
/
+2
*
|
merge cli and reqs config_settings
q0w
2023-03-20
1
-3
/
+11
*
|
Merge branch 'main' into per-req-config-settings
q0w
2023-03-20
1
-0
/
+1
|
\
\
|
|
/
|
*
Make it possible to request a keyring provider: `auto`, `disabled`, `import` ...
Dos Moonen
2023-01-30
1
-0
/
+1
*
|
Add per-requirement --config-settings
q0w
2022-12-05
1
-0
/
+3
|
/
*
Remove the html5lib deprecated feature flag.
Stéphane Bidoul
2022-07-16
1
-1
/
+0
*
Remove `--use-deprecated=backtrack-on-build-failures`
Pradyun Gedam
2022-07-15
1
-28
/
+0
*
Merge pull request #11082 from uranusjr/truststore
Tzu-ping Chung
2022-05-30
1
-6
/
+49
|
\
|
*
Optional truststore support
Tzu-ping Chung
2022-05-03
1
-6
/
+49
*
|
Opt to check build dependencies
q0w
2022-05-13
1
-0
/
+1
|
/
*
Don't assume options has a config_settings attribute
Paul Moore
2022-04-21
1
-3
/
+3
*
Store config settings on the install requirement
Paul Moore
2022-04-21
1
-0
/
+3
*
Drop out-of-tree/in-tree build transition flags
Pradyun Gedam
2022-04-08
1
-15
/
+0
*
Drop alternative progress bar styles
Pradyun Gedam
2022-04-07
1
-7
/
+0
*
Rename all {req -> build}_tracker arguments/variables
Pradyun Gedam
2022-03-26
1
-2
/
+2
*
Move `BuildTracker` to `operations.build.build_tracker`
Pradyun Gedam
2022-03-26
1
-1
/
+1
*
Rename `RequirementTracker` to `BuildTracker`
Pradyun Gedam
2022-03-26
1
-2
/
+2
*
Replace vendored html5lib with stdlib
Jon Dufresne
2022-01-28
1
-0
/
+1
*
Add `--use-deprecated=backtrack-on-build-failures`
Pradyun Gedam
2022-01-27
1
-0
/
+27
*
Change VCS tooling verbosity along with pip's verbosity (#9639)
James Gerity
2022-01-25
1
-0
/
+2
*
Deprecate custom progress bar styles
Pradyun Gedam
2021-11-26
1
-0
/
+7
*
Check UID unconditionally on non-Windows platforms, if os.getuid is available
Nathan Houghton
2021-10-12
1
-3
/
+4
*
Make in-tree-build the default
Stéphane Bidoul
2021-09-25
1
-1
/
+16
*
Complete type annotations in `pip/_internal/cli` (#10169)
Harutaka Kawamura
2021-07-23
1
-1
/
+1
*
Complete type annotations in pip/_internal/cli
Diego Ramirez
2021-06-27
1
-59
/
+50
*
Rephrase the warning printed when run as root on Unix
Pradyun Gedam
2021-05-28
1
-2
/
+3
*
Add a warning when run as root (e.g., sudo pip) (#9394)
Winson Luk
2021-03-06
1
-0
/
+31
*
Build local directories in-place with feature flag
David Hewitt
2021-02-22
1
-0
/
+1
*
Blacken src/pip/_internal/cli directory
Jon Dufresne
2021-02-21
1
-53
/
+58
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-14
/
+12
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Use short Python3 super() syntax
Jon Dufresne
2020-12-24
1
-2
/
+2
*
Remove redundant Python 2.7 code
Hugo van Kemenade
2020-12-22
1
-10
/
+0
*
Change where the 2020 resolver warning is logged
Pradyun Gedam
2020-10-31
1
-8
/
+0
*
Flip the switch in the new resolver
Pradyun Gedam
2020-10-30
1
-5
/
+22
*
Add a warning to fast-deps with legacy resolver
Pradyun Gedam
2020-10-30
1
-0
/
+4
*
Factor out logic for determining resolver to use
Pradyun Gedam
2020-10-30
1
-4
/
+18
*
Merge usage of download_dir and wheel_download_dir
Nguyễn Gia Phong
2020-10-07
1
-2
/
+0
*
Prepare isort for black
Pradyun Gedam
2020-09-23
1
-4
/
+1
*
Give batch downloader a separate class
Nguyễn Gia Phong
2020-08-12
1
-4
/
+1
*
Define RequirementPreparer._session
Nguyễn Gia Phong
2020-08-06
1
-0
/
+1
*
Propagate lazy_wheel option through RequirementPreparer
Chris Hunt
2020-08-02
1
-11
/
+14
[next]