summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-031-0/+60
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+3
* Add a testcase that checks if the TarFile constructor successfullyLars Gustäbel2009-11-231-0/+18
* Issue #6123: Fix opening empty archives and files.Lars Gustäbel2009-11-221-5/+80
* Issue #7295: Do not use a hardcoded file name in test_tarfile.Antoine Pitrou2009-11-111-7/+3
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-0/+28
* Issue #6054: Do not normalize stored pathnames.Lars Gustäbel2009-08-281-0/+70
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-54/+54
* Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loopLars Gustäbel2009-03-221-0/+25
* Issue #4616: TarFile.utime(): Restore directory times on Windows.Lars Gustäbel2008-12-121-6/+3
* Issue #3838: TarFile object assigned to self.tar should be closed explicitly.Hirokazu Yamamoto2008-09-211-0/+1
* Do not close external file objects passed to tarfile.open(mode='w:bz2')Lars Gustäbel2008-05-271-2/+14
* Make sure that xstar headers are read correctly.Lars Gustäbel2008-02-111-0/+9
* Issue #1735: TarFile.extractall() now correctly setsLars Gustäbel2008-01-041-0/+17
* Issue #1531: Read fileobj from the current offset, do not seek toLars Gustäbel2007-12-011-0/+32
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-281-1/+15
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-181-0/+21
* Have md5 raise a DeprecationWarning as per PEP 4.Brett Cannon2007-05-301-2/+2
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-271-65/+181
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+0
* Quick fix for tests that fail on systems with an encoding otherLars Gustäbel2007-03-131-6/+7
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-131-581/+761
* A missing binary mode in AppendTest caused failures in WindowsLars Gustäbel2007-02-141-2/+2
* Patch #1652681: create nonexistent files in append mode andLars Gustäbel2007-02-061-0/+56
* Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument.Lars Gustäbel2006-12-271-0/+11
* Patch #1262036: Prevent TarFiles from being added to themselves underLars Gustäbel2006-12-231-0/+14
* Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell()Lars Gustäbel2006-12-231-1/+11
* Testcase for patch #1484695.Georg Brandl2006-12-201-0/+23
* Patch #1610437: fix a tarfile bug with long filename headers.Georg Brandl2006-12-061-9/+13
* Patch [ 1583506 ] tarfile.py: 100-char filenames are truncatedGeorg Brandl2006-10-241-0/+27
* Fix bug #1543303, tarfile adds padding that breaks gunzip.Neal Norwitz2006-08-211-0/+21
* The cheery optimism of old age.Tim Peters2006-05-271-13/+1
* More random thrashing trying to understand spuriousTim Peters2006-05-271-1/+13
* Explicitly close files. I'm trying to stop the frequent spurious test_tarfileTim Peters2006-05-261-9/+32
* Use open() to open files (was using file()).Tim Peters2006-05-261-10/+10
* test_directory(): Remove the leftover temp directory that's makingTim Peters2006-05-151-0/+4
* ReadDetectFileobjTest: repair Windows disasters by openingTim Peters2006-05-151-1/+2
* [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634)Georg Brandl2006-05-151-0/+23
* Patch #1484695: Update the tarfile module to version 0.8. This fixesGeorg Brandl2006-05-101-2/+47
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-281-0/+30
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-201-1/+48
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+35
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-2/+27
* Patch #1107973: tarfile.ExFileObject iterators.Martin v. Löwis2005-03-031-0/+10
* Whitespace normalization.Tim Peters2004-10-251-1/+1
* Add test case for bug #1017553Andrew M. Kuchling2004-10-201-0/+9
* Flush bz2 data even if nothing had been written so far. Fixes #1013882.Martin v. Löwis2004-08-221-1/+7