-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Complete stubs for bleach
#9314
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 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4375fb5
Mark `bleach` as complete
sobolevn 49d8286
Fix CI
sobolevn b924759
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 146a810
Merge branch 'main' into mark-bleach
AlexWaygood 18e31e5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 24e2ad3
Fix some obvious merge issues
AlexWaygood 1b526fe
fix more mistakes when merging `main`
AlexWaygood 198f6a6
Update linkifier.pyi
AlexWaygood 22fd76e
Remove unused allowlist entries
AlexWaygood dc39112
Merge branch 'main' into mark-bleach
AlexWaygood 3245722
Merge branch 'main' into mark-bleach
AlexWaygood c4767d5
Update stubs/bleach/METADATA.toml
AlexWaygood 704cb27
Update stubs/bleach/bleach/html5lib_shim.pyi
AlexWaygood 5950664
fix mypy
AlexWaygood c723045
Merge branch 'main' into mark-bleach
Avasam c9faed8
Post-merge remove bleach from pyrightconfig.stricter.json
Avasam 7b72eef
Merge branch 'main' into mark-bleach
AlexWaygood 96fc2c4
Merge branch 'main' of https://github.com/python/typeshed into mark-b…
Avasam c79dca1
Ran stubdefaulter
Avasam 7723b65
Complete missing types
Avasam ea95d05
Address PR comments
Avasam a4ee82c
More PR comments
Avasam 5a39614
Mark uppercase names as Final
Avasam 3f865d3
Reduce allowlist entried and indicate possible runtime failure
Avasam 5f48c83
typo
Avasam 9c88154
Update stubs/html5lib/html5lib/_inputstream.pyi
Avasam e318888
Update stubs/bleach/bleach/html5lib_shim.pyi
Avasam c4aeaa5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Internal private stuff: | ||
bleach._vendor.* | ||
|
||
# Hacks: | ||
# Is a property returning a method, simplified: | ||
bleach.html5lib_shim.InputStreamWithMemory.changeEncoding | ||
bleach.html5lib_shim.InputStreamWithMemory.reset |
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
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.