summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF #857297 and 916874, improve handling of hard links when extractingNeal Norwitz2004-07-201-0/+21
* SF #846659, fix bufsize violation and GNU longname/longlink extensionsNeal Norwitz2004-07-201-1/+90
* When calling tarname with an argument (and thus not use testtar.tar) return aBrett Cannon2003-06-121-1/+1
* Make creation of temporary file and directory more portable. Also made cleanupBrett Cannon2003-06-121-7/+8
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-4/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-19/+18
* Get test working if gzip support is not availableNeal Norwitz2003-04-141-1/+2
* The filename fix of the previous checkin was complete bogus, the problem is e...Jack Jansen2003-03-071-3/+3
* Two fixes to make this test pass on MacOS9:Jack Jansen2003-03-071-4/+4
* Removed debugging print in test_tarfile.Tim Peters2003-02-191-1/+0
* Whitespace normalization.Tim Peters2003-02-191-0/+1
* Actually run these tests from regrtest.py.Neal Norwitz2003-02-171-2/+23
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-051-0/+253