COMMITS
/ Doc/library/tarfile.rst February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
November 6, 2025
P
gh-139707: Add docs for optional modules (GH-140171)
Petr Viktorin committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
July 20, 2025
M
D
gh-86608: Improve and restructure tarfile examples (#121771)
Dominic H. committed
July 4, 2025
R
Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263)
Rafael Fontenelle committed
July 3, 2025
E
June 3, 2025
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
April 27, 2025
M
gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007)
Michał Górny committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
July 26, 2024
W
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder 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
January 29, 2024
S
gh-89159: Add some TarFile attribute types (GH-114520)
Stanley committed
January 12, 2024
S
gh-89159: Document missing TarInfo members (#91564)
Stanley committed
December 27, 2023
December 18, 2023
H
gh-101100: Fix Sphinx warnings in library/tarfile.rst (#113237)
Hugo van Kemenade committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
August 21, 2023
P
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
June 14, 2023
J
tarfile: Fix positional-only syntax in docs (GH-105770)
Jelle Zijlstra committed
May 23, 2023
R
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea committed
April 24, 2023
P
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin committed
January 30, 2023
O
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Owain Davies committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
June 25, 2022
Y
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw committed
December 23, 2021
K
bpo-46157: fix typo in docs (GH-30237)
Kumar Aditya committed
August 9, 2021
Z
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-21470)
Zackery Spytz committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
October 20, 2020
A
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko committed
August 13, 2020
V
bpo-40204: Add :noindex: in the documentation (GH-21859)
Victor Stinner committed
June 4, 2020
H
Fix spacing in docs for tarfile (GH-20629)
Harsha Laxman committed
January 23, 2020
W
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff committed
September 28, 2019
P
bpo-37408: Precise that Tarfile "format" argument only concerns writing. (GH-14389)
Pascal Chambon committed
April 7, 2019
C
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
CAM Gerlach committed
March 21, 2019
C
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach committed
January 31, 2018
B
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann committed
March 8, 2017
S
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
Serhiy Storchaka committed
January 13, 2017
S
Issue #29210: Removed support of deprecated argument "exclude" in
Serhiy Storchaka committed
November 13, 2016
M
Issue #28678: Fix references to numeric_owner parameter
Martin Panter committed
November 2, 2016
S
Fixed hyperlinks for tarfile CLI options.
Serhiy Storchaka committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 13, 2016
B
Issue #27306: Fix typo in tarfile documentation
Berker Peksag committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 13, 2016
M
Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan
Martin Panter committed