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
/
tests
/
unit
/
test_index.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect --no-index from the requirements file
Klaas van Schelven
2022-07-20
1
-9
/
+9
*
Remove the html5lib deprecated feature flag.
Stéphane Bidoul
2022-07-16
1
-9
/
+0
*
More structured link evaluation result
Tzu-ping Chung
2022-03-10
1
-17
/
+45
*
Merge branch 'main' into requires-python
Tzu-ping Chung
2022-03-10
1
-65
/
+89
|
\
|
*
Replace vendored html5lib with stdlib
Jon Dufresne
2022-01-28
1
-0
/
+9
|
*
Complete type annotations of tests/unit/ directory
Jon Dufresne
2021-09-23
1
-65
/
+80
*
|
update log message
ronaudinho
2021-09-21
1
-1
/
+1
*
|
include skips due to requires-python in logged links
ronaudinho
2021-09-19
1
-1
/
+1
*
|
fix unit test
ronaudinho
2021-09-19
1
-1
/
+1
|
/
*
Cleanup implicit string concatenation
Pradyun Gedam
2021-08-20
1
-1
/
+1
*
Reformat the codebase, with black
Pradyun Gedam
2021-08-20
1
-206
/
+259
*
Move "Link requires a different Python" to verbose
Tzu-ping Chung
2021-06-20
1
-1
/
+1
*
fix test after changing debug string
Jim Fisher
2021-02-19
1
-1
/
+3
*
Use f-strings for simple string formatting
Jon Dufresne
2020-12-25
1
-1
/
+1
*
Drop u prefix from str literals
Jon Dufresne
2020-12-25
1
-3
/
+3
*
Move yanked message unit tests to use resolver
Tzu-ping Chung
2020-04-25
1
-70
/
+1
*
Update references to pep425tags
Pradyun Gedam
2020-02-26
1
-1
/
+1
*
Update references to collector.py
Pradyun Gedam
2019-10-19
1
-1
/
+1
*
Update imports to {index -> index.package_finder}
Pradyun Gedam
2019-10-19
1
-1
/
+1
*
Move PipSession to network.session
Chris Hunt
2019-09-27
1
-1
/
+1
*
Merge pull request #7023 from chrahunt/maint/remove-lockfile-dependency
Christopher Hunt
2019-09-19
1
-0
/
+1
|
\
|
*
Fix unrelated test.
Chris Hunt
2019-09-16
1
-0
/
+1
*
|
Change PackageFinder.create() to accept a LinkCollector.
Chris Jerdonek
2019-09-18
1
-20
/
+37
|
/
*
Move LinkCollector to a new collector.py module.
Chris Jerdonek
2019-09-14
1
-258
/
+1
*
Add a couple tests.
Chris Jerdonek
2019-09-12
1
-2
/
+100
*
Add LinkCollector class to index.py.
Chris Jerdonek
2019-09-10
1
-7
/
+15
*
Use pytest.param to skip certain parametrizations (#6944)
Albert Tugushev
2019-08-31
1
-26
/
+12
*
Change PackageFinder._sort_locations() to a group_locations() function.
Chris Jerdonek
2019-08-23
1
-10
/
+8
*
Merge pull request #6903 from cjerdonek/move-trusted-hosts
Chris Jerdonek
2019-08-22
1
-120
/
+0
|
\
|
*
Move trusted_hosts logic to PipSession.
Chris Jerdonek
2019-08-21
1
-120
/
+0
*
|
Add a test for compute_best_candidate() returning a None best candidate.
Chris Jerdonek
2019-08-20
1
-0
/
+19
*
|
Pass the best candidate to BestCandidateResult instead of CandidateEvaluator.
Chris Jerdonek
2019-08-20
1
-1
/
+2
*
|
Rename some PackageFinder "best candidate" classes and methods:
Chris Jerdonek
2019-08-20
1
-13
/
+15
|
/
*
Change isort multi_line_output to 3
Pradyun Gedam
2019-07-22
1
-4
/
+14
*
Pass the specifier to CandidateEvaluator.create().
Chris Jerdonek
2019-07-16
1
-11
/
+29
*
Add debug logging to filter_unallowed_hashes().
Chris Jerdonek
2019-07-14
1
-1
/
+82
*
Add project_name to CandidateEvaluator.
Chris Jerdonek
2019-07-14
1
-11
/
+15
*
Prefer candidates with allowed hashes when sorting.
Chris Jerdonek
2019-07-14
1
-6
/
+26
*
Pass the hashes when creating the CandidateEvaluator.
Chris Jerdonek
2019-07-14
1
-1
/
+34
*
Add filter_unallowed_hashes().
Chris Jerdonek
2019-07-14
1
-18
/
+48
*
Add get_applicable_candidates(), and test.
Chris Jerdonek
2019-07-07
1
-0
/
+17
*
Add CandidatePreferences and PackageFinder.make_candidate_evaluator().
Chris Jerdonek
2019-07-07
1
-18
/
+68
*
Simplify FoundCandidates.
Chris Jerdonek
2019-07-06
1
-1
/
+6
*
Add test_make_found_candidates().
Chris Jerdonek
2019-07-06
1
-7
/
+23
*
Add LinkEvaluator class.
Chris Jerdonek
2019-07-04
1
-69
/
+171
*
Merge pull request #6660 from cjerdonek/rename-egg-info-matches
Chris Jerdonek
2019-06-30
1
-11
/
+11
|
\
|
*
Rename index.py's _egg_info_matches(egg_info, canonical_name).
Chris Jerdonek
2019-06-30
1
-11
/
+11
*
|
Add a SelectionPreferences class.
Chris Jerdonek
2019-06-28
1
-3
/
+13
|
/
*
Support yanked reasons with non-ascii characters.
Chris Jerdonek
2019-06-27
1
-7
/
+28
*
Filter out yanked links earlier when allow_yanked=False.
Chris Jerdonek
2019-06-27
1
-28
/
+64
[next]