index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
zipfile
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-113977, gh-120754: Remove unbounded reads from zipfile (GH-122101) ...
Miss Islington (bot)
2024-11-03
1
-3/+3
*
[3.12] gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195) (G...
Miss Islington (bot)
2024-04-01
1
-3/+6
*
[3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...
Serhiy Storchaka
2024-03-22
1
-1/+9
*
[3.12] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...
Miss Islington (bot)
2024-01-11
1
-0/+12
*
[3.12] gh-112795: Allow `/` folder in a zipfile (GH-112932) (#113789)
Miss Islington (bot)
2024-01-07
1
-1/+1
*
[3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112...
Miss Islington (bot)
2023-12-03
1
-3/+70
*
[3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...
Miss Islington (bot)
2023-10-25
1
-5/+5
*
[3.12] gh-110715: Add missing import in zipfile (gh-110822) (gh-110861)
Miss Islington (bot)
2023-10-14
1
-0/+1
*
gh-103861: Fix Zip64 extensions not being properly applied in some cases (#10...
Carey Metcalfe
2023-05-16
1
-15/+17
*
GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects...
Carey Metcalfe
2023-05-11
1
-0/+2
*
gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)
Yeojin Kim
2023-04-05
1
-13/+37
*
gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)
Tim Hatch
2023-02-20
1
-0/+2
*
Improve zip64 limit error message (#95892)
dmjohnsson23
2022-11-30
1
-2/+2
*
gh-98098: Create packages from zipfile and test_zipfile (gh-98103)
Jason R. Coombs
2022-11-26
1
-0/+2193