summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix narkupAndrew M. Kuchling2009-10-051-1/+1
|
* Issue #6856: Add a filter keyword argument to TarFile.add().Lars Gustäbel2009-09-121-2/+25
| | | | | | | | | The filter argument must be a function that takes a TarInfo object argument, changes it and returns it again. If the function returns None the TarInfo object will be excluded from the archive. The exclude argument is deprecated from now on, because it does something similar but is not as flexible.
* #5821: add some capabilities of TarFile's file-like object.Georg Brandl2009-04-251-2/+3
|
* Issue #3039: Fix TarFileCompat.writestr() which always raised anLars Gustäbel2008-08-021-0/+4
| | | | | | AttributeError since __slots__ were added to zipfile.ZipInfo in r46967 two years ago. Add a warning about the removal of TarFileCompat in Python 3.0.
* Replace signatures with optional arguments in square brackets withLars Gustäbel2008-05-171-51/+51
| | | | | | | | | keyword arguments and the actual default values. Fix references that point nowhere or to the wrong place. Add description of the ENCODING module-level variable. Fix the URL pointing to the GNU tar manual. Remove two obsolete examples. Add an example on how to use a generator with TarFile.extractall().
* Some cleanup in the docs.Georg Brandl2007-12-291-21/+0
|
* Diverse markup fixes.Georg Brandl2007-12-061-1/+1
|
* Added cross-references between the various archive file formats.Mark Summerfield2007-11-051-2/+5
|
* Warn about possible risks when extracting untrusted archives.Lars Gustäbel2007-08-301-0/+11
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+738