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
*
Add a testcase that checks if the TarFile constructor successfully
Lars Gustäbel
2009-11-23
1
-0/+18
*
Issue #6123: Fix opening empty archives and files.
Lars Gustäbel
2009-11-22
1
-5/+80
*
Issue #7295: Do not use a hardcoded file name in test_tarfile.
Antoine Pitrou
2009-11-11
1
-7/+3
*
Issue #6856: Add a filter keyword argument to TarFile.add().
Lars Gustäbel
2009-09-12
1
-0/+28
*
Issue #6054: Do not normalize stored pathnames.
Lars Gustäbel
2009-08-28
1
-0/+70
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-54/+54
*
Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop
Lars Gustäbel
2009-03-22
1
-0/+25
*
Issue #4616: TarFile.utime(): Restore directory times on Windows.
Lars Gustäbel
2008-12-12
1
-6/+3
*
Issue #3838: TarFile object assigned to self.tar should be closed explicitly.
Hirokazu Yamamoto
2008-09-21
1
-0/+1
*
Do not close external file objects passed to tarfile.open(mode='w:bz2')
Lars Gustäbel
2008-05-27
1
-2/+14
*
Make sure that xstar headers are read correctly.
Lars Gustäbel
2008-02-11
1
-0/+9
*
Issue #1735: TarFile.extractall() now correctly sets
Lars Gustäbel
2008-01-04
1
-0/+17
*
Issue #1531: Read fileobj from the current offset, do not seek to
Lars Gustäbel
2007-12-01
1
-0/+32
*
TarFile.__init__() no longer fails if no name argument is passed and
Lars Gustäbel
2007-08-28
1
-1/+15
*
Added exclude keyword argument to the TarFile.add() method.
Lars Gustäbel
2007-06-18
1
-0/+21
*
Have md5 raise a DeprecationWarning as per PEP 4.
Brett Cannon
2007-05-30
1
-2/+2
*
Added errors argument to TarFile class that allows the user to
Lars Gustäbel
2007-05-27
1
-65/+181
*
Whitespace normalization. Ugh, we really need to do this more often.
Neal Norwitz
2007-04-25
1
-1/+0
*
Quick fix for tests that fail on systems with an encoding other
Lars Gustäbel
2007-03-13
1
-6/+7
*
This is the implementation of POSIX.1-2001 (pax) format read/write
Lars Gustäbel
2007-03-13
1
-581/+761
*
A missing binary mode in AppendTest caused failures in Windows
Lars Gustäbel
2007-02-14
1
-2/+2
*
Patch #1652681: create nonexistent files in append mode and
Lars Gustäbel
2007-02-06
1
-0/+56
*
Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.
Lars Gustäbel
2006-12-27
1
-0/+11
*
Patch #1262036: Prevent TarFiles from being added to themselves under
Lars Gustäbel
2006-12-23
1
-0/+14
*
Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()
Lars Gustäbel
2006-12-23
1
-1/+11
*
Testcase for patch #1484695.
Georg Brandl
2006-12-20
1
-0/+23
*
Patch #1610437: fix a tarfile bug with long filename headers.
Georg Brandl
2006-12-06
1
-9/+13
*
Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated
Georg Brandl
2006-10-24
1
-0/+27
*
Fix bug #1543303, tarfile adds padding that breaks gunzip.
Neal Norwitz
2006-08-21
1
-0/+21
*
The cheery optimism of old age.
Tim Peters
2006-05-27
1
-13/+1
*
More random thrashing trying to understand spurious
Tim Peters
2006-05-27
1
-1/+13
*
Explicitly close files. I'm trying to stop the frequent spurious test_tarfile
Tim Peters
2006-05-26
1
-9/+32
*
Use open() to open files (was using file()).
Tim Peters
2006-05-26
1
-10/+10
*
test_directory(): Remove the leftover temp directory that's making
Tim Peters
2006-05-15
1
-0/+4
*
ReadDetectFileobjTest: repair Windows disasters by opening
Tim Peters
2006-05-15
1
-1/+2
*
[ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)
Georg Brandl
2006-05-15
1
-0/+23
*
Patch #1484695: Update the tarfile module to version 0.8. This fixes
Georg Brandl
2006-05-10
1
-2/+47
*
Patch #1338314, Bug #1336623: fix tarfile so it can extract
Neal Norwitz
2005-10-28
1
-0/+30
*
Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)
Neal Norwitz
2005-10-20
1
-1/+48
*
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Martin v. Löwis
2005-08-27
1
-0/+35
*
Patch #918101: Add tarfile open mode r|* for auto-detection of the
Martin v. Löwis
2005-03-05
1
-2/+27
*
Patch #1107973: tarfile.ExFileObject iterators.
Martin v. Löwis
2005-03-03
1
-0/+10
*
Whitespace normalization.
Tim Peters
2004-10-25
1
-1/+1
*
Add test case for bug #1017553
Andrew M. Kuchling
2004-10-20
1
-0/+9
*
Flush bz2 data even if nothing had been written so far. Fixes #1013882.
Martin v. Löwis
2004-08-22
1
-1/+7
*
SF #857297 and 916874, improve handling of hard links when extracting
Neal Norwitz
2004-07-20
1
-0/+21
*
SF #846659, fix bufsize violation and GNU longname/longlink extensions
Neal Norwitz
2004-07-20
1
-1/+90
*
When calling tarname with an argument (and thus not use testtar.tar) return a
Brett Cannon
2003-06-12
1
-1/+1
*
Make creation of temporary file and directory more portable. Also made cleanup
Brett Cannon
2003-06-12
1
-7/+8
*
Patch #734231: Update RiscOS support. In particular, correct
Martin v. Löwis
2003-05-10
1
-4/+4
[next]