summaryrefslogtreecommitdiff
path: root/Lib/tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* remove __version__s dependent on subversion keyword expansion (closes #12221)Benjamin Peterson2011-05-311-2/+0
* Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-9/+9
* Issue #11224: Improved sparse file read support (r85916) introduced aLars Gustäbel2011-02-231-3/+2
* Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-2/+2
* Issue #10184: Touch directories only once when extracting a tarfile.Martin v. Löwis2010-11-011-9/+13
* Issue #10233: Close file objects in a timely manner in the tarfile moduleAntoine Pitrou2010-10-291-9/+7
* Add read support for all missing variants of the GNU sparseLars Gustäbel2010-10-291-119/+112
* Issue #9065: no longer use "root" as the default for theLars Gustäbel2010-10-041-4/+4
* Fix a line that got hacked up by r82659.Brian Curtin2010-09-241-1/+2
* Further tarfile / test_tarfile cleanupAntoine Pitrou2010-09-231-24/+33
* Try to fix test_tarfile issues on Windows buildbots by closing fileAntoine Pitrou2010-09-231-1/+7
* Fix the breakage of Lib/tarfile.py on non-Windows platforms due toBrian Curtin2010-07-091-6/+14
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-2/+10
* Issue #8784: Set tarfile default encoding to 'utf-8' on Windows.Victor Stinner2010-06-111-3/+4
* Merged revisions 81667 via svnmerge fromLars Gustäbel2010-06-031-26/+45
* Merged revisions 81663 via svnmerge fromLars Gustäbel2010-06-031-1/+1
* Issue #8633: Support for POSIX.1-2008 binary pax headers.Lars Gustäbel2010-05-171-10/+72
* Issue #8390: tarfile uses surrogateespace as the default error handlerVictor Stinner2010-05-051-9/+3
* Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-7/+0
* Merged revisions 80616 via svnmerge fromLars Gustäbel2010-04-291-1/+1
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 78623 via svnmerge fromLars Gustäbel2010-03-031-0/+14
* Issue #4757: `zlib.compress` and other methods in the zlib module nowAntoine Pitrou2009-12-141-1/+1
* Merged revisions 76780 via svnmerge fromLars Gustäbel2009-12-131-1/+1
* Merged revisions 76443 via svnmerge fromLars Gustäbel2009-11-221-27/+60
* Merged revisions 76381 via svnmerge fromLars Gustäbel2009-11-181-21/+27
* Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-121-6/+21
* Merged revisions 74571 via svnmerge fromLars Gustäbel2009-08-281-29/+12
* Merged revisions 70523 via svnmerge fromLars Gustäbel2009-03-221-5/+4
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-1/+1
* Merged revisions 67717 via svnmerge fromLars Gustäbel2008-12-121-4/+0
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Remove the deprecated posix attribute.Georg Brandl2008-08-041-11/+0
* Remove the TarFileCompat class from tarfile.py.Lars Gustäbel2008-08-021-48/+0
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-1/+0
* Issue #2058: Remove the buf attribute and add __slots__ to theLars Gustäbel2008-04-141-34/+43
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-9/+9
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1
* Merged revisions 59703-59773 via svnmerge fromChristian Heimes2008-01-061-4/+4
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-1/+2
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+3
* Disabled test_sys_path_with_unicode for nowChristian Heimes2007-11-041-4/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-2/+2
* Raise statement normalization in Lib/.Collin Winter2007-08-301-1/+1
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-1/+1
* Conform to strict str/bytes distinction.Lars Gustäbel2007-08-281-4/+4
* Fall back to 'ascii' encoding if sys.getfilesystemencoding() returnsLars Gustäbel2007-08-211-11/+10
* Completed str/unicode unification.Lars Gustäbel2007-08-071-154/+139