-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
bpo-41842: Add a unregister function in _codecs module #22360
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
15 commits
Select commit
Hold shift + click to select a range
fefda70
add a _codecs.unregister in _codecs module
shihai1991 f7775c0
apply victor's comment
shihai1991 71b624e
apply victor's comment
shihai1991 d186726
apply victor's comment
shihai1991 f8e912b
retrigger checks
shihai1991 40666fc
apply victor's comment
shihai1991 3257b6c
update doc
shihai1991 a493a35
update doc
shihai1991 e29ec44
Merge remote-tracking branch 'origin/master' into bpo_39337_new_3
shihai1991 db4631e
update doc
shihai1991 5efff22
apply victor's comment
shihai1991 f18cd4f
apply Dong-hee Na's comment
shihai1991 8f6dc4d
apply victor and Zackery's comment
shihai1991 4308ea8
apply victor's comment
shihai1991 c9a0c99
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_3
* origin/master: (27 commits) bpo-41428: Fix compiler warnings in unionobject.c (GH-22388) bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) bpo-41833: threading.Thread now uses the target name (GH-22357) bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) bpo-33822: Update IDLE section of What's New 3.8 (GH-22383) bpo-41844: Add IDLE section to What's New 3.9 (GN-22382) bpo-41841: Prepare IDLE News for 3.10 (GH-22379) bpo-37779 : Add information about the overriding behavior of ConfigParser.read (GH-15177) bpo-40170: Use inline _PyType_HasFeature() function (GH-22375) bpo-40941: Fix stackdepth compiler warnings (GH-22377) bpo-40941: Fix fold_tuple_on_constants() compiler warnings (GH-22378) bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376) bpo-41834: Remove _Py_CheckRecursionLimit variable (GH-22359) bpo-1635741, unicodedata: add ucd_type parameter to UCD_Check() macro (GH-22328) bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) bpo-41513: Improve order of adding fractional values. Improve variable names. (GH-22368) bpo-41816: `StrEnum.__str__` is `str.__str__` (GH-22362) bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363) bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336) bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956) ...
- Loading branch information
commit e29ec442799835dece5ed7196fac8660a8b8c796
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.