summaryrefslogtreecommitdiffstats
path: root/Lib/tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 56020-56124 via svnmerge fromGuido van Rossum2007-06-301-4/+10
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-28/+28
* unicode is named str now => fix type check.Walter Dörwald2007-06-121-1/+1
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-105/+139
* Change some uses of cStringIO.StringIO to io.StringIO.Guido van Rossum2007-05-181-4/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-7/+7
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-334/+646
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-2/+7
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-13/+13
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-13/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-10/+10
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-10/+10
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-144/+180
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-91/+88
* Fix fallout from Anna's file -> open changes.Guido van Rossum2006-08-241-4/+6
* Anna Ravenscroft identified many occurrences of "file" used to open a fileAlex Martelli2006-08-241-4/+4
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-3/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-8/+7
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-225/+314
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-281-5/+6
* Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)Neal Norwitz2005-10-201-1/+2
* Minor cleanup.Raymond Hettinger2005-09-111-2/+1
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-14/+12
* Revert previous checkin.Martin v. Löwis2005-08-241-7/+20
* Patch #1262036: Make tarfile name absolute. Fixes #1257255.Martin v. Löwis2005-08-241-20/+7
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* Whitespace normalization.Tim Peters2005-03-281-1/+1
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-30/+66
* Patch #1043890: tarfile: add extractall() method.Martin v. Löwis2005-03-041-0/+41
* Patch #1103407: Properly deal with tarfile iterators when untarringMartin v. Löwis2005-03-031-4/+15
* Patch #1107973: tarfile.ExFileObject iterators.Martin v. Löwis2005-03-031-0/+16
* Use decorators.Guido van Rossum2005-01-161-10/+5
* Use cStringIO where available.Raymond Hettinger2004-12-311-2/+5
* [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...Andrew M. Kuchling2004-10-201-27/+34
* Patch #1029061: Always extract member names from the tarinfo.Martin v. Löwis2004-09-181-25/+16
* Patch #1014992: Never return more than a line from readline.Martin v. Löwis2004-08-251-3/+1