index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_tarfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)
Seth Michael Larson
2024-08-31
1
-0/+42
*
gh-121999: Change default tarfile filter to 'data' (GH-122002)
WilliamRoyNelson
2024-07-26
1
-34/+18
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
1
-27/+29
*
gh-115961: Add name and mode attributes for compressed file-like objects (GH-...
Serhiy Storchaka
2024-04-21
1
-8/+4
*
gh-116931: Add fileobj parameter check for Tarfile.addfile (GH-117988)
lyc8503
2024-04-19
1
-2/+10
*
gh-117691: Add an appropriate stacklevel for PEP-706 tarfile deprecation warn...
Alex Waygood
2024-04-16
1
-0/+25
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-1/+1
*
gh-115961: Improve tests for compressed file-like objects (GH-115963)
Serhiy Storchaka
2024-02-28
1
-1/+20
*
gh-114959: tarfile: do not ignore errors when extract a directory on top of a...
Serhiy Storchaka
2024-02-03
1
-0/+33
*
gh-87264: Convert tarinfo type to stat type (GH-113230)
Marat Idrisov
2023-12-19
1
-4/+16
*
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka
2023-12-14
1
-1/+1
*
gh-108303: Move `zip` and `tar` archives to `Lib/test/archivetestdata` (#111549)
Nikita Sobolev
2023-11-04
1
-6/+6
*
gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)
Victor Stinner
2023-09-21
1
-8/+21
*
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
Nikita Sobolev
2023-09-12
1
-11/+18
*
gh-107902: Don't test setting suid/sgid on systems that don't support them (G...
Petr Viktorin
2023-09-04
1
-14/+25
*
gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485)
balmeida-nokia
2023-08-21
1
-0/+17
*
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
Petr Viktorin
2023-08-21
1
-7/+139
*
gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)
Robert O'Shea
2023-05-23
1
-0/+23
*
gh-102950: Adjust tarfile filter tests for systems that don't set the sticky ...
Petr Viktorin
2023-04-25
1
-5/+25
*
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin
2023-04-24
1
-20/+944
*
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
Oleg Iarygin
2023-03-27
1
-0/+7
*
gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207)
SKO
2023-02-25
1
-6/+7
*
gh-101334: Don't force USTAR format in test_tarfile. (GH-101572)
Gregory P. Smith
2023-02-05
1
-0/+5
*
gh-91078: Return None from TarFile.next when the tarfile is empty (GH-91850)
Sam Ezeh
2022-11-26
1
-0/+12
*
gh-70441: Fix test_tarfile on systems w/o bz2 (gh-2962) (#94258)
Christian Heimes
2022-06-25
1
-0/+1
*
bpo-26253: Add compressionlevel to tarfile stream (GH-2962)
Yaron de Leeuw
2022-06-25
1
-0/+68
*
gh-91387: Fix tarfile test on WASI (GH-93984)
Christian Heimes
2022-06-18
1
-1/+1
*
gh-91387: Strip trailing slash from tarfile longname directories (GH-32423)
Chris Fernald
2022-06-17
1
-0/+17
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-0/+2
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
1
-1/+4
*
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
Christian Heimes
2022-03-10
1
-0/+1
*
bpo-45863: tarfile: don't zero out header fields unnecessarily (GH-29693)
Joshua Root
2022-02-09
1
-0/+55
*
bpo-44289: Keep argument file object's current position in tarfile.is_tarfile...
Andrzej Mateja
2022-02-09
1
-0/+12
*
bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)
andrei kulakov
2022-01-21
1
-0/+19
*
bpo-39039: tarfile raises descriptive exception from zlib.error (GH-27766)
Jack DeVries
2021-09-29
1
-0/+14
*
bpo-32695: Docs and tests for compresslevel and preset kwargs in tarfile (GH-...
Zackery Spytz
2021-08-09
1
-3/+18
*
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-...
Anthony Sottile
2021-04-27
1
-0/+12
*
bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409)
Julien Palard
2020-11-25
1
-3/+3
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Artem Bulgakov
2020-09-07
1
-1/+13
*
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
Victor Stinner
2020-08-17
1
-16/+13
*
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
Hai Shi
2020-08-03
1
-53/+54
*
bpo-39017: Avoid infinite loop in the tarfile module (GH-21454)
Rishi
2020-07-15
1
-0/+7
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-3/+6
*
bpo-40275: More lazy imports in test.support (GH-20131)
Hai Shi
2020-05-18
1
-3/+3
*
bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716)
Hai Shi
2020-04-29
1
-1/+1
*
bpo-40286: Use random.randbytes() in tests (GH-19575)
Victor Stinner
2020-04-17
1
-1/+1
*
bpo-18819: tarfile: only set device fields for device files (GH-18080)
William Chargin
2020-02-12
1
-0/+46
*
bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)
William Woodruff
2020-01-23
1
-0/+32
*
bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382)
Christian Heimes
2019-09-25
1
-26/+30
*
bpo-36268: Change default tar format to pax from GNU. (GH-12355)
CAM Gerlach
2019-03-21
1
-5/+6
[next]