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
*
Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar
Serhiy Storchaka
2016-10-30
1
-1/+7
*
Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings.
Lars Gustäbel
2016-04-19
1
-2/+2
*
Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and
Lars Gustäbel
2016-04-19
1
-5/+82
*
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
1
-9/+3
|
\
|
*
Use support.change_cwd() in tests.
Serhiy Storchaka
2015-09-06
1
-9/+3
*
|
Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is...
Lars Gustäbel
2015-07-06
1
-0/+23
|
\
\
|
|
/
|
*
Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...
Lars Gustäbel
2015-07-06
1
-0/+23
*
|
Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting ...
Lars Gustäbel
2015-07-02
1
-0/+4
|
\
\
|
|
/
|
*
Issue #24514: tarfile now tolerates number fields consisting of only whitespace.
Lars Gustäbel
2015-07-02
1
-0/+4
*
|
tarfile.open() with mode 'x' created files without an end of archive marker.
Lars Gustäbel
2015-05-27
1
-1/+14
*
|
Issue #23193: Skip numeric_owner tests on platforms where they don't make sense
Zachary Ware
2015-05-13
1
-0/+2
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+2
*
|
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFi...
Eric V. Smith
2015-04-15
1
-0/+132
*
|
Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode.
Berker Peksag
2015-02-13
1
-0/+82
*
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
1
-0/+15
|
\
\
|
|
/
|
*
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
1
-0/+15
|
*
Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use
Victor Stinner
2014-09-03
1
-20/+19
*
|
Issue #21549: Added the "members" parameter to TarFile.list().
Serhiy Storchaka
2014-08-21
1
-0/+12
*
|
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
Serhiy Storchaka
2014-07-16
1
-6/+30
|
\
\
|
|
/
|
*
Issue 21044: tarfile.open() now handles fileobj with an integer 'name'
Serhiy Storchaka
2014-07-16
1
-6/+30
*
|
Issue21440 Use support.rmtree in test_zipfile & test_tarfile
Tim Golden
2014-05-06
1
-20/+19
|
/
*
Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales.
Serhiy Storchaka
2014-02-19
1
-8/+10
|
\
|
*
Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales.
Serhiy Storchaka
2014-02-19
1
-8/+10
*
|
Issue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka
2014-02-05
1
-18/+99
|
\
\
|
|
/
|
*
Issue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka
2014-02-05
1
-0/+78
|
*
Fix typo.
Serhiy Storchaka
2014-01-24
1
-1/+1
|
*
Issue #20384: Fix the test_tarfile test on Windows.
Serhiy Storchaka
2014-01-24
1
-1/+6
*
|
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
1
-0/+16
|
\
\
|
|
/
|
*
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
Serhiy Storchaka
2014-01-18
1
-0/+16
*
|
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
1
-0/+6
|
\
\
|
|
/
|
*
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
Serhiy Storchaka
2014-01-18
1
-0/+6
*
|
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
1
-0/+14
|
\
\
|
|
/
|
*
Issue #20245: The open functions in the tarfile module now correctly handle e...
Serhiy Storchaka
2014-01-18
1
-0/+14
|
*
Test the open of non-exitent tarfile in all modes.
Serhiy Storchaka
2014-01-13
1
-5/+7
*
|
Test the open of non-exitent tarfile in all modes.
Serhiy Storchaka
2014-01-13
1
-5/+7
*
|
Try to fix test_tarfile under Windows
Antoine Pitrou
2013-11-24
1
-1/+1
*
|
Build a list of supported test tarfiles dynamically for CLI "test" command
Serhiy Storchaka
2013-11-24
1
-3/+6
*
|
Issue #13477: Added command line interface to the tarfile module.
Serhiy Storchaka
2013-11-23
1
-1/+165
*
|
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
1
-3/+3
*
|
Issue #18223: Refactor test_tarfile.
Serhiy Storchaka
2013-06-17
1
-382/+339
|
\
\
|
|
/
|
*
Issue #18223: Refactor test_tarfile.
Serhiy Storchaka
2013-06-17
1
-380/+337
*
|
Issue #16601: Restarting iteration over tarfile no more continues from where
Serhiy Storchaka
2013-05-09
1
-0/+8
|
\
\
|
|
/
|
*
Issue #16601: Restarting iteration over tarfile no more continues from where
Serhiy Storchaka
2013-05-09
1
-0/+8
*
|
Issue #16645: Fix hardlink extracting test for tarfile.
Serhiy Storchaka
2012-12-30
1
-16/+6
|
\
\
|
|
/
|
*
Issue #16645: Fix hardlink extracting test for tarfile.
Serhiy Storchaka
2012-12-30
1
-16/+6
|
|
\
|
|
*
Issue #16645: Fix hardlink extracting test for tarfile.
Serhiy Storchaka
2012-12-30
1
-16/+6
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-6/+6
*
|
|
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-2/+2
|
/
/
*
|
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
Lars Gustäbel
2012-05-05
1
-38/+31
*
|
Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
Lars Gustäbel
2012-04-24
1
-0/+3
|
\
\
|
|
/
[next]