Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
68a6da99e6dc127d817143f74e98d665117f99c2
/
Lib
/
test
/
test_tarfile.py
0f4a14b
TarFile.__init__() no longer fails if no name argument is passed and
by Lars Gustäbel
· 18 years ago
104490e
Added exclude keyword argument to the TarFile.add() method.
by Lars Gustäbel
· 18 years ago
7eec217
Have md5 raise a DeprecationWarning as per PEP 4.
by Brett Cannon
· 18 years ago
a0fcb93
Added errors argument to TarFile class that allows the user to
by Lars Gustäbel
· 18 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
a36cde4
Quick fix for tests that fail on systems with an encoding other
by Lars Gustäbel
· 18 years ago
c64e402
This is the implementation of POSIX.1-2001 (pax) format read/write support.
by Lars Gustäbel
· 18 years ago
d0b6040
A missing binary mode in AppendTest caused failures in Windows Buildbot.
by Lars Gustäbel
· 18 years ago
3f8aca1
Patch #1652681: create nonexistent files in append mode and
by Lars Gustäbel
· 19 years ago
a7ba6fc
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
by Lars Gustäbel
· 19 years ago
a4b2381
Patch #1262036: Prevent TarFiles from being added to themselves under
by Lars Gustäbel
· 19 years ago
6baa502
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
by Lars Gustäbel
· 19 years ago
ded1c4d
Testcase for patch #1484695.
by Georg Brandl
· 19 years ago
87fa559
Patch #1610437: fix a tarfile bug with long filename headers.
by Georg Brandl
· 19 years ago
a32e0a0
Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated
by Georg Brandl
· 19 years ago
8a51939
Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897.
by Neal Norwitz
· 19 years ago
4e30617
The cheery optimism of old age.
by Tim Peters
· 19 years ago
de41dc8
More random thrashing trying to understand spurious
by Tim Peters
· 19 years ago
0249476
Explicitly close files. I'm trying to stop the frequent spurious test_tarfile
by Tim Peters
· 19 years ago
b1f3251
Use open() to open files (was using file()).
by Tim Peters
· 19 years ago
4ccc0b7
test_directory(): Remove the leftover temp directory that's making
by Tim Peters
· 19 years ago
12087ba
ReadDetectFileobjTest: repair Windows disasters by opening
by Tim Peters
· 19 years ago
49c8f4c
[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
by Georg Brandl
· 19 years ago
38c6a22
Patch #1484695: Update the tarfile module to version 0.8. This fixes
by Georg Brandl
· 19 years ago
f339654
Patch #1338314, Bug #1336623: fix tarfile so it can extract
by Neal Norwitz
· 20 years ago
b0e32e2
Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)
by Neal Norwitz
· 20 years ago
5dbdc59
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
by Martin v. Löwis
· 20 years ago
78be7df
Patch #918101: Add tarfile open mode r|* for auto-detection of the
by Martin v. Löwis
· 20 years ago
df24153
Patch #1107973: tarfile.ExFileObject iterators.
by Martin v. Löwis
· 20 years ago
8ceefc5
Whitespace normalization.
by Tim Peters
· 21 years ago
d4f2552
Add test case for bug #1017553
by Andrew M. Kuchling
· 21 years ago
c234a52
Flush bz2 data even if nothing had been written so far. Fixes #1013882.
by Martin v. Löwis
· 21 years ago
a4f651a
SF #857297 and 916874, improve handling of hard links when extracting
by Neal Norwitz
· 21 years ago
0662f8a
SF #846659, fix bufsize violation and GNU longname/longlink extensions
by Neal Norwitz
· 21 years ago
43e559a
When calling tarname with an argument (and thus not use testtar.tar) return a
by Brett Cannon
· 22 years ago
455ea53
Make creation of temporary file and directory more portable. Also made cleanup
by Brett Cannon
· 22 years ago
a94568a
Patch #734231: Update RiscOS support. In particular, correct
by Martin v. Löwis
· 22 years ago
21d3a32
Combine the functionality of test_support.run_unittest()
by Walter Dörwald
· 22 years ago
ae32319
Get test working if gzip support is not available
by Neal Norwitz
· 22 years ago
149a899
The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting.
by Jack Jansen
· 22 years ago
c7fcc2d
Two fixes to make this test pass on MacOS9:
by Jack Jansen
· 22 years ago
8266af4
Removed debugging print in test_tarfile.
by Tim Peters
· 22 years ago
f2715e0
Whitespace normalization.
by Tim Peters
· 22 years ago
996acf1
Actually run these tests from regrtest.py.
by Neal Norwitz
· 22 years ago
b9ef4ae
SF #651082, tarfile module implementation from Lars Gustäbel
by Neal Norwitz
· 23 years ago