summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zipfile
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279)Miss Islington (bot)2025-06-084-10/+17
* [3.13] gh-133677: Fix tests when running in non-UTF-8 locale (GH-133865) (GH-...Serhiy Storchaka2025-05-121-1/+1
* [3.13] gh-117779: Fix reading duplicated entries in zipfile by name (GH-12925...Miss Islington (bot)2025-04-081-2/+106
* [3.13] GH-128131: Completely support random read access of uncompressed unenc...Miss Islington (bot)2025-01-201-0/+83
* [3.13] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) ...Miss Islington (bot)2024-12-241-0/+12
* [3.13] Fix typos (#123775) (#123866)Victor Stinner2024-10-071-2/+2
* [3.13] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...Miss Islington (bot)2024-09-021-6/+67
* [3.13] gh-122903: Honor directories in zipfile.Path.glob. (GH-122908) (#122926)Miss Islington (bot)2024-08-121-5/+24
* [3.13] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122922)Miss Islington (bot)2024-08-121-0/+17
* [3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591...Miss Islington (bot)2024-06-041-10/+17
* [3.13] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119589)Miss Islington (bot)2024-05-282-3/+3
* [3.13] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH...Miss Islington (bot)2024-05-161-5/+5
* gh-115961: Add name and mode attributes for compressed file-like objects (GH-...Serhiy Storchaka2024-04-211-3/+6
* gh-117084: Fix ZIP file extraction for directory entry names with backslashes...Serhiy Storchaka2024-03-221-0/+16
* gh-106531: Refresh zipfile._path with zipp 3.18. (#116835)Jason R. Coombs2024-03-142-17/+14
* gh-112795: Move the test for ZipFile into the core tests for zipfile. (#116823)Jason R. Coombs2024-03-142-12/+11
* gh-115961: Improve tests for compressed file-like objects (GH-115963)Serhiy Storchaka2024-02-281-11/+45
* gh-114959: tarfile: do not ignore errors when extract a directory on top of a...Serhiy Storchaka2024-02-031-0/+28
* gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)Ayappan Perumal2024-02-011-1/+1
* gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...Gregory P. Smith2024-01-121-2/+13
* Add @requires_zlib() decorator for gh-109858 tests (GH-113918)Serhiy Storchaka2024-01-101-0/+2
* gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)Serhiy Storchaka2024-01-101-0/+58
* gh-112795: Allow `/` folder in a zipfile (#112932)AN Long2024-01-071-0/+12
* gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)Nikita Sobolev2023-11-041-7/+7
* gh-102956: Fix returning of empty byte strings after seek in zipfile … (#10...Jokimax2023-10-241-0/+16
* gh-110715: Add missing import in zipfile (gh-110822)Kirill Podoprigora2023-10-141-7/+18
* gh-88233: zipfile: refactor _strip_extra (#102084)Jason R. Coombs2023-09-251-23/+23
* gh-106752: Sync with zipp 3.16.2 (#106757)Jason R. Coombs2023-07-153-9/+146
* gh-106752: Move zipfile._path into its own package (#106753)Jason R. Coombs2023-07-147-0/+0
* 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-102209: Sync with zipp 3.15 moving complexity tests into dedicated module ...Jason R. Coombs2023-02-256-50/+81
* gh-102209: Disable the timeout in test_implied_dirs_performance. (#102225)Jason R. Coombs2023-02-241-1/+2
* gh-101566: Sync with zipp 3.14. (GH-102018)Jason R. Coombs2023-02-204-53/+151
* gh-88233: zipfile: handle extras after a zip64 extra (GH-96161)Tim Hatch2023-02-201-0/+62
* gh-101144: Allow open and read_text encoding to be positional. (#101145)Gregory P. Smith2023-01-201-5/+69
* gh-96290: Support partial/invalid UNC drives in ntpath.normpath() and splitdr...Barney Gale2023-01-121-4/+4
* gh-98108: Add limited pickleability to zipfile.Path (GH-98109)Jason R. Coombs2022-11-264-21/+89
* Fix zipfile packaging after GH-98103 (GH-99797)Jason R. Coombs2022-11-261-0/+7
* gh-98098: Create packages from zipfile and test_zipfile (gh-98103)Jason R. Coombs2022-11-263-0/+3442