index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
tarfile.py
Commit message (
Expand
)
Author
Age
*
gh-133005: Support `tarfile.open(mode="w|xz", preset=...)` (GH-133007)
Michał Górny
4 days
*
gh-121267: Improve performance of tarfile (#121267) (#121269)
Johan Förberg
2024-10-30
*
gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)
Seth Michael Larson
2024-08-31
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
*
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs
2024-05-29
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
*
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503
2024-04-19
*
gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...
Alex Waygood
2024-04-16
*
gh-115256: Remove refcycles from tarfile writing (GH-115257)
pan324
2024-03-04
*
gh-67837, gh-112998: Fix dirs creation in concurrent extraction (GH-115082)
Serhiy Storchaka
2024-02-11
*
gh-114959: tarfile: do not ignore errors when extract a directory on top of a...
Serhiy Storchaka
2024-02-03
*
gh-67641: Clarify documentation on bytes vs text with non-seeking tarfile str...
Stanley
2023-12-27
*
gh-87264: Convert tarinfo type to stat type (GH-113230)
Marat Idrisov
2023-12-19
*
gh-109653: Defer importing `warnings` in several modules (#110286)
Alex Waygood
2023-10-04
*
gh-107811: tarfile: treat overflow in UID/GID as failure to set it (#108369)
Petr Viktorin
2023-08-23
*
gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
balmeida-nokia
2023-08-21
*
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin
2023-08-21
*
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea
2023-05-23
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
*
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
Oleg Iarygin
2023-03-27
*
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd
2022-11-26
*
gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
Sam Ezeh
2022-11-26
*
gh-99325: Remove unused `NameError` handling (#99326)
Nikita Sobolev
2022-11-11
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
*
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Chris Fernald
2022-06-17
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Joshua Root
2022-02-09
*
bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...
Andrzej Mateja
2022-02-09
*
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
andrei kulakov
2022-01-21
*
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
Jack DeVries
2021-09-29
*
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-...
Anthony Sottile
2021-04-27
*
bpo-39717: [tarfile] update nested exception raising (GH-23739)
Ethan Furman
2020-12-12
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard
2020-11-25
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi
2020-07-15
*
bpo-18819: tarfile: only set device fields for device files (GH-18080)
William Chargin
2020-02-12
*
bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161)
Serhiy Storchaka
2020-01-24
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-22
*
Add missing docstrings for TarInfo objects (#12555)
Raymond Hettinger
2019-03-27
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
*
bpo-34043: Optimize tarfile uncompress performance (GH-8089)
INADA Naoki
2018-07-06
*
bpo-34010: Fix tarfile read performance regression (GH-8020)
hajoscher
2018-07-04
*
bpo-33842: Remove tarfile.filemode (GH-7661)
INADA Naoki
2018-06-28
*
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Joffrey F
2018-02-27
*
bpo-30693: zip+tarfile: sort directory listing (#2263)
Bernhard M. Wiedemann
2018-01-31
*
bpo-32297: Few misspellings found in Python source code comments. (#4803)
Mike
2017-12-14
*
Remove two legacy constants which hopefully have no consumers (#1087)
Alex Gaynor
2017-04-11
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
[next]