COMMITS
/ Lib/test/test_tarfile.py May 21, 2026
N
gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304)
Nadeshiko Manju committed
May 18, 2026
A
gh-149980: Strip all trailing slashes from GNU long directory names in tarfile (GH-150019)
ankhikarmakar committed
May 15, 2026
V
gh-149879: Fix test_tarfile on Cygwin (#149897)
Victor Stinner committed
May 8, 2026
P
gh-149486: tarfile.data_filter: validate written link target (GH-149487)
Petr Viktorin committed
May 1, 2026
A
gh-75707: tarfile: Add optional open() argument "mtime" (GH-138117)
Amp Tell committed
March 11, 2026
S
gh-141707: Skip TarInfo DIRTYPE normalization during GNU long name handling
Seth Michael Larson committed
February 27, 2026
S
gh-76007: Deprecate `tarfile.version` (#145326)
Stan Ulbrych committed
September 8, 2025
C
gh-57911: Fix failing symlink test in tarfile (GH-138626)
Christoph Walcher committed
September 5, 2025
C
gh-57911: Sanitize symlink targets in tarfile on win32 (GH-138309)
Christoph Walcher committed
August 6, 2025
A
gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316)
Alexander Urieles committed
August 4, 2025
A
gh-81325: Support path-like objects with streaming TarFile (#137188)
Alexander Urieles committed
July 28, 2025
A
gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)
Alexander Urieles committed
June 3, 2025
May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 18, 2025
S
gh-133890: Handle UnicodeEncodeError in tarfile (GH-134147)
Serhiy Storchaka committed
May 6, 2025
E
gh-132983: Add the `compression.zstd` pacakge and tests (#133365)
Emma Smith committed
March 20, 2025
T
gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (#131462)
Thomas Grainger committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner committed
January 28, 2025
H
gh-127146: Update test skips for Emscripten 4.0.1 (#129375)
Hood Chatham committed
January 6, 2025
H
gh-127146: Skip Emscripten tests with pending fixes (#128549)
Hood Chatham committed
August 31, 2024
S
gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)
Seth Michael Larson committed
July 26, 2024
W
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
April 21, 2024
S
gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
Serhiy Storchaka committed
April 19, 2024
L
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503 committed
April 16, 2024
A
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
February 28, 2024
S
gh-115961: Improve tests for compressed file-like objects (GH-115963)
Serhiy Storchaka committed
February 3, 2024
S
gh-114959: tarfile: do not ignore errors when extract a directory on top of a file (GH-114960)
Serhiy Storchaka committed
December 19, 2023
M
gh-87264: Convert tarinfo type to stat type (GH-113230)
Marat Idrisov committed
December 14, 2023
S
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka committed
November 4, 2023
N
gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)
Nikita Sobolev committed
September 21, 2023
V
gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)
Victor Stinner committed
September 12, 2023
N
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Nikita Sobolev committed
September 4, 2023
P
gh-107902: Don't test setting suid/sgid on systems that don't support them (GH-108368)
Petr Viktorin committed
August 21, 2023
B
gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
balmeida-nokia committed
P
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin committed
May 23, 2023
R
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea committed
April 25, 2023
P
gh-102950: Adjust tarfile filter tests for systems that don't set the sticky bit (GH-103831)
Petr Viktorin committed
April 24, 2023
P
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin committed
March 27, 2023
O
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
Oleg Iarygin committed
February 25, 2023
February 5, 2023
G
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Gregory P. Smith committed
November 26, 2022
S
gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
Sam Ezeh committed
June 25, 2022
C
gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962) (#94258)
Christian Heimes committed
Y
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw committed
June 18, 2022
C
gh-91387: Fix tarfile test on WASI (GH-93984)
Christian Heimes committed
June 17, 2022
C
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Chris Fernald committed
June 6, 2022
C
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes committed
May 25, 2022
C
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes committed