summaryrefslogtreecommitdiff
path: root/src/pip/_internal/vcs
Commit message (Expand)AuthorAgeFilesLines
* Fix typos found by codespellDimitri Papadopoulos2022-11-202-2/+2
* bazaar: Use lightweight checkouts rather than a full branch clone (#11264)Jelmer Vernooij2022-10-071-2/+13
* Use --no-implicit-optional for type checkinghauntsaninja2022-08-121-1/+1
* Merge pull request #10795 from pradyunsg/better-subprocess-errorsPradyun Gedam2022-01-272-2/+14
|\
| * Require every `call_subprocess` call-site to pass `command_desc`Pradyun Gedam2022-01-252-2/+14
* | Change VCS tooling verbosity along with pip's verbosity (#9639)James Gerity2022-01-255-18/+55
|/
* Added an explicit warning on parsing git version failurePavel Safronov2021-09-021-0/+1
* Move all remaining type comments to annotationsJon Dufresne2021-08-273-183/+119
* Use git's partial clone feature to speed up pipNipunn Koorapati2021-08-131-1/+16
* Blacken src/pip/_internal/vcs directoryJon Dufresne2021-08-125-218/+235
* Move many type comments to annotationsJon Dufresne2021-08-102-36/+18
* Precise type of on_returncode argument to call_subprocess()Jon Dufresne2021-08-091-1/+9
* Log commit SHA when installing package via Git URI (#10149)Harutaka Kawamura2021-07-221-0/+5
* Re-implement Git version parsing with regexTzu-ping Chung2021-07-021-16/+14
* Unify Python project root detection logicTzu-ping Chung2021-06-194-24/+25
* Merge pull request #9822 from bwoodsend/fix-pip-freeze-gitTzu-ping Chung2021-06-043-1/+61
|\
| * Explicitly recognise SCP-shorthand git remotes.bwoodsend2021-06-033-3/+26
| * Fix pip freeze to use modern format for git repos (#9822)bwoodsend2021-06-031-1/+38
* | Don't split git references on unicode separatorsPradyun Gedam2021-04-241-2/+8
|/
* Remove now unused VCS export codeStéphane Bidoul2021-04-035-74/+3
* Correct the coding-style in `VersionControl.run_command()` to use f-string in...Laurent LAPORTE2021-03-241-5/+5
* Add a section in the documentation to suggest solutions to the ``pip freeze``...Laurent LAPORTE2021-03-241-1/+1
* run_command() raises BadCommand if the user don't have permission to run the ...Laurent LAPORTE2021-03-241-0/+12
* Avoid pkg_resources API in versioncontrolTzu-ping Chung2021-02-231-3/+1
* Merge pull request #9606 from hexagonrecursion/fstrPradyun Gedam2021-02-212-5/+3
|\
| * Convert more str.format() calls to f-stringsAndrey Bienkowski2021-02-132-5/+3
* | Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-196-69/+47
* | Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-186-11/+11
* | Merge pull request #9413 from jdufresne/type-vcsTzu-ping Chung2021-02-184-22/+41
|\ \ | |/ |/|
| * Complete type annotations for the vcs packageJon Dufresne2021-01-124-22/+41
* | Remove unused VCS schemesStéphane Bidoul2021-01-184-4/+4
* | Remove support for git+git@ pseudo VCS URLs.Stéphane Bidoul2021-01-182-2/+4
|/
* Merge pull request #9331 from sbidoul/7969-revert-sbiPradyun Gedam2021-01-095-135/+90
|\
| * Merge remote-tracking branch 'upstream/master' into 7969-revert-sbiStéphane Bidoul2020-12-275-77/+50
| |\
| * | vcs: capture subprocess stdout onlyStéphane Bidoul2020-12-275-16/+55
| * | Additional revert of 7969Stéphane Bidoul2020-12-271-3/+5
| * | Revert "Improve check for svn version string"Stéphane Bidoul2020-12-271-13/+2
| * | Revert "Create call_subprocess just for vcs commands"Stéphane Bidoul2020-12-272-133/+25
| * | Revert "Remove show_stdout from run_command args"Stéphane Bidoul2020-12-275-39/+62
| * | Revert "Remove on_returncode parameter from call_subprocess"Stéphane Bidoul2020-12-273-21/+32
* | | Merge pull request #9403 from jdufresne/get-revisionStéphane Bidoul2021-01-014-1/+5
|\ \ \
| * | | Harmonize return type of VersionControl.get_revision in subclassesJon Dufresne2020-12-304-1/+5
| | |/ | |/|
* | | Handle ._get_svn_url_rev() returning None in .get_remote_url()Jon Dufresne2020-12-311-1/+5
|/ /
* | Cleanup: replace 'from urllib import xyz as urllib_xyz' with import urllib.xyzHugo van Kemenade2020-12-272-10/+10
* | Use unified OSError and its subclassesJon Dufresne2020-12-261-9/+5
* | Merge pull request #9361 from jdufresne/f-stringsPradyun Gedam2020-12-262-10/+10
|\ \
| * | Use f-strings for simple string formattingJon Dufresne2020-12-252-10/+10
* | | Merge pull request #9359 from jdufresne/get-remote-urlPradyun Gedam2020-12-265-7/+9
|\ \ \
| * | | Harmonize type signature of VersionControl.get_remote_url() subclassesJon Dufresne2020-12-255-7/+9
| |/ /
* | | Merge pull request #9351 from jdufresne/objectPradyun Gedam2020-12-261-3/+3
|\ \ \