summaryrefslogtreecommitdiff
path: root/src/pip/_internal/resolution/legacy/resolver.py
Commit message (Expand)AuthorAgeFilesLines
* Further refactor is_wheel_from_cacheStéphane Bidoul2023-04-141-1/+0
* Introduce ireq.cached_wheel_source_linkStéphane Bidoul2023-04-141-0/+1
* Rename original_link_is_in_wheel_cache to is_wheel_from_cacheStéphane Bidoul2023-04-141-1/+1
* Tweak commentsStéphane Bidoul2023-04-111-1/+1
* More precise download_info with legacy cache entriesStéphane Bidoul2022-05-301-1/+1
* Set download_info also when the cache miss origin.jsonStéphane Bidoul2022-05-291-2/+9
* Record origin url in wheel cacheStéphane Bidoul2022-05-221-0/+2
* Move `RequirementSet.add_requirement` into `LegacyResolver`Pradyun Gedam2022-05-131-3/+127
* CHange ireq.satisfied_by to abstract distributionTzu-ping Chung2021-11-181-2/+2
* Remove direct pkg_resource usages from resolver and preparerTzu-ping Chung2021-08-231-18/+32
* Minor formatting tweaks (#10190)Pradyun Gedam2021-07-241-2/+2
* Complete type annotations in `pip/_internal/resolution` (#10125)Harutaka Kawamura2021-07-121-48/+39
* Handle several mypy TODO comments and exceptionsJon Dufresne2021-02-221-2/+3
* Blacken src/pip/_internal/resolution directoryJon Dufresne2021-02-201-44/+36
* Remove typing.TYPE_CHECKING guardsJon Dufresne2021-02-191-17/+13
* Replace pip._internal.utils.typing with stdlib typingJon Dufresne2021-02-181-2/+2
* Merge pull request #9354 from jdufresne/superPradyun Gedam2020-12-251-1/+1
|\
| * Use short Python3 super() syntaxJon Dufresne2020-12-241-1/+1
* | Drop u prefix from str literalsJon Dufresne2020-12-251-1/+1
|/
* Prepare isort for blackPradyun Gedam2020-09-231-4/+1
* Update linter: isortPradyun Gedam2020-09-231-0/+1
* [2020-resolver] List downloaded distributions before exitingNguyễn Gia Phong2020-08-061-6/+0
* Abstract away AbstractDistribution in higher-level resolver codeNguyễn Gia Phong2020-07-261-11/+7
* Nitpick logging callsNguyễn Gia Phong2020-07-171-1/+1
* Warn on to-be-removed forms of constraintsPradyun Gedam2020-07-041-0/+3
* Rename is_direct to user_suppliedStéphane Bidoul2020-05-311-2/+2
* A constraint is not a top level requirementStéphane Bidoul2020-05-311-1/+1
* Merge pull request #8061 from uranusjr/no-requirementset-before-resolvePradyun Gedam2020-05-051-1/+1
|\
| * Avoid RequirementSet before reaching the resolverTzu-ping Chung2020-05-041-1/+1
* | Move yanked link warning into the legacy resolverTzu-ping Chung2020-04-251-1/+16
* | Add find_requirement() wrapper in legacy resolverTzu-ping Chung2020-04-251-2/+10
|/
* Add direct_url support to InstallRequirementStéphane Bidoul2020-04-011-4/+6
* Reword docstring to match codeTzu-ping Chung2020-03-311-2/+3
* Move wheel cache out of InstallRequirmentTzu-ping Chung2020-03-301-5/+34
* Add --unstable-feature=resolverTzu-ping Chung2020-03-111-5/+4
* Move legacy_resolve to resolution.legacy.resolverChris Hunt2020-02-251-0/+428