summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-2/+2
|
* Issue #25496: Document compresslevel defaults to 9, by Hamza T KhanMartin Panter2016-04-131-2/+2
|
* Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usageMartin Panter2016-02-191-6/+15
| | | | | | | * Make it more obvious gettarinfo() is based on stat(), and that non-ordinary files may need special care * Filename taken from fileobj.name; suggest dummy arcname as a workaround * Indicate TarInfo may be used directly, not just via gettarinfo()
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
| | | | | The original form is incorrect grammar and feels awkward, even though the meaning is clear.
* #14056: Small improvements to the tarfile documentation.R David Murray2014-10-041-10/+14
| | | | Patch by Éric Araujo with help from Lars Gustäbel.
* Issue #22369: Change "context manager protocol" to "context management ↵Serhiy Storchaka2014-09-101-1/+1
| | | | protocol".
* document the compress_level argument to tarfile.open (closes #21404)Benjamin Peterson2014-06-071-0/+4
| | | | Patch by Katherine Busch.
* Issue 21479: Fix markup for the TarFile.open() classmethod.Raymond Hettinger2014-05-231-1/+1
|
* Issue 21198: Minor tarfile documentation bug.Raymond Hettinger2014-05-221-1/+1
|
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-1/+1
|
* Improve interlinking of archiving/compression modules docs.Éric Araujo2012-02-261-1/+2
| | | | | | | | | | - Remove duplicate list of links to the other modules from each module’s doc (people can already go up to library/archiving and there they can see the list). - Link to shutil high-level operations. Reviewed by Nadeem Vawda in #6715.
* Backport source links from 3.x.Éric Araujo2011-08-191-0/+3
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Remove unneeded reST targetÉric Araujo2011-08-181-2/+0
|
* Add note advising that 'filter' be used as a keyword-argument.Raymond Hettinger2011-01-261-1/+3
|
* Punctuation fixAndrew M. Kuchling2010-04-111-1/+1
|
* Issue #7232: Add support for the context manager protocolLars Gustäbel2010-03-031-0/+15
| | | | to the TarFile class.
* 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