-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
gh-101178: Add Ascii85, Base85, and Z85 support to binascii #102753
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
Open
kangtastic
wants to merge
29
commits into
python:main
Choose a base branch
from
kangtastic:gh-101178-rework-base85
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,766
−181
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
05ae5ad
Add Ascii85, base85, and Z85 support to binascii
kangtastic aa06c5d
Restore base64.py
kangtastic 6377440
Create _base64 module with wrappers for accelerated functions
kangtastic 6c0e4a3
Test both Python and C codepaths in base64
kangtastic ce4773c
Match behavior between Python and C base 85 functions
kangtastic 4072e3b
Add Z85 tests to binascii
kangtastic bc9217f
Update generated files
kangtastic 2c40ba0
Avoid importing functools
kangtastic fd9eaf7
Avoid circular import in _base64
kangtastic 4746d18
Do not use a decorator for changing exception type
kangtastic d075593
Test Python and C codepaths in base64 using mixins
kangtastic 6d65fec
Remove leading underscore from functions in private module
kangtastic a241356
Merge branch 'main' into gh-101178-rework-base85
serhiy-storchaka 0df9a40
Use more modern C API.
serhiy-storchaka 60fbd7c
Fix tests.
serhiy-storchaka a070887
Merge branch 'main' into gh-101178-rework-base85
serhiy-storchaka 167e83e
Fix new tests.
serhiy-storchaka 01df442
Optimize binascii.b2a_ascii85().
serhiy-storchaka 7885918
Apply suggestions from code review
serhiy-storchaka 1e928e3
Update C style to more closely adhere to PEP-7
kangtastic 2691a0a
Remove pure-Python base-85-related codepaths in base64
kangtastic b9d27bd
Remove now-unnecessary _base64 module and fix tests
kangtastic 780517a
Separate Z85 from Base85 on the Python API side
kangtastic bc9a66d
Fix tests after separating Base85 from Z85
kangtastic dc1d3fc
Merge branch 'main' into gh-101178-rework-base85
kangtastic c5de5a1
Update generated files after merging main
kangtastic 3bb3b18
Update Misc/NEWS.d and Misc/ACKS
kangtastic 6f09fa8
Update generated files again
kangtastic 6d8f897
Fix typo in NEWS entry
kangtastic 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.