summaryrefslogtreecommitdiff
path: root/src/pip/_internal/resolution
Commit message (Expand)AuthorAgeFilesLines
* Further refactor is_wheel_from_cacheStéphane Bidoul2023-04-142-2/+0
* Introduce ireq.cached_wheel_source_linkStéphane Bidoul2023-04-142-0/+2
* Add a couple of assertsStéphane Bidoul2023-04-141-0/+2
* Rename original_link_is_in_wheel_cache to is_wheel_from_cacheStéphane Bidoul2023-04-142-2/+2
* CosmeticsStéphane Bidoul2023-04-141-1/+1
* Check hashes of cached built wheels agains origin source archiveStéphane Bidoul2023-04-141-1/+1
* Merge pull request #11949 from sbidoul/hash2hashes-sbiStéphane Bidoul2023-04-142-2/+2
|\
| * Tweak commentsStéphane Bidoul2023-04-112-2/+2
* | Report requested_extras for editable requirementsStéphane Bidoul2023-04-111-1/+3
* | Report requested_extras for direct URLsStéphane Bidoul2023-04-111-0/+1
|/
* Reduce resolver rounds by an order of magnitude (#11908)Pradyun Gedam2023-03-291-2/+2
* Bump all linters other than mypy (#11901)Pradyun Gedam2023-03-272-2/+0
* Refactor handling of per requirement optionsStéphane Bidoul2023-03-271-12/+6
* Present found conflicts when discarding some criterion (#10937)Juan Luis Cano Rodríguez2023-03-261-0/+12
* Remove support for the deprecated --install-optionsStéphane Bidoul2023-03-181-3/+0
* Remove no longer needed setuptools hack (#11837)Damian Shaw2023-03-051-11/+0
* Drop an unused `type: ignore` commentPradyun Gedam2023-02-061-1/+1
* Handle `backtracking` -> `rejecting_candidate` changePradyun Gedam2023-02-061-9/+9
* Make resolvelib's provider capable of handling empty iteratorsPradyun Gedam2023-02-061-8/+26
* Remove `--use-deprecated=backtrack-on-build-failures`Pradyun Gedam2022-07-152-17/+0
* fixed some spelling mistakesBastian Venthur2022-06-141-1/+1
* More precise download_info with legacy cache entriesStéphane Bidoul2022-05-302-2/+2
* Set download_info also when the cache miss origin.jsonStéphane Bidoul2022-05-292-8/+19
* Record origin url in wheel cacheStéphane Bidoul2022-05-222-0/+4
* Move `RequirementSet.add_requirement` into `LegacyResolver`Pradyun Gedam2022-05-131-3/+127
* Revert "Filter available distributions using hash declarations from constrain...Pradyun Gedam2022-05-031-6/+12
* Explicitly test installs (and fix a bug found by those tests!)Paul Moore2022-04-231-0/+1
* Store config settings on the install requirementPaul Moore2022-04-211-0/+2
* Filter available distributions using hash declarations from constraints files...q0w2022-03-161-12/+6
* More structured link evaluation resultTzu-ping Chung2022-03-101-3/+3
* Merge branch 'main' into requires-pythonTzu-ping Chung2022-03-108-89/+214
|\
| * get_topological_weights: make assertion error message more informative.Maurits van Rees2022-02-011-5/+5
| * Fix assertion error when determining installation order.Maurits van Rees2022-01-311-6/+12
| * Fix typoPradyun Gedam2022-01-291-1/+1
| * Add `--use-deprecated=backtrack-on-build-failures`Pradyun Gedam2022-01-272-0/+18
| * Abort immediately on metadata generation failure instead of backtrackingPradyun Gedam2022-01-271-3/+2
| * Don't duplicate output when raising out of distribution preparationPradyun Gedam2022-01-251-1/+10
| * Prettify messages for discarding candidates due to issuesPradyun Gedam2022-01-251-2/+12
| * Merge pull request #10625 from albertosottile/ignore_yankedPradyun Gedam2022-01-241-4/+17
| |\
| | * Implement suggested changesAlberto Sottile2021-11-071-1/+3
| | * Fix permissionsAlberto Sottile2021-11-071-0/+0
| | * Change specifier detection logic to exclude compatible release clausesAlberto Sottile2021-11-061-3/+13
| | * Skip yanked releases unless specifiedAlberto Sottile2021-10-301-4/+5
| * | Merge pull request #10511 from uranusjr/metadata-uninstallTzu-ping Chung2021-11-222-5/+3
| |\ \
| | * | CHange ireq.satisfied_by to abstract distributionTzu-ping Chung2021-11-182-5/+3
| * | | Simplify graph in get_topological_weights. (#10574)Maurits van Rees2021-11-201-8/+47
| |/ /
| * | Update the docs URL shown for ResolutionImpossible errorsEd Morley2021-11-031-2/+2
| |/
| * Extract identifier cleanup for user_requestedTzu-ping Chung2021-10-241-19/+52
| * Fix many typosAlex Hedges2021-10-113-7/+7
| * Merge pull request #10481 from notatallshaw/prefer_failuresPradyun Gedam2021-10-101-1/+19
| |\