-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters #22219
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
+21
−2
Merged
Changes from 1 commit
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8ae6408
encodings.normalize_encoding() should ignore non-ASCII letters
shihai1991 0fcafb8
update test
shihai1991 dea24d8
Revert "update test"
shihai1991 dbb0062
apply victor's comment
shihai1991 3fa221f
apply victor's comment
shihai1991 a69eef8
Merge remote-tracking branch 'origin/master' into bpo_39337_new_2
shihai1991 2e73d13
apply victor's comments
shihai1991 95c1d98
apply victor's comment
shihai1991 03bfd9b
apply victor's comment
shihai1991 38f28bd
apply victor's comment
shihai1991 5982784
apply victor's comment
shihai1991 4ecb8a1
apply victor's comment
shihai1991 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
Merge remote-tracking branch 'origin/master' into bpo_39337_new_2
* origin/master: (147 commits) Fix the attribute names in the docstring of GenericAlias (GH-22594) bpo-39337: Add a test case for normalizing of codec names (GH-19069) bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when using gcc>9 (GH-22598) bpo-41306: Allow scale value to not be rounded (GH-21715) bpo-41970: Avoid test failure in test_lib2to3 if the module is already imported (GH-22595) bpo-41376: Fix the documentation of `site.getusersitepackages()` (GH-21602) Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) Fix comment about PyObject_IsTrue. (GH-22343) bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) bpo-41905: Add abc.update_abstractmethods() (GH-22485) bpo-41944: No longer call eval() on content received via HTTP in the UnicodeNames tests (GH-22575) bpo-41944: No longer call eval() on content received via HTTP in the CJK codec tests (GH-22566) Post 3.10.0a1 Python 3.10.0a1 bpo-41584: clarify when the reflected method of a binary arithemtic operator is called (#22505) bpo-41939: Fix test_site.test_license_exists_at_url() (#22559) bpo-41774: Tweak new programming FAQ entry (GH-22562) bpo-41936. Remove macros Py_ALLOW_RECURSION/Py_END_ALLOW_RECURSION (GH-22552) ...
- Loading branch information
commit a69eef84c86b0b96724a58cdeac5d56a90cffef9
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
You are viewing a condensed version of this merge commit. You can view the full changes here.
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.