summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
|\
| * Issue #19795: Improved markup of True/False constants.Serhiy Storchaka2013-11-291-1/+1
* | Issue #13477: Added command line interface to the tarfile module.Serhiy Storchaka2013-11-231-0/+61
|/
* Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.Serhiy Storchaka2013-02-161-2/+2
* Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.Lars Gustäbel2012-05-051-8/+5
* Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-1/+2
|\
| * Improve interlinking of archiving/compression modules docs.Éric Araujo2012-01-161-1/+2
* | Add missing versionchanged information.Lars Gustäbel2011-12-121-0/+3
* | Issue #5689: Add support for lzma compression to the tarfile module.Lars Gustäbel2011-12-101-6/+16
* | Merge with 3.2: Fix doc typo.Lars Gustäbel2011-12-101-2/+2
|\ \ | |/
| * Fix doc typo.Lars Gustäbel2011-12-101-2/+2
* | Replace mentions of IOErrorAntoine Pitrou2011-10-121-3/+3
|/
* More source links.Raymond Hettinger2011-01-271-0/+3
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-13/+14
* Issue #10184: Touch directories only once when extracting a tarfile.Martin v. Löwis2010-11-011-2/+5
* Add read support for all missing variants of the GNU sparseLars Gustäbel2010-10-291-1/+2
* Add cross-references to the glossary entry for file objects.Antoine Pitrou2010-09-151-9/+9
* Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.Victor Stinner2010-06-111-2/+2
* Issue #8633: Support for POSIX.1-2008 binary pax headers.Lars Gustäbel2010-05-171-3/+5
* Issue #8390: tarfile uses surrogateespace as the default error handlerVictor Stinner2010-05-051-8/+13
* Merged revisions 79307,79408,79430,79533,79542,79579-79580,79585-79587,79607-...Benjamin Peterson2010-04-111-1/+1
* Merged revisions 78623 via svnmerge fromLars Gustäbel2010-03-031-0/+15
* Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-1/+1
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-2/+0
* Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-121-2/+25
* Merged revisions 71814-71817,71901-71903 via svnmerge fromGeorg Brandl2009-04-271-2/+3
* Remove the deprecated posix attribute.Georg Brandl2008-08-041-12/+0
* Remove the TarFileCompat class from tarfile.py.Lars Gustäbel2008-08-021-15/+1
* Merged revisions 63402,63405,63411,63457,63467-63468,63480,63507-63508,63516,...Benjamin Peterson2008-05-261-51/+51
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-21/+0
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-1/+1
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-051-2/+5
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-4/+4
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-29/+3
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+11
* Fall back to 'ascii' encoding if sys.getfilesystemencoding() returnsLars Gustäbel2007-08-211-33/+28
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+738