-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
bpo-34472: Add data descriptor signature to zipfile #8871
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
bpo-34472: Add data descriptor signature to zipfile #8871
Conversation
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
This makes streamed zips compatible with MacOS Archive Utility and other applications.
Thanks @silas for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Thanks @silas for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Thanks @silas for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-9398 is a backport of this pull request to the 3.6 branch. |
This makes streamed zips compatible with MacOS Archive Utility and other applications. (cherry picked from commit 4ba3b50) Co-authored-by: Silas Sewell <silas@sewell.org>
Sorry, @silas and @serhiy-storchaka, I could not cleanly backport this to |
This makes streamed zips compatible with MacOS Archive Utility and other applications. (cherry picked from commit 4ba3b50) Co-authored-by: Silas Sewell <silas@sewell.org>
GH-9399 is a backport of this pull request to the 3.7 branch. |
Thanks @silas for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Sorry, @silas and @serhiy-storchaka, I could not cleanly backport this to |
) This makes streamed zips compatible with MacOS Archive Utility and other applications.. (cherry picked from commit 4ba3b50) Co-authored-by: Silas Sewell <silas@sewell.org>
GH-9407 is a backport of this pull request to the 2.7 branch. |
This makes streamed zips compatible with MacOS Archive Utility and other applications.
https://bugs.python.org/issue34472