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
/
main_parser.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the --python python/py shortcuts
Paul Moore
2022-08-01
1
-23
/
+0
*
Skip the executable check, as subprocess.run will catch this
Paul Moore
2022-07-31
1
-3
/
+2
*
Catch errors from running the subprocess
Paul Moore
2022-07-31
1
-2
/
+7
*
Check the argument to --python is executable
Paul Moore
2022-07-29
1
-9
/
+12
*
Make get_runnable_pip public
Paul Moore
2022-07-29
1
-2
/
+2
*
More flexible handling of the --python argument
Paul Moore
2022-07-28
1
-12
/
+60
*
Add a --python option
Paul Moore
2022-07-28
1
-0
/
+15
*
Convert type hint comments into annotations
Diego Ramirez
2021-06-07
1
-4
/
+2
*
Blacken src/pip/_internal/cli directory
Jon Dufresne
2021-02-21
1
-9
/
+8
*
Merge pull request #9606 from hexagonrecursion/fstr
Pradyun Gedam
2021-02-21
1
-1
/
+1
|
\
|
*
Convert more str.format() calls to f-strings
Andrey Bienkowski
2021-02-13
1
-1
/
+1
*
|
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
1
-5
/
+1
*
|
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
1
-2
/
+2
*
|
Use keyword-only arguments
Jon Dufresne
2021-01-29
1
-9
/
+7
|
/
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-2
/
+2
*
Remove obsolete "# type: ignore" comments
Jon Dufresne
2020-12-23
1
-1
/
+1
*
Prepare isort for black
Pradyun Gedam
2020-09-23
1
-4
/
+1
*
Update linter: isort
Pradyun Gedam
2020-09-23
1
-1
/
+1
*
Convert the remaining '%' formatters to '.format'. Fixes #6973.
Jason R. Coombs
2020-03-06
1
-1
/
+1
*
string_formatting
Deepak Sharma
2020-01-30
1
-2
/
+2
*
Remove get_summaries().
Chris Jerdonek
2019-07-27
1
-7
/
+5
*
Change isort multi_line_output to 3
Pradyun Gedam
2019-07-22
1
-2
/
+5
*
Refactor out a get_pip_version() function into misc.py.
Chris Jerdonek
2019-06-23
1
-8
/
+2
*
remove #noqa: F401
Maxim Kurnikov
2019-02-22
1
-1
/
+1
*
add type annotations for pip/_internal/cli/
Maxim Kurnikov
2018-12-03
1
-2
/
+10
*
Change the import names as renamed
Pradyun Gedam
2018-08-05
1
-1
/
+1
*
Move logic for parsing commands into a main_parser
Pradyun Gedam
2018-08-05
1
-2
/
+47
*
Move creation of CLI parser into pip._internal.cli
Pradyun Gedam
2018-08-05
1
-0
/
+51