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
/
tarfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rig of EnvironmentError (#16705)
Andrew Svetlov
2012-12-17
1
-4/+4
*
Merge issue #16477: Close tarfile internal handlers in case of exception.
Andrew Svetlov
2012-11-29
1
-13/+11
|
\
|
*
Merge issue #16477: Close tarfile internal handlers in case of exception.
Andrew Svetlov
2012-11-29
1
-13/+11
|
|
\
|
|
*
Issue #16477: Close tarfile internal handlers in case of exception.
Andrew Svetlov
2012-11-29
1
-13/+11
*
|
|
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea
2012-10-05
1
-2/+1
|
/
/
*
|
Simplify usage of LZMAFile's fileobj support, like with BZ2File.
Nadeem Vawda
2012-06-04
1
-2/+1
*
|
Make BZ2File's fileobj support easier to use.
Nadeem Vawda
2012-06-04
1
-2/+2
*
|
Issue #13031: Small speed-up for tarfile when unzipping tarfiles.
Ross Lagerwall
2012-05-17
1
-2/+2
*
|
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....
Giampaolo Rodola'
2012-05-15
1
-41/+7
*
|
Issue #13815: Resurrect the ExFileObject class.
Lars Gustäbel
2012-05-14
1
-8/+9
*
|
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
Lars Gustäbel
2012-05-05
1
-154/+42
*
|
Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic
Lars Gustäbel
2012-04-24
1
-1/+1
|
\
\
|
|
/
|
*
Issue #14160: TarFile.extractfile() failed to resolve symbolic links
Lars Gustäbel
2012-04-24
1
-1/+1
*
|
Issue #5689: Avoid excessive memory usage by using the default lzma preset.
Lars Gustäbel
2012-01-18
1
-5/+1
*
|
Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
1
-6/+0
|
\
\
|
|
/
|
*
Issue #12926: Fix a bug in tarfile's link extraction.
Lars Gustäbel
2012-01-05
1
-6/+0
*
|
use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, le...
Eli Bendersky
2012-01-03
1
-4/+5
*
|
Issue #5689: Add support for lzma compression to the tarfile module.
Lars Gustäbel
2011-12-10
1
-6/+60
*
|
Remove no longer needed work-around for bz2 file object support.
Lars Gustäbel
2011-12-06
1
-64/+2
*
|
Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes oth...
Lars Gustäbel
2011-12-06
1
-1/+1
|
\
\
|
|
/
|
*
Correctly detect bzip2 compressed streams with blocksizes other than 900k.
Lars Gustäbel
2011-12-06
1
-1/+1
*
|
Simplify and remove few dependencies on 'errno', thanks to PEP 3151.
Florent Xicluna
2011-10-28
1
-4/+2
*
|
Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fi...
Lars Gustäbel
2011-10-14
1
-20/+23
|
\
\
|
|
/
|
*
Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.
Lars Gustäbel
2011-10-14
1
-20/+23
*
|
Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids.
Lars Gustäbel
2011-09-05
1
-8/+2
|
\
\
|
|
/
|
*
Issue #12841: Fix tarfile extraction of non-existent uids/gids.
Lars Gustäbel
2011-09-05
1
-8/+2
*
|
Merge with 3.2.
Georg Brandl
2011-08-13
1
-2/+4
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
1
-2/+4
*
|
merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code ...
Senthil Kumaran
2011-07-28
1
-2/+2
|
\
\
|
|
/
|
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2/+2
|
*
Merged revisions 88528 via svnmerge from
Lars Gustäbel
2011-02-23
1
-3/+2
*
|
remove __version__s dependent on subversion keyword expansion (closes #12221)
Benjamin Peterson
2011-06-01
1
-2/+0
*
|
Normalize the encoding names for Latin-1 and UTF-8 to
Marc-André Lemburg
2011-02-25
1
-9/+9
*
|
Issue #11224: Improved sparse file read support (r85916) introduced a
Lars Gustäbel
2011-02-23
1
-3/+2
|
/
*
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
1
-2/+2
*
Issue #10184: Touch directories only once when extracting a tarfile.
Martin v. Löwis
2010-11-01
1
-9/+13
*
Issue #10233: Close file objects in a timely manner in the tarfile module
Antoine Pitrou
2010-10-29
1
-9/+7
*
Add read support for all missing variants of the GNU sparse
Lars Gustäbel
2010-10-29
1
-119/+112
*
Issue #9065: no longer use "root" as the default for the
Lars Gustäbel
2010-10-04
1
-4/+4
*
Fix a line that got hacked up by r82659.
Brian Curtin
2010-09-24
1
-1/+2
*
Further tarfile / test_tarfile cleanup
Antoine Pitrou
2010-09-23
1
-24/+33
*
Try to fix test_tarfile issues on Windows buildbots by closing file
Antoine Pitrou
2010-09-23
1
-1/+7
*
Fix the breakage of Lib/tarfile.py on non-Windows platforms due to
Brian Curtin
2010-07-09
1
-6/+14
*
Implement #1578269. Patch by Jason R. Coombs.
Brian Curtin
2010-07-08
1
-2/+10
*
Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.
Victor Stinner
2010-06-11
1
-3/+4
*
Merged revisions 81667 via svnmerge from
Lars Gustäbel
2010-06-03
1
-26/+45
*
Merged revisions 81663 via svnmerge from
Lars Gustäbel
2010-06-03
1
-1/+1
*
Issue #8633: Support for POSIX.1-2008 binary pax headers.
Lars Gustäbel
2010-05-17
1
-10/+72
*
Issue #8390: tarfile uses surrogateespace as the default error handler
Victor Stinner
2010-05-05
1
-9/+3
*
Remove traces of MacOS9 support.
Ronald Oussoren
2010-05-05
1
-7/+0
[next]