summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Restore --build-dirStéphane Bidoul2020-12-015-0/+26
* Bump for developmentPradyun Gedam2020-11-301-1/+1
* Bump for release20.3Pradyun Gedam2020-11-301-1/+1
* Merge pull request #9170 from pradyunsg/vendoring/nov-2020-againPradyun Gedam2020-11-2911-200/+324
|\
| * Upgrade resolvelib to 0.5.3Pradyun Gedam2020-11-284-60/+97
| * Upgrade packaging to 20.7Pradyun Gedam2020-11-288-140/+227
* | Always reinstall editablesPradyun Gedam2020-11-281-2/+3
* | :art: Breakup and move commentPradyun Gedam2020-11-281-8/+9
|/
* Merge pull request #9163 from NoahGorny/redact-url-from-helpPradyun Gedam2020-11-271-1/+12
|\
| * Redact auth from URL in UpdatingDefaultsHelpFormatterNoah Gorny2020-11-251-1/+12
* | Drop incorrect line from commentPradyun Gedam2020-11-251-1/+0
* | Don't deprecate reinstalling from .zip filesPradyun Gedam2020-11-251-1/+6
* | Add deprecation warning when reinstalling sdistsPradyun Gedam2020-11-251-0/+16
* | Factor out is_archive_filePradyun Gedam2020-11-253-24/+14
* | Print a message and don't reinstall wheelsPradyun Gedam2020-11-251-5/+13
* | Re-install local candidates unconditionallyPradyun Gedam2020-11-251-2/+6
|/
* Merge pull request #9096 from uranusjr/new-resolver-constrainting-extraedPradyun Gedam2020-11-234-9/+35
|\
| * Implement __str__ for debuggabilityTzu-ping Chung2020-11-212-1/+26
| * Allow constraining an explicit requirementTzu-ping Chung2020-11-212-8/+9
* | Merge pull request #9123 from sbidoul/pip-wheel-editable-fix-sbiPradyun Gedam2020-11-222-3/+2
|\ \
| * | Do not download editables while preparing requirementsStéphane Bidoul2020-11-222-3/+2
* | | Always close stderr after subprocess completion in call_subprocess()Jon Dufresne2020-11-211-0/+2
| |/ |/|
* | Merge pull request #9148 from pradyunsg/vendoring/nov-2020Pradyun Gedam2020-11-2057-643/+1838
|\ \
| * | Fix the certifi version in vendor.txtPradyun Gedam2020-11-201-1/+1
| * | Upgrade toml to 0.10.2Pradyun Gedam2020-11-196-10/+12
| * | Upgrade resolvelib to 0.5.2Pradyun Gedam2020-11-196-71/+138
| * | Upgrade urllib3 to 1.26.2Pradyun Gedam2020-11-1933-407/+1343
| * | Upgrade certifi to 2020.11.8Pradyun Gedam2020-11-193-106/+92
| * | Upgrade requests to 2.25.0Pradyun Gedam2020-11-196-10/+30
| * | Upgrade pep517 to 0.9.1Pradyun Gedam2020-11-193-16/+37
| * | Upgrade colorama to 0.4.4Pradyun Gedam2020-11-196-23/+186
* | | Include package name in backtracking messagingPradyun Gedam2020-11-191-3/+3
|/ /
* | Merge pull request #9124 from pradyunsg/nicer-error-message-wordingPradyun Gedam2020-11-191-7/+10
|\ \
| * | Update message displayed on conflicts post-resolutionPradyun Gedam2020-11-121-7/+10
| |/
* | Merge pull request #9101 from uranusjr/new-resolver-error-message-dedupPradyun Gedam2020-11-141-3/+3
|\ \
| * | Use set to dedup package list in error messageTzu-ping Chung2020-11-041-3/+3
* | | cli: Drop --unstable-feature flagNoah Gorny2020-11-142-19/+0
| |/ |/|
* | Make sure periods are followed by a spaceTzu-ping Chung2020-11-101-11/+11
* | Merge pull request #8551 from sbidoul/rm-comes-fromPradyun Gedam2020-11-091-19/+4
|\ \
| * | Removed unused comes_from argument of parse_requirementsStéphane Bidoul2020-11-081-19/+4
| |/
* | Tie-break requirements with package nameTzu-ping Chung2020-11-041-1/+2
|/
* Use packaging.version to check version equalityTzu-ping Chung2020-11-031-2/+3
* Bump for developmentPradyun Gedam2020-10-311-1/+1
* Bump for release20.3b1Pradyun Gedam2020-10-311-1/+1
* Cache find_best_candidate resultsXavier Fernandez2020-10-311-0/+1
* utils: make Hashes object hashableXavier Fernandez2020-10-311-1/+22
* Merge pull request #9073 from xavfernandez/freeze_list_excludePradyun Gedam2020-10-313-1/+31
|\
| * Add --exclude option to pip freeze and pip list commandsXavier Fernandez2020-10-303-1/+31
* | Merge pull request #9074 from xavfernandez/update_vendoring_documentationPradyun Gedam2020-10-311-1/+1
|\ \
| * | Explicitly state that pip/_vendor/vendor.txt should be availableXavier Fernandez2020-10-301-1/+1
| |/