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
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 }}
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
36.3k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Doc
library
zipfile.rst
on
3.9
User selector
All users
Datepicker
All time
Commit history
Commits on May 3, 2022
[3.9] bpo-46586: Fix more erroneous doc links to builtins (GH-31429) (#92199)
Show description for 92d2615
JelleZijlstra
and
meersuri
authored
92d2615
View commit details
Copy full SHA for 92d2615
View code at this point
Browse repository at this point
Commits on Aug 10, 2021
bpo-39498 Start linking the security warnings in the stdlib modules (GH-18272) (GH-27699)
Show description for fcbe8c6
miss-islington
and
tonybaloney
authored
fcbe8c6
View commit details
Copy full SHA for fcbe8c6
View code at this point
Browse repository at this point
Commits on Aug 4, 2021
[doc] bpo-43066: zipfile - add note on leading slash in the filename arg (GH-26899) (GH-27606)
Show description for 1a2c0ec
miss-islington
and
akulakov
authored
1a2c0ec
View commit details
Copy full SHA for 1a2c0ec
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
bpo-39667: Sync zipp 3.0 (GH-18540)
Show description for 0aeab5c
jaraco
and
blurb-it[bot]
authored
0aeab5c
View commit details
Copy full SHA for 0aeab5c
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
bpo-38526: Fix zipfile.Path method name to be the correct one (#17317)
PCManticore
authored and
jaraco
committed
65444cf
View commit details
Copy full SHA for 65444cf
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
bpo-36260: Add pitfalls to zipfile module documentation (#13378)
Show description for 3ba51d5
krnick
authored and
jaraco
committed
3ba51d5
View commit details
Copy full SHA for 3ba51d5
View code at this point
Browse repository at this point
Commits on May 8, 2019
bpo-36832: add zipfile.Path (#13153)
Show description for b2758ff
jaraco
authored and
warsaw
committed
b2758ff
View commit details
Copy full SHA for b2758ff
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
serhiy-storchaka
authored
2b57c43
View commit details
Copy full SHA for 2b57c43
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
serhiy-storchaka
authored
4bb186d
View commit details
Copy full SHA for 4bb186d
View code at this point
Browse repository at this point
Commits on Oct 27, 2018
Fix typo in zipfile documentation. (GH-10151)
nsrip
authored and
serhiy-storchaka
committed
40bf6cf
View commit details
Copy full SHA for 40bf6cf
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
bpo-34097: Polish API design (GH-8725)
Show description for 77b112c
Marcel Plch
authored and
vstinner
committed
77b112c
View commit details
Copy full SHA for 77b112c
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
Show description for a2fe1e5
Marcel Plch
authored and
vstinner
committed
a2fe1e5
View commit details
Copy full SHA for a2fe1e5
View code at this point
Browse repository at this point
Commits on Jan 31, 2018
bpo-30693: zip+tarfile: sort directory listing (#2263)
Show description for 8452104
bmwiedemann
authored and
vstinner
committed
8452104
View commit details
Copy full SHA for 8452104
View code at this point
Browse repository at this point
Commits on Jan 30, 2018
bpo-22908: Add seek and tell functionality to ZipExtFile (GH-4966)
Show description for 066df4f
jjolly
authored and
gpshead
committed
066df4f
View commit details
Copy full SHA for 066df4f
View code at this point
Browse repository at this point
bpo-21417: Add compresslevel= to the zipfile module (GH-5385)
Show description for ce237c7
bbayles
authored and
gpshead
committed
ce237c7
View commit details
Copy full SHA for ce237c7
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
bpo-29770: remove outdated PYO related info (GH-590)
zhangyangyu
authored
0710d75
View commit details
Copy full SHA for 0710d75
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
bpo-28231: The zipfile module now accepts path-like objects for external paths. (#511)
serhiy-storchaka
authored
8606e95
View commit details
Copy full SHA for 8606e95
View code at this point
Browse repository at this point
Commits on Jan 2, 2017
Issue #29013: Merge from 3.6
berkerpeksag
committed
b6cdc28
View commit details
Copy full SHA for b6cdc28
View code at this point
Browse repository at this point
Issue #29013: Merge from 3.5
berkerpeksag
committed
5430293
View commit details
Copy full SHA for 5430293
View code at this point
Browse repository at this point
Issue #29013: Fix allowZip64 documentation
Show description for 4950ae1
berkerpeksag
committed
4950ae1
View commit details
Copy full SHA for 4950ae1
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
Issue #28513: Documented command-line interface of zipfile.
serhiy-storchaka
committed
d8d9da0
View commit details
Copy full SHA for d8d9da0
View code at this point
Browse repository at this point
Issue #28513: Documented command-line interface of zipfile.
serhiy-storchaka
committed
92c1a90
View commit details
Copy full SHA for 92c1a90
View code at this point
Browse repository at this point
Issue #28513: Documented command-line interface of zipfile.
serhiy-storchaka
committed
5a97bf7
View commit details
Copy full SHA for 5a97bf7
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Issue #19795: Improved more markups of True/False.
serhiy-storchaka
committed
7d6dda4
View commit details
Copy full SHA for 7d6dda4
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Issue #28103: Merge from 3.5
berkerpeksag
committed
b7abaa8
View commit details
Copy full SHA for b7abaa8
View code at this point
Browse repository at this point
Issue #28103: Use ``'...'`` style in zipfile documentation
Show description for 7927e75
berkerpeksag
committed
7927e75
View commit details
Copy full SHA for 7927e75
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
Issue #24693: Changed some RuntimeError's in the zipfile module to more
Show description for b0d497c
serhiy-storchaka
committed
b0d497c
View commit details
Copy full SHA for b0d497c
View code at this point
Browse repository at this point
Commits on Jun 24, 2016
Issue #27381: Merge from 3.5
berkerpeksag
committed
ac5a319
View commit details
Copy full SHA for ac5a319
View code at this point
Browse repository at this point
Issue #27381: Remove superfluous paren in zipfile documentation
berkerpeksag
committed
a064382
View commit details
Copy full SHA for a064382
View code at this point
Browse repository at this point
Commits on Jun 15, 2016
Issue #27311: Merge zipfile doc from 3.5
vadmium
committed
9a8b5ca
View commit details
Copy full SHA for 9a8b5ca
View code at this point
Browse repository at this point
Issue #27311: Fix ZipFile.writestr data argument name.
Show description for 71e8636
vadmium
committed
71e8636
View commit details
Copy full SHA for 71e8636
View code at this point
Browse repository at this point
Commits on Jun 11, 2016
Merge Issue #22558.
terryjreedy
committed
4da945f
View commit details
Copy full SHA for 4da945f
View code at this point
Browse repository at this point
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Show description for fa089b9
terryjreedy
committed
fa089b9
View commit details
Copy full SHA for fa089b9
View code at this point
Browse repository at this point
Issue #27029: Removed deprecated support of universal newlines mode from ZipFile.open().
serhiy-storchaka
committed
e670be2
View commit details
Copy full SHA for e670be2
View code at this point
Browse repository at this point
Commits on May 15, 2016
Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only.
Show description for f47fc55
serhiy-storchaka
committed
f47fc55
View commit details
Copy full SHA for f47fc55
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.