summaryrefslogtreecommitdiffstats
path: root/Lib/zipfile
Commit message (Expand)AuthorAgeFilesLines
* 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-106752: Sync with zipp 3.16.2 (#106757)Jason R. Coombs2023-07-152-18/+53
* gh-106752: Move zipfile._path into its own package (#106753)Jason R. Coombs2023-07-141-0/+0
* 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-102209: Sync with zipp 3.15 moving complexity tests into dedicated module ...Jason R. Coombs2023-02-251-1/+6
* gh-101566: Sync with zipp 3.14. (GH-102018)Jason R. Coombs2023-02-201-3/+60
* gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Tim Hatch2023-02-201-0/+2
* gh-101144: Allow open and read_text encoding to be positional. (#101145)Gregory P. Smith2023-01-201-5/+10
* Improve zip64 limit error message (#95892)dmjohnsson232022-11-301-2/+2
* gh-98108: Add limited pickleability to zipfile.Path (GH-98109)Jason R. Coombs2022-11-261-1/+19
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-263-0/+2585