summaryrefslogtreecommitdiffstats
path: root/Lib/tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-281-5/+6
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-201-1/+2
* Minor cleanup.Raymond Hettinger2005-09-111-2/+1
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-14/+12
* Revert previous checkin.Martin v. Löwis2005-08-241-7/+20
* Patch #1262036: Make tarfile name absolute. Fixes #1257255.Martin v. Löwis2005-08-241-20/+7
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* Whitespace normalization.Tim Peters2005-03-281-1/+1
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-30/+66
* Patch #1043890: tarfile: add extractall() method.Martin v. Löwis2005-03-041-0/+41
* Patch #1103407: Properly deal with tarfile iterators when untarringMartin v. Löwis2005-03-031-4/+15
* Patch #1107973: tarfile.ExFileObject iterators.Martin v. Löwis2005-03-031-0/+16
* Use decorators.Guido van Rossum2005-01-161-10/+5
* Use cStringIO where available.Raymond Hettinger2004-12-311-2/+5
* [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...Andrew M. Kuchling2004-10-201-27/+34
* Patch #1029061: Always extract member names from the tarinfo.Martin v. Löwis2004-09-181-25/+16
* Patch #1014992: Never return more than a line from readline.Martin v. Löwis2004-08-251-3/+1
* Flush bz2 data even if nothing had been written so far. Fixes #1013882.Martin v. Löwis2004-08-221-2/+2
* Replace tricky and/or with straight-forward if:else:Martin v. Löwis2004-08-201-1/+5
* Patch #995126: Correct directory size, and generate GNU tarfiles by default.Martin v. Löwis2004-08-181-2/+2
* Remove unused variablesNeal Norwitz2004-07-201-2/+0
* SF #918101, allow files >= 8 GB using GNU extensionNeal Norwitz2004-07-201-6/+32
* SF #857297 and 916874, improve handling of hard links when extractingNeal Norwitz2004-07-201-1/+6
* SF #846659, fix bufsize violation and GNU longname/longlink extensionsNeal Norwitz2004-07-201-1/+3
* [Patch 988444]Andrew M. Kuchling2004-07-101-34/+31
* [Bug #812325 ] tarfile.close() can write out more bytes to the outputAndrew M. Kuchling2004-01-021-0/+1
* [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is to...Andrew M. Kuchling2003-10-241-1/+1
* Fix by Lars Gustaebel for bug 721871: don't get upset if the prefixJack Jansen2003-04-221-9/+4
* Fix test_tarfile failure when gzip is not availableNeal Norwitz2003-04-111-1/+2
* Somebody must not have run the test before checking this in -- it hadTim Peters2003-03-071-1/+1
* Make tarfile raise ImportError on MacOS9. The pathname handling needs work, a...Jack Jansen2003-03-071-0/+7
* Test that os.utime and os.chmod actually exist before using them.Jack Jansen2003-03-071-4/+7
* OS/2 has no concept of file ownership, like DOS & MS Windows versionAndrew MacIntyre2003-02-191-1/+2
* Whitespace normalization.Tim Peters2003-01-291-1/+1
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-051-0/+1927