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
/
commands
/
install.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce diff
Tzu-ping Chung
2021-03-15
1
-5
/
+2
*
Typing fixes
Tzu-ping Chung
2021-03-10
1
-3
/
+6
*
Add a warning when run as root (e.g., sudo pip) (#9394)
Winson Luk
2021-03-06
1
-1
/
+6
*
Move distuitls location logic into subpackage
Tzu-ping Chung
2021-02-23
1
-8
/
+14
*
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-14
/
+10
*
Incorporate get_installed_version() logic
Tzu-ping Chung
2021-02-19
1
-8
/
+5
*
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
Merge pull request #9320 from uranusjr/wheel-check-valid
Pradyun Gedam
2021-01-05
1
-0
/
+1
|
\
|
*
Verify built wheel contains valid metadata
Tzu-ping Chung
2020-12-27
1
-0
/
+1
*
|
Merge pull request #9406 from sbidoul/simplify-check_binary_allowed-sbi
Stéphane Bidoul
2021-01-01
1
-2
/
+0
|
\
\
|
*
|
Simplify check_binary_allowed
Stéphane Bidoul
2020-12-31
1
-2
/
+0
*
|
|
Use unified OSError and its subclasses
Jon Dufresne
2020-12-26
1
-6
/
+6
|
/
/
*
|
Remove __future__ imports
Jon Dufresne
2020-12-24
1
-2
/
+0
|
/
*
Restore --build-dir
Stéphane Bidoul
2020-12-01
1
-0
/
+2
*
Update message displayed on conflicts post-resolution
Pradyun Gedam
2020-11-12
1
-7
/
+10
*
Factor out logic for determining resolver to use
Pradyun Gedam
2020-10-30
1
-4
/
+4
*
Remove --build-dir option, as per deprecation
Paul Moore
2020-10-27
1
-5
/
+1
*
Improve deprecation message for issue 8368
Stéphane Bidoul
2020-08-12
1
-18
/
+3
*
Remove no-longer-used messages
Nguyễn Gia Phong
2020-08-01
1
-14
/
+0
*
Don't print that form link after the end of month.
Pradyun Gedam
2020-07-27
1
-1
/
+2
*
Reverse if statement's condition
Pradyun Gedam
2020-07-27
1
-12
/
+12
*
Move the form link to make the linter happy
Pradyun Gedam
2020-07-27
1
-1
/
+2
*
Add messaging variation based on "new resolver" usage
Pradyun Gedam
2020-07-27
1
-5
/
+30
*
Short circuit when there's nothing to report
Pradyun Gedam
2020-07-27
1
-0
/
+3
*
Refactor the logging calls into a dedicated loop
Pradyun Gedam
2020-07-27
1
-7
/
+22
*
Give mypy some love after rebase
Stéphane Bidoul
2020-07-18
1
-11
/
+14
*
Quote 'setup.py install' when calling it legacy
Stéphane Bidoul
2020-07-18
1
-2
/
+2
*
Deprecate install fallback when bdist_wheel fails
Stéphane Bidoul
2020-07-18
1
-3
/
+21
*
Enable flake8-logging-format
Nguyễn Gia Phong
2020-07-17
1
-1
/
+1
*
Nitpick logging calls
Nguyễn Gia Phong
2020-07-17
1
-4
/
+3
*
Return early for clarity
Pradyun Gedam
2020-07-17
1
-2
/
+1
*
Move conflict warning to just-before success message
Pradyun Gedam
2020-07-16
1
-1
/
+5
*
Clearly note where code duplication exists
Pradyun Gedam
2020-07-16
1
-1
/
+1
*
Break up pip install's "conflict check" function
Pradyun Gedam
2020-07-16
1
-8
/
+18
*
Merge pull request #8266 from gutsytechster/add_logs_for_install
Chris Hunt
2020-07-10
1
-0
/
+2
|
\
|
*
feat(): Add logs for pip environment when installing
gutsytechster
2020-07-09
1
-0
/
+2
*
|
Rename function that reject location install options
Chris Hunt
2020-07-07
1
-2
/
+2
*
|
Throw CommandError on any location-related install options
Chris Hunt
2020-07-07
1
-15
/
+6
|
/
*
Assert target_temp_dir instead of if check
Devesh Kumar Singh
2020-07-07
1
-1
/
+2
*
Change target_temp_dir type to TempDirectory
Devesh Kumar Singh
2020-07-07
1
-2
/
+3
*
Add type annotations for pip._internal.commands.install
Devesh Kumar Singh
2020-07-07
1
-16
/
+22
*
Fix deletion of temp dir when exception occurs
Paul Moore
2020-06-25
1
-48
/
+48
*
Merge pull request #8287 from sbidoul/ref-install_given_reqs-sbi
Pradyun Gedam
2020-05-30
1
-1
/
+1
|
\
|
*
Pass explicit arguments to install_given_req.
Stéphane Bidoul
2020-05-21
1
-1
/
+1
*
|
fix(_internal/commands): Define a default add_option to child commands
gutsytechster
2020-05-23
1
-36
/
+36
*
|
refactor(commands): Add method add_options and remove __init__
gutsytechster
2020-05-23
1
-6
/
+3
|
/
*
Avoid RequirementSet before reaching the resolver
Tzu-ping Chung
2020-05-04
1
-4
/
+1
*
Move wheel cache out of InstallRequirment
Tzu-ping Chung
2020-03-30
1
-1
/
+1
*
Raise error if --user and --target arguments are used together
sinscary
2020-02-27
1
-0
/
+3
*
Inline unconditionally-executed blocks
Chris Hunt
2020-02-23
1
-133
/
+132
[next]