COMMITS
/ Lib/tarfile.py April 27, 2021
A
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850)
Anthony Sottile committed
December 12, 2020
E
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman committed
November 25, 2020
J
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard committed
October 20, 2020
A
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko committed
September 7, 2020
A
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov committed
July 15, 2020
R
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi committed
February 12, 2020
W
bpo-18819: tarfile: only set device fields for device files (GH-18080)
William Chargin committed
January 24, 2020
S
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Serhiy Storchaka committed
January 23, 2020
W
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff committed
March 27, 2019
R
Add missing docstrings for TarInfo objects (#12555)
Raymond Hettinger committed
March 21, 2019
C
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach committed
February 25, 2019
A
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile committed
July 6, 2018
I
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki committed
July 4, 2018
H
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher committed
June 28, 2018
I
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki committed
February 27, 2018
J
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Joffrey F committed
January 31, 2018
B
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann committed
December 14, 2017
April 12, 2017
A
Remove two legacy constants which hopefully have no consumers (#1087)
Alex Gaynor committed
April 7, 2017
S
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka committed
March 19, 2017
S
bpo-29776: Use decorator syntax for properties. (#585)
Serhiy Storchaka committed
January 13, 2017
S
Issue #29210: Removed support of deprecated argument "exclude" in
Serhiy Storchaka committed
December 9, 2016
X
Issue #26937: The chown() method of the tarfile.TarFile class does not fail now
Xavier de Gaye committed
October 30, 2016
S
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka committed
S
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka committed
September 10, 2016
Ł
Issue #27199: TarFile expose copyfileobj bufsize to improve throughput
Łukasz Langa committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
June 11, 2016
Ł
Merge 3.5, issue #27194
Łukasz Langa committed
Ł
Issue #27194: superfluous truncate calls in tarfile.py slow down extraction
Łukasz Langa committed
April 19, 2016
L
Issue #24838: Merge tarfile fix from 3.5.
Lars Gustäbel committed
L
Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
Lars Gustäbel committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
February 19, 2016
M
Issue #22468: Merge gettarinfo() doc from 3.5
Martin Panter committed
M
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
Martin Panter committed
January 16, 2016
M
Issue #23883: Add missing APIs to tarfile.__all__
Martin Panter committed
December 19, 2015
S
Issue #22227: The TarFile iterator is reimplemented using generator.
Serhiy Storchaka committed
December 11, 2015
M
Issue #22341: Drop Python 2 workaround and document CRC initial value
Martin Panter committed
July 6, 2015
L
L
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
Lars Gustäbel committed
July 2, 2015
L
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel committed
L
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel committed
May 27, 2015
L
tarfile.open() with mode 'x' created files without an end of archive marker.
Lars Gustäbel committed
April 15, 2015
E
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall().
Eric V. Smith committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
March 11, 2015
S
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka committed
S
Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with
Serhiy Storchaka committed
February 13, 2015
B
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Berker Peksag committed
February 10, 2015
S
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka committed