Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
| | |||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -2/+2 |
| | |||||
* | Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan | Martin Panter | 2016-04-13 | 1 | -2/+2 |
| | |||||
* | Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage | Martin Panter | 2016-02-19 | 1 | -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 similar | Martin Panter | 2016-02-10 | 1 | -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 Murray | 2014-10-04 | 1 | -10/+14 |
| | | | | Patch by Éric Araujo with help from Lars Gustäbel. | ||||
* | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 1 | -1/+1 |
| | | | | protocol". | ||||
* | document the compress_level argument to tarfile.open (closes #21404) | Benjamin Peterson | 2014-06-07 | 1 | -0/+4 |
| | | | | Patch by Katherine Busch. | ||||
* | Issue 21479: Fix markup for the TarFile.open() classmethod. | Raymond Hettinger | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Issue 21198: Minor tarfile documentation bug. | Raymond Hettinger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | Use Python 3 instead of 3.0. | Ezio Melotti | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | Improve interlinking of archiving/compression modules docs. | Éric Araujo | 2012-02-26 | 1 | -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 Araujo | 2011-08-19 | 1 | -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 Araujo | 2011-08-18 | 1 | -2/+0 |
| | |||||
* | Add note advising that 'filter' be used as a keyword-argument. | Raymond Hettinger | 2011-01-26 | 1 | -1/+3 |
| | |||||
* | Punctuation fix | Andrew M. Kuchling | 2010-04-11 | 1 | -1/+1 |
| | |||||
* | Issue #7232: Add support for the context manager protocol | Lars Gustäbel | 2010-03-03 | 1 | -0/+15 |
| | | | | to the TarFile class. | ||||
* | Fix narkup | Andrew M. Kuchling | 2009-10-05 | 1 | -1/+1 |
| | |||||
* | Issue #6856: Add a filter keyword argument to TarFile.add(). | Lars Gustäbel | 2009-09-12 | 1 | -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 Brandl | 2009-04-25 | 1 | -2/+3 |
| | |||||
* | Issue #3039: Fix TarFileCompat.writestr() which always raised an | Lars Gustäbel | 2008-08-02 | 1 | -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 with | Lars Gustäbel | 2008-05-17 | 1 | -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 Brandl | 2007-12-29 | 1 | -21/+0 |
| | |||||
* | Diverse markup fixes. | Georg Brandl | 2007-12-06 | 1 | -1/+1 |
| | |||||
* | Added cross-references between the various archive file formats. | Mark Summerfield | 2007-11-05 | 1 | -2/+5 |
| | |||||
* | Warn about possible risks when extracting untrusted archives. | Lars Gustäbel | 2007-08-30 | 1 | -0/+11 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+738 |