Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
eb6364557f9bc4e6be29bb8a8f43308a0e080aba
/
Lib
/
test
/
test_tarfile.py
daac5f9
Issue #24838: Merge test_tarfile.py fix from 3.5.
by Lars Gustäbel
· 9 years ago
ddd9917
Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings.
by Lars Gustäbel
· 9 years ago
7c3e684
Issue #24838: Merge tarfile fix from 3.5.
by Lars Gustäbel
· 9 years ago
0f450ab
Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
by Lars Gustäbel
· 9 years ago
5318d10
Issue #23883: grp and pwd are None on Windows
by Martin Panter
· 9 years ago
2c1d3e3
Issue #23883: Removed redundant names from blacklists.
by Serhiy Storchaka
· 9 years ago
104dcda
Issue #23883: Add missing APIs to tarfile.__all__
by Martin Panter
· 9 years ago
5fbadb6
Use support.change_cwd() in tests.
by Serhiy Storchaka
· 9 years ago
2a23adf
Use support.change_cwd() in tests.
by Serhiy Storchaka
· 9 years ago
e12aa62
Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
by Lars Gustäbel
· 9 years ago
0357268
Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment.
by Lars Gustäbel
· 9 years ago
49c521f
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 9 years ago
b7a688b
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
by Lars Gustäbel
· 9 years ago
20703c6
tarfile.open() with mode 'x' created files without an end of archive marker.
by Lars Gustäbel
· 9 years ago
ad3e27a
Issue #23193: Skip numeric_owner tests on platforms where they don't make sense
by Zachary Ware
· 10 years ago
ce64391
Issue #9517: Move script_helper to the support package.
by Berker Peksag
· 10 years ago
7a80389
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall().
by Eric V. Smith
· 10 years ago
0fe6325
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
by Berker Peksag
· 10 years ago
4bdcfce
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
by Serhiy Storchaka
· 10 years ago
832dd5f
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
by Serhiy Storchaka
· 10 years ago
57004c6
Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use
by Victor Stinner
· 10 years ago
a7eb746
Issue #21549: Added the "members" parameter to TarFile.list().
by Serhiy Storchaka
· 10 years ago
a98faef
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
by Serhiy Storchaka
· 10 years ago
2c6a3ae
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
by Serhiy Storchaka
· 10 years ago
e0bd2c5
Issue21440 Use support.rmtree in test_zipfile & test_tarfile
by Tim Golden
· 11 years ago
f6a38e1
Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales.
by Serhiy Storchaka
· 11 years ago
162c477
Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales.
by Serhiy Storchaka
· 11 years ago
255493c
Issue #19920: TarFile.list() no longer fails when outputs a listing
by Serhiy Storchaka
· 11 years ago
3b4f159
Issue #19920: TarFile.list() no longer fails when outputs a listing
by Serhiy Storchaka
· 11 years ago
a7184e6
Fix typo.
by Serhiy Storchaka
· 11 years ago
2d5a092
Issue #20384: Fix the test_tarfile test on Windows.
by Serhiy Storchaka
· 11 years ago
aee0e63
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
by Serhiy Storchaka
· 11 years ago
c2d0142
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
by Serhiy Storchaka
· 11 years ago
7d68a1c
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
by Serhiy Storchaka
· 11 years ago
9fbec7a
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
by Serhiy Storchaka
· 11 years ago
ce644a0
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
by Serhiy Storchaka
· 11 years ago
53ad0cd
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
by Serhiy Storchaka
· 11 years ago
f22fe0f
Test the open of non-exitent tarfile in all modes.
by Serhiy Storchaka
· 11 years ago
2a3d7d1
Test the open of non-exitent tarfile in all modes.
by Serhiy Storchaka
· 11 years ago
3b7b1e5
Try to fix test_tarfile under Windows
by Antoine Pitrou
· 11 years ago
5e8c809
Build a list of supported test tarfiles dynamically for CLI "test" command
by Serhiy Storchaka
· 11 years ago
d27b455
Issue #13477: Added command line interface to the tarfile module.
by Serhiy Storchaka
· 11 years ago
260fbe8
Issue #15767: Excise the remaining instances of ModuleNotFoundError
by Brett Cannon
· 11 years ago
78be6e8
Issue #18223: Refactor test_tarfile.
by Serhiy Storchaka
· 11 years ago
8b56292
Issue #18223: Refactor test_tarfile.
by Serhiy Storchaka
· 11 years ago
b3c5d85
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
263fab9
Issue #16601: Restarting iteration over tarfile no more continues from where
by Serhiy Storchaka
· 12 years ago
2aa4e6c
Issue #16645: Fix hardlink extracting test for tarfile.
by Serhiy Storchaka
· 12 years ago
62c75f1
Issue #16645: Fix hardlink extracting test for tarfile.
by Serhiy Storchaka
· 12 years ago
88339c4
Issue #16645: Fix hardlink extracting test for tarfile.
by Serhiy Storchaka
· 12 years ago
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 12 years ago
3438fa4
Get rig of EnvironmentError (#16705)
by Andrew Svetlov
· 12 years ago
7a919e9
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
by Lars Gustäbel
· 13 years ago
9f478c0
Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
by Lars Gustäbel
· 13 years ago
1ef9eda
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
by Lars Gustäbel
· 13 years ago
0a9dd2f
Issue #5689: Add support for lzma compression to the tarfile module.
by Lars Gustäbel
· 13 years ago
bb44b73
Remove no longer needed work-around for bz2 file object support.
by Lars Gustäbel
· 13 years ago
45fb082
Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k.
by Lars Gustäbel
· 13 years ago
ed1ac58
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
by Lars Gustäbel
· 13 years ago
01277d1
Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
by Lars Gustäbel
· 13 years ago
ac3d137
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
by Lars Gustäbel
· 13 years ago
9c3de4a
Issue #12326: don't test the major version of sys.platform
by Victor Stinner
· 13 years ago
74b6abf
Merge with 3.2.
by Georg Brandl
· 13 years ago
3abb372
Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError.
by Georg Brandl
· 13 years ago
bf81622
Issue #12451: Add support.create_empty_file()
by Victor Stinner
· 13 years ago
4e86d5b
Replace open(filename, 'rU') by open(filename, 'r')
by Victor Stinner
· 14 years ago
4a0afa2
Wrap the correct test with the skip decorator for the issue10761.
by Senthil Kumaran
· 14 years ago
be5dbeb
merge from 3.1
by Senthil Kumaran
· 14 years ago
f108f82
Wrap the testskip decorator for the proper test to resolve bb failure.
by Senthil Kumaran
· 14 years ago
2ea7270
merge from 3.2
by Senthil Kumaran
· 14 years ago
c20566c
merge from 3.1
by Senthil Kumaran
· 14 years ago
e3bdcf4
skip the extractall test on platforms where os.symlink is not available.
by Senthil Kumaran
· 14 years ago
7274828
merge from 3.2
by Senthil Kumaran
· 14 years ago
8a410d3
merge from 3.1
by Senthil Kumaran
· 14 years ago
123932f
Add tests for tarfile extractall feature when with symlinks
by Senthil Kumaran
· 14 years ago
8f36af7
Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'.
by Marc-André Lemburg
· 14 years ago
9f6cbe0
Merged revisions 88528 via svnmerge from
by Lars Gustäbel
· 14 years ago
dd07104
Issue #11224: Improved sparse file read support (r85916) introduced a
by Lars Gustäbel
· 14 years ago
a63a312
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
by Raymond Hettinger
· 14 years ago
3b4499c
Fix #9333. The symlink function is always available now, raising OSError
by Brian Curtin
· 14 years ago
52173d4
Fix #9333. Expose os.symlink on Windows only when usable.
by Brian Curtin
· 14 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
be647e2
Remove extracted trees at the end of the test.
by Martin v. Löwis
· 14 years ago
16f344d
Issue #10184: Touch directories only once when extracting a tarfile.
by Martin v. Löwis
· 14 years ago
e1eca4e
Issue #10233: Close file objects in a timely manner in the tarfile module
by Antoine Pitrou
· 14 years ago
14d8fe7
test_tarfile: woops, remove +0.001 which was used to debug
by Victor Stinner
· 14 years ago
26bfb5a
test_tarfile: dump mtime as hexadecimal on test_extractall failure
by Victor Stinner
· 14 years ago
9cbdd75
Add read support for all missing variants of the GNU sparse
by Lars Gustäbel
· 14 years ago
57f7579
Revert r85801. The test ought to pass without rounding.
by Martin v. Löwis
· 14 years ago
2b9af63
Try to fix test_tarfile on AMD64 debian parallel 3.x
by Victor Stinner
· 14 years ago
605c293
Further tarfile / test_tarfile cleanup
by Antoine Pitrou
· 14 years ago
ab58b5f
Try harder to fix test_tarfile under Windows buildbots
by Antoine Pitrou
· 14 years ago
95f5560
Try to fix test_tarfile issues on Windows buildbots by closing file
by Antoine Pitrou
· 14 years ago
74e4561
Re-flow several long lines from #1578269.
by Brian Curtin
· 14 years ago
d40e6f7
Implement #1578269. Patch by Jason R. Coombs.
by Brian Curtin
· 14 years ago
1b51272
Merged revisions 81667 via svnmerge from
by Lars Gustäbel
· 14 years ago
547f808
Merged revisions 81665 via svnmerge from
by Lars Gustäbel
· 14 years ago
2470ff1
Merged revisions 81663 via svnmerge from
by Lars Gustäbel
· 14 years ago
1465cc2
Issue #8633: Support for POSIX.1-2008 binary pax headers.
by Lars Gustäbel
· 15 years ago
de629d4
Issue #8390: tarfile uses surrogateespace as the default error handler
by Victor Stinner
· 15 years ago
Next »