summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipfile/test_core.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Fix typos (#123775) (#123867)Victor Stinner2024-09-091-2/+2
* [3.12] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-221-0/+16
* [3.12] gh-112795: Move the test for ZipFile into the core tests for zipfile. ...Miss Islington (bot)2024-03-141-0/+11
* [3.12] gh-115961: Improve tests for compressed file-like objects (GH-115963) ...Miss Islington (bot)2024-02-281-11/+45
* [3.12] gh-114959: tarfile: do not ignore errors when extract a directory on t...Miss Islington (bot)2024-02-031-0/+28
* [3.12] gh-105089: Fix test_create_directory_with_write test failure in AIX (G...Miss Islington (bot)2024-02-011-1/+1
* [3.12] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...Miss Islington (bot)2024-01-111-0/+60
* [3.12] gh-102956: Fix returning of empty byte strings after seek in zipfile â...Miss Islington (bot)2023-10-251-0/+16
* [3.12] gh-110715: Add missing import in zipfile (gh-110822) (gh-110861)Miss Islington (bot)2023-10-141-7/+18
* gh-103861: Fix Zip64 extensions not being properly applied in some cases (#10...Carey Metcalfe2023-05-161-0/+153
* gh-86094: Add support for Unicode Path Extra Field in ZipFile (gh-102566)Yeojin Kim2023-04-051-0/+27
* gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Tim Hatch2023-02-201-0/+62
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Barney Gale2023-01-121-4/+4
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-261-0/+3014