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
/
resolution
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further refactor is_wheel_from_cache
Stéphane Bidoul
2023-04-14
2
-2
/
+0
*
Introduce ireq.cached_wheel_source_link
Stéphane Bidoul
2023-04-14
2
-0
/
+2
*
Add a couple of asserts
Stéphane Bidoul
2023-04-14
1
-0
/
+2
*
Rename original_link_is_in_wheel_cache to is_wheel_from_cache
Stéphane Bidoul
2023-04-14
2
-2
/
+2
*
Cosmetics
Stéphane Bidoul
2023-04-14
1
-1
/
+1
*
Check hashes of cached built wheels agains origin source archive
Stéphane Bidoul
2023-04-14
1
-1
/
+1
*
Merge pull request #11949 from sbidoul/hash2hashes-sbi
Stéphane Bidoul
2023-04-14
2
-2
/
+2
|
\
|
*
Tweak comments
Stéphane Bidoul
2023-04-11
2
-2
/
+2
*
|
Report requested_extras for editable requirements
Stéphane Bidoul
2023-04-11
1
-1
/
+3
*
|
Report requested_extras for direct URLs
Stéphane Bidoul
2023-04-11
1
-0
/
+1
|
/
*
Reduce resolver rounds by an order of magnitude (#11908)
Pradyun Gedam
2023-03-29
1
-2
/
+2
*
Bump all linters other than mypy (#11901)
Pradyun Gedam
2023-03-27
2
-2
/
+0
*
Refactor handling of per requirement options
Stéphane Bidoul
2023-03-27
1
-12
/
+6
*
Present found conflicts when discarding some criterion (#10937)
Juan Luis Cano Rodríguez
2023-03-26
1
-0
/
+12
*
Remove support for the deprecated --install-options
Stéphane Bidoul
2023-03-18
1
-3
/
+0
*
Remove no longer needed setuptools hack (#11837)
Damian Shaw
2023-03-05
1
-11
/
+0
*
Drop an unused `type: ignore` comment
Pradyun Gedam
2023-02-06
1
-1
/
+1
*
Handle `backtracking` -> `rejecting_candidate` change
Pradyun Gedam
2023-02-06
1
-9
/
+9
*
Make resolvelib's provider capable of handling empty iterators
Pradyun Gedam
2023-02-06
1
-8
/
+26
*
Remove `--use-deprecated=backtrack-on-build-failures`
Pradyun Gedam
2022-07-15
2
-17
/
+0
*
fixed some spelling mistakes
Bastian Venthur
2022-06-14
1
-1
/
+1
*
More precise download_info with legacy cache entries
Stéphane Bidoul
2022-05-30
2
-2
/
+2
*
Set download_info also when the cache miss origin.json
Stéphane Bidoul
2022-05-29
2
-8
/
+19
*
Record origin url in wheel cache
Stéphane Bidoul
2022-05-22
2
-0
/
+4
*
Move `RequirementSet.add_requirement` into `LegacyResolver`
Pradyun Gedam
2022-05-13
1
-3
/
+127
*
Revert "Filter available distributions using hash declarations from constrain...
Pradyun Gedam
2022-05-03
1
-6
/
+12
*
Explicitly test installs (and fix a bug found by those tests!)
Paul Moore
2022-04-23
1
-0
/
+1
*
Store config settings on the install requirement
Paul Moore
2022-04-21
1
-0
/
+2
*
Filter available distributions using hash declarations from constraints files...
q0w
2022-03-16
1
-12
/
+6
*
More structured link evaluation result
Tzu-ping Chung
2022-03-10
1
-3
/
+3
*
Merge branch 'main' into requires-python
Tzu-ping Chung
2022-03-10
8
-89
/
+214
|
\
|
*
get_topological_weights: make assertion error message more informative.
Maurits van Rees
2022-02-01
1
-5
/
+5
|
*
Fix assertion error when determining installation order.
Maurits van Rees
2022-01-31
1
-6
/
+12
|
*
Fix typo
Pradyun Gedam
2022-01-29
1
-1
/
+1
|
*
Add `--use-deprecated=backtrack-on-build-failures`
Pradyun Gedam
2022-01-27
2
-0
/
+18
|
*
Abort immediately on metadata generation failure instead of backtracking
Pradyun Gedam
2022-01-27
1
-3
/
+2
|
*
Don't duplicate output when raising out of distribution preparation
Pradyun Gedam
2022-01-25
1
-1
/
+10
|
*
Prettify messages for discarding candidates due to issues
Pradyun Gedam
2022-01-25
1
-2
/
+12
|
*
Merge pull request #10625 from albertosottile/ignore_yanked
Pradyun Gedam
2022-01-24
1
-4
/
+17
|
|
\
|
|
*
Implement suggested changes
Alberto Sottile
2021-11-07
1
-1
/
+3
|
|
*
Fix permissions
Alberto Sottile
2021-11-07
1
-0
/
+0
|
|
*
Change specifier detection logic to exclude compatible release clauses
Alberto Sottile
2021-11-06
1
-3
/
+13
|
|
*
Skip yanked releases unless specified
Alberto Sottile
2021-10-30
1
-4
/
+5
|
*
|
Merge pull request #10511 from uranusjr/metadata-uninstall
Tzu-ping Chung
2021-11-22
2
-5
/
+3
|
|
\
\
|
|
*
|
CHange ireq.satisfied_by to abstract distribution
Tzu-ping Chung
2021-11-18
2
-5
/
+3
|
*
|
|
Simplify graph in get_topological_weights. (#10574)
Maurits van Rees
2021-11-20
1
-8
/
+47
|
|
/
/
|
*
|
Update the docs URL shown for ResolutionImpossible errors
Ed Morley
2021-11-03
1
-2
/
+2
|
|
/
|
*
Extract identifier cleanup for user_requested
Tzu-ping Chung
2021-10-24
1
-19
/
+52
|
*
Fix many typos
Alex Hedges
2021-10-11
3
-7
/
+7
|
*
Merge pull request #10481 from notatallshaw/prefer_failures
Pradyun Gedam
2021-10-10
1
-1
/
+19
|
|
\
[next]