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
/
vcs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos found by codespell
Dimitri Papadopoulos
2022-11-20
2
-2
/
+2
*
bazaar: Use lightweight checkouts rather than a full branch clone (#11264)
Jelmer Vernooij
2022-10-07
1
-2
/
+13
*
Use --no-implicit-optional for type checking
hauntsaninja
2022-08-12
1
-1
/
+1
*
Merge pull request #10795 from pradyunsg/better-subprocess-errors
Pradyun Gedam
2022-01-27
2
-2
/
+14
|
\
|
*
Require every `call_subprocess` call-site to pass `command_desc`
Pradyun Gedam
2022-01-25
2
-2
/
+14
*
|
Change VCS tooling verbosity along with pip's verbosity (#9639)
James Gerity
2022-01-25
5
-18
/
+55
|
/
*
Added an explicit warning on parsing git version failure
Pavel Safronov
2021-09-02
1
-0
/
+1
*
Move all remaining type comments to annotations
Jon Dufresne
2021-08-27
3
-183
/
+119
*
Use git's partial clone feature to speed up pip
Nipunn Koorapati
2021-08-13
1
-1
/
+16
*
Blacken src/pip/_internal/vcs directory
Jon Dufresne
2021-08-12
5
-218
/
+235
*
Move many type comments to annotations
Jon Dufresne
2021-08-10
2
-36
/
+18
*
Precise type of on_returncode argument to call_subprocess()
Jon Dufresne
2021-08-09
1
-1
/
+9
*
Log commit SHA when installing package via Git URI (#10149)
Harutaka Kawamura
2021-07-22
1
-0
/
+5
*
Re-implement Git version parsing with regex
Tzu-ping Chung
2021-07-02
1
-16
/
+14
*
Unify Python project root detection logic
Tzu-ping Chung
2021-06-19
4
-24
/
+25
*
Merge pull request #9822 from bwoodsend/fix-pip-freeze-git
Tzu-ping Chung
2021-06-04
3
-1
/
+61
|
\
|
*
Explicitly recognise SCP-shorthand git remotes.
bwoodsend
2021-06-03
3
-3
/
+26
|
*
Fix pip freeze to use modern format for git repos (#9822)
bwoodsend
2021-06-03
1
-1
/
+38
*
|
Don't split git references on unicode separators
Pradyun Gedam
2021-04-24
1
-2
/
+8
|
/
*
Remove now unused VCS export code
Stéphane Bidoul
2021-04-03
5
-74
/
+3
*
Correct the coding-style in `VersionControl.run_command()` to use f-string in...
Laurent LAPORTE
2021-03-24
1
-5
/
+5
*
Add a section in the documentation to suggest solutions to the ``pip freeze``...
Laurent LAPORTE
2021-03-24
1
-1
/
+1
*
run_command() raises BadCommand if the user don't have permission to run the ...
Laurent LAPORTE
2021-03-24
1
-0
/
+12
*
Avoid pkg_resources API in versioncontrol
Tzu-ping Chung
2021-02-23
1
-3
/
+1
*
Merge pull request #9606 from hexagonrecursion/fstr
Pradyun Gedam
2021-02-21
2
-5
/
+3
|
\
|
*
Convert more str.format() calls to f-strings
Andrey Bienkowski
2021-02-13
2
-5
/
+3
*
|
Remove typing.TYPE_CHECKING guards
Jon Dufresne
2021-02-19
6
-69
/
+47
*
|
Replace pip._internal.utils.typing with stdlib typing
Jon Dufresne
2021-02-18
6
-11
/
+11
*
|
Merge pull request #9413 from jdufresne/type-vcs
Tzu-ping Chung
2021-02-18
4
-22
/
+41
|
\
\
|
|
/
|
/
|
|
*
Complete type annotations for the vcs package
Jon Dufresne
2021-01-12
4
-22
/
+41
*
|
Remove unused VCS schemes
Stéphane Bidoul
2021-01-18
4
-4
/
+4
*
|
Remove support for git+git@ pseudo VCS URLs.
Stéphane Bidoul
2021-01-18
2
-2
/
+4
|
/
*
Merge pull request #9331 from sbidoul/7969-revert-sbi
Pradyun Gedam
2021-01-09
5
-135
/
+90
|
\
|
*
Merge remote-tracking branch 'upstream/master' into 7969-revert-sbi
Stéphane Bidoul
2020-12-27
5
-77
/
+50
|
|
\
|
*
|
vcs: capture subprocess stdout only
Stéphane Bidoul
2020-12-27
5
-16
/
+55
|
*
|
Additional revert of 7969
Stéphane Bidoul
2020-12-27
1
-3
/
+5
|
*
|
Revert "Improve check for svn version string"
Stéphane Bidoul
2020-12-27
1
-13
/
+2
|
*
|
Revert "Create call_subprocess just for vcs commands"
Stéphane Bidoul
2020-12-27
2
-133
/
+25
|
*
|
Revert "Remove show_stdout from run_command args"
Stéphane Bidoul
2020-12-27
5
-39
/
+62
|
*
|
Revert "Remove on_returncode parameter from call_subprocess"
Stéphane Bidoul
2020-12-27
3
-21
/
+32
*
|
|
Merge pull request #9403 from jdufresne/get-revision
Stéphane Bidoul
2021-01-01
4
-1
/
+5
|
\
\
\
|
*
|
|
Harmonize return type of VersionControl.get_revision in subclasses
Jon Dufresne
2020-12-30
4
-1
/
+5
|
|
|
/
|
|
/
|
*
|
|
Handle ._get_svn_url_rev() returning None in .get_remote_url()
Jon Dufresne
2020-12-31
1
-1
/
+5
|
/
/
*
|
Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyz
Hugo van Kemenade
2020-12-27
2
-10
/
+10
*
|
Use unified OSError and its subclasses
Jon Dufresne
2020-12-26
1
-9
/
+5
*
|
Merge pull request #9361 from jdufresne/f-strings
Pradyun Gedam
2020-12-26
2
-10
/
+10
|
\
\
|
*
|
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
2
-10
/
+10
*
|
|
Merge pull request #9359 from jdufresne/get-remote-url
Pradyun Gedam
2020-12-26
5
-7
/
+9
|
\
\
\
|
*
|
|
Harmonize type signature of VersionControl.get_remote_url() subclasses
Jon Dufresne
2020-12-25
5
-7
/
+9
|
|
/
/
*
|
|
Merge pull request #9351 from jdufresne/object
Pradyun Gedam
2020-12-26
1
-3
/
+3
|
\
\
\
[next]