summaryrefslogtreecommitdiff
path: root/Lib/tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tarSerhiy Storchaka2016-10-301-1/+3
* Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usageMartin Panter2016-02-191-7/+8
* Issue #24259: tarfile now raises a ReadError if an archive is truncated insid...Lars Gustäbel2015-07-061-3/+14
* Issue #24514: tarfile now tolerates number fields consisting of only whitespace.Lars Gustäbel2015-07-021-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-30/+31
* Issue #23615: Module tarfile is now can be reloaded with imp.reload().Serhiy Storchaka2015-03-111-1/+1
* properly handle file closing in error cases (closes #22266)Benjamin Peterson2014-08-271-29/+48
* Backout 308f3c1e36d3. This change (issue21044) does not need to be merged onSerhiy Storchaka2014-07-221-2/+1
* Issue 21044: tarfile.open() now handles fileobj with an integer 'name'Serhiy Storchaka2014-07-161-1/+2
* Issue #20243: TarFile no longer raise ReadError when opened in write mode.Serhiy Storchaka2014-01-181-2/+6
* Issue #20245: The open functions in the tarfile module now correctly handle e...Serhiy Storchaka2014-01-181-7/+8
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-1/+0
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-091-5/+7
* Issue #16477: Close tarfile internal handlers in case of exception.Andrew Svetlov2012-11-291-7/+7
* Issue #14160: TarFile.extractfile() failed to resolve symbolic links whenLars Gustäbel2012-04-241-1/+1
* Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz").Lars Gustäbel2011-12-211-0/+2
* Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-1/+1
* Issue #12841: Fix tarfile extraction of non-existent uids/gids.Lars Gustäbel2011-09-051-8/+2
* Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with...Senthil Kumaran2011-07-281-1/+1
* Fix closes issue #12088 - fixes the tarfile.extractall issue when theSenthil Kumaran2011-05-171-1/+3
* Fix closes issue10761: tarfile.extractall failure when symlinked files are ...Senthil Kumaran2011-04-281-0/+2
* Merged revisions 85211 via svnmerge fromLars Gustäbel2010-10-041-4/+4
* Issue #8741: Fixed the TarFile.makelink() method that is responsibleLars Gustäbel2010-06-031-26/+45
* Issue #8833: tarfile created hard link entries with a sizeLars Gustäbel2010-06-031-1/+1
* In a number of places code still reversRonald Oussoren2010-05-051-7/+0
* Issue #8464: tarfile.open(name, mode="w|") no longer createsLars Gustäbel2010-04-291-1/+1
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-031-0/+14
* Issue #7357: No longer suppress fatal extraction errors byLars Gustäbel2009-12-131-1/+1
* Issue #6123: Fix opening empty archives and files.Lars Gustäbel2009-11-221-27/+60
* Issue #7341: Close the internal file object in the TarFileLars Gustäbel2009-11-181-21/+27
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-6/+21
* Issue #6054: Do not normalize stored pathnames.Lars Gustäbel2009-08-281-29/+12
* #4351: more appropriate DeprecationWarning stacklevelsPhilip Jenvey2009-05-081-1/+2
* Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loopLars Gustäbel2009-03-221-5/+4
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-1/+1
* Issue #4616: TarFile.utime(): Restore directory times on Windows.Lars Gustäbel2008-12-121-4/+0
* Remove a dict.has_key() and list.sort(cmp=) usage from tarfile to silenceBrett Cannon2008-08-041-2/+3
* Issue #3039: Fix TarFileCompat.writestr() which always raised anLars Gustäbel2008-08-021-4/+7
* Do not close external file objects passed to tarfile.open(mode='w:bz2')Lars Gustäbel2008-05-271-1/+0
* A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add moreGregory P. Smith2008-03-251-2/+2
* Issue #2004: Use mode 0700 for temporary directories and defaultLars Gustäbel2008-02-051-9/+9
* Issue #1735: TarFile.extractall() now correctly setsLars Gustäbel2008-01-041-4/+4
* Issue #1531: Read fileobj from the current offset, do not seek toLars Gustäbel2007-12-011-1/+2
* TarFile.__init__() no longer fails if no name argument is passed andLars Gustäbel2007-08-281-1/+1
* Added exclude keyword argument to the TarFile.add() method.Lars Gustäbel2007-06-181-4/+10
* Added errors argument to TarFile class that allows the user toLars Gustäbel2007-05-271-101/+134
* Remove direct call's to file's constructor and replace them with calls toBrett Cannon2007-05-251-4/+5
* This is the implementation of POSIX.1-2001 (pax) format read/writeLars Gustäbel2007-03-131-334/+646
* Patch #1652681: create nonexistent files in append mode andLars Gustäbel2007-02-061-2/+7