Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.2k
Star
74.4k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-118107: Fix zipimporter ZIP64 handling.
- #118108
#118108
Merged
encukou
merged 15 commits into
python:main
python/cpython:main
from
jsirois:fix-issue-118107
jsirois/cpython:fix-issue-118107
Copy head branch name to clipboard
May 7, 2024
Conversation
Commits
15
(15)
Checks
Files changed
Merged
gh-118107: Fix zipimporter ZIP64 handling.
#118108
encukou
merged 15 commits into
python:main
python/cpython:main
from
jsirois:fix-issue-118107
jsirois/cpython:fix-issue-118107
Copy head branch name to clipboard
Commits
Commits on Apr 19, 2024
gh-118107: Fix zipimporter ZIP64 handling.
Show description for 702ece5
jsirois
committed
702ece5
View commit details
Copy full SHA for 702ece5
Browse repository at this point
Move the struct import to the top level.
jsirois
committed
923cdce
View commit details
Copy full SHA for 923cdce
Browse repository at this point
Fix whitespace to match local convention for import comments.
jsirois
committed
6fb7668
View commit details
Copy full SHA for 6fb7668
Browse repository at this point
Commits on Apr 20, 2024
Add a test for large files and fix fallout in zipimporter.
jsirois
committed
8d55e2f
View commit details
Copy full SHA for 8d55e2f
Browse repository at this point
Merge branch 'main' into fix-issue-118107
jsirois
authored
86b23e3
View commit details
Copy full SHA for 86b23e3
Browse repository at this point
Commits on Apr 21, 2024
Update Misc/NEWS.d/next/Library/2024-04-19-09-28-43.gh-issue-118107.Mdsr1J.rst
Show description for 13edef2
jsirois
and
Eclips4
authored
13edef2
View commit details
Copy full SHA for 13edef2
Browse repository at this point
Merge branch 'main' into fix-issue-118107
jsirois
authored
d5df3fd
View commit details
Copy full SHA for d5df3fd
Browse repository at this point
Commits on Apr 24, 2024
Merge branch 'main' into fix-issue-118107
jsirois
authored
5d1f88d
View commit details
Copy full SHA for 5d1f88d
Browse repository at this point
Commits on May 5, 2024
Speed testZip64LargeFile up by checking in test data.
Show description for debba75
gpshead
authored and
jsirois
committed
debba75
View commit details
Copy full SHA for debba75
Browse repository at this point
Kill ZIP_DEFLATED sparse trick and document.
jsirois
committed
83bfe20
View commit details
Copy full SHA for 83bfe20
Browse repository at this point
Merge remote-tracking branch 'refs/remotes/upstream/main' into fix-issue-118107
jsirois
committed
b1bdd8f
View commit details
Copy full SHA for b1bdd8f
Browse repository at this point
Commits on May 6, 2024
Fix 80 cols and make generated test data reproducible, with added tests of test.
jsirois
committed
00e30b2
View commit details
Copy full SHA for 00e30b2
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into fix-issue-118107
jsirois
committed
3dc2325
View commit details
Copy full SHA for 3dc2325
Browse repository at this point
Merge branch 'main' into fix-issue-118107
ambv
authored
801d0f4
View commit details
Copy full SHA for 801d0f4
Browse repository at this point
Commits on May 7, 2024
Add test/zipimport_data to Makefile
encukou
committed
9a15380
View commit details
Copy full SHA for 9a15380
Browse repository at this point
You can’t perform that action at this time.