summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-211-2/+10
* gh-102190: Add additional zipfile `pwd=` arg docstrings (gh-102195)Deborah2024-03-311-3/+6
* gh-117084: Fix ZIP file extraction for directory entry names with backslashes...Serhiy Storchaka2024-03-221-1/+9
* gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)Serhiy Storchaka2024-02-111-2/+6
* gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...Gregory P. Smith2024-01-121-9/+18
* gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)Serhiy Storchaka2024-01-101-0/+12
* gh-112795: Allow `/` folder in a zipfile (#112932)AN Long2024-01-071-1/+1
* gh-112578: Fix RuntimeWarning when running zipfile (GH-112579)Shantanu2023-12-031-3/+70
* gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...Jokimax2023-10-241-5/+5
* gh-110715: Add missing import in zipfile (gh-110822)Kirill Podoprigora2023-10-141-0/+1
* gh-88233: zipfile: refactor _strip_extra (#102084)Jason R. Coombs2023-09-251-23/+37
* gh-103861: Fix Zip64 extensions not being properly applied in some cases (#10...Carey Metcalfe2023-05-161-15/+17
* GH-92184: Convert os.altsep to '/' in filenames when creating ZipInfo objects...Carey Metcalfe2023-05-111-0/+2
* gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)Yeojin Kim2023-04-051-13/+37
* gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Tim Hatch2023-02-201-0/+2
* Improve zip64 limit error message (#95892)dmjohnsson232022-11-301-2/+2
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-261-0/+2193