-
Notifications
You must be signed in to change notification settings - Fork 3.2k
PEP 691: JSON-based simple index API interaction #11158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
6f167b5
PoC of PEP 691
dstufft 1fc571f
Support Hashes from PEP691
dstufft a287a0b
Use a tuple and one call to startswith
dstufft 9c58d2d
Use smaller values for HTML
dstufft 21fadc5
fix typing
dstufft 55192a1
Fix tests
dstufft 63bd865
Add logging
dstufft 5600eea
Fix Typing on older Pythons
dstufft b64a067
Fix import ordering
dstufft cdc2582
Add a news entry
dstufft 21a99e4
Update tests to use new names
dstufft 9c98346
Add new accept headers
dstufft 799c88f
Update some tests to work again
dstufft d67cac3
formatting
dstufft 6f9ccfc
Fix link hashes
dstufft 7cb5aae
fix a stray '
dstufft 5f3fbf0
Always use Unknown when unknown
dstufft 68836d4
fix number of calls
dstufft 41051f5
Better expand on our TODO
dstufft c1b46c1
Document the hashes parameter
dstufft c1b50e1
Add a test for parsing links from JSON
dstufft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Support `PEP 691 <https://peps.python.org/pep-0691/>`_. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.