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
*
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 #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
*
Test the open of non-exitent tarfile in all modes.
Serhiy Storchaka
2014-01-13
1
-5/+7
*
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 #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 #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
|
\
\
|
|
/
|
*
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
Lars Gustäbel
2012-04-24
1
-0/+3
*
|
Issue #5689: Add support for lzma compression to the tarfile module.
Lars Gustäbel
2011-12-10
1
-10/+68
*
|
Remove no longer needed work-around for bz2 file object support.
Lars Gustäbel
2011-12-06
1
-0/+3
*
|
Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...
Lars Gustäbel
2011-12-06
1
-4/+18
|
\
\
|
|
/
|
*
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
Lars Gustäbel
2011-12-06
1
-4/+18
*
|
Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi...
Lars Gustäbel
2011-10-14
1
-1/+23
|
\
\
|
|
/
|
*
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
Lars Gustäbel
2011-10-14
1
-1/+23
*
|
Issue #12326: don't test the major version of sys.platform
Victor Stinner
2011-08-17
1
-1/+1
*
|
Merge with 3.2.
Georg Brandl
2011-08-13
1
-0/+8
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
1
-0/+8
*
|
Issue #12451: Add support.create_empty_file()
Victor Stinner
2011-06-30
1
-3/+3
*
|
Replace open(filename, 'rU') by open(filename, 'r')
Victor Stinner
2011-05-04
1
-1/+1
*
|
Wrap the correct test with the skip decorator for the issue10761.
Senthil Kumaran
2011-04-29
1
-1/+2
|
\
\
|
|
/
|
*
merge from 3.1
Senthil Kumaran
2011-04-29
1
-1/+2
|
|
\
|
|
*
Wrap the testskip decorator for the proper test to resolve bb failure.
Senthil Kumaran
2011-04-29
1
-1/+1
*
|
|
merge from 3.2
Senthil Kumaran
2011-04-28
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
merge from 3.1
Senthil Kumaran
2011-04-28
1
-0/+1
|
|
\
\
|
|
|
/
|
|
*
skip the extractall test on platforms where os.symlink is not available.
Senthil Kumaran
2011-04-28
1
-0/+1
*
|
|
merge from 3.2
Senthil Kumaran
2011-04-28
1
-0/+28
|
\
\
\
|
|
/
/
|
*
|
merge from 3.1
Senthil Kumaran
2011-04-28
1
-0/+28
|
|
\
\
|
|
|
/
|
|
*
Add tests for tarfile extractall feature when with symlinks
Senthil Kumaran
2011-04-28
1
-0/+27
|
|
*
Merged revisions 81665 via svnmerge from
Lars Gustäbel
2010-06-03
1
-1/+5
|
|
*
Merged revisions 80618 via svnmerge from
Lars Gustäbel
2010-04-29
1
-0/+18
|
|
*
Merged revisions 76453 via svnmerge from
Lars Gustäbel
2009-11-23
1
-0/+18
|
|
*
Merged revisions 76219 via svnmerge from
Antoine Pitrou
2009-11-11
1
-7/+3
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-43/+43
|
*
|
Merged revisions 88528 via svnmerge from
Lars Gustäbel
2011-02-23
1
-0/+16
*
|
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-3/+3
*
|
|
Issue #11224: Improved sparse file read support (r85916) introduced a
Lars Gustäbel
2011-02-23
1
-0/+16
|
/
/
*
|
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
1
-0/+4
*
|
Fix #9333. The symlink function is always available now, raising OSError
Brian Curtin
2010-12-28
1
-4/+2
*
|
Fix #9333. Expose os.symlink on Windows only when usable.
Brian Curtin
2010-12-02
1
-2/+4
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-1/+1
*
|
Remove extracted trees at the end of the test.
Martin v. Löwis
2010-11-01
1
-8/+17
*
|
Issue #10184: Touch directories only once when extracting a tarfile.
Martin v. Löwis
2010-11-01
1
-0/+9
*
|
Issue #10233: Close file objects in a timely manner in the tarfile module
Antoine Pitrou
2010-10-29
1
-27/+48
*
|
test_tarfile: woops, remove +0.001 which was used to debug
Victor Stinner
2010-10-29
1
-1/+1
*
|
test_tarfile: dump mtime as hexadecimal on test_extractall failure
Victor Stinner
2010-10-29
1
-1/+11
[next]