index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
tarfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-1/+1
*
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters
2007-08-28
1
-1/+1
*
Conform to strict str/bytes distinction.
Lars Gustäbel
2007-08-28
1
-4/+4
*
Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns
Lars Gustäbel
2007-08-21
1
-11/+10
*
Completed str/unicode unification.
Lars Gustäbel
2007-08-07
1
-154/+139
*
Merged revisions 56020-56124 via svnmerge from
Guido van Rossum
2007-06-30
1
-4/+10
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-28/+28
*
unicode is named str now => fix type check.
Walter Dörwald
2007-06-12
1
-1/+1
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-105/+139
*
Change some uses of cStringIO.StringIO to io.StringIO.
Guido van Rossum
2007-05-18
1
-4/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-7/+7
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-4/+4
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-334/+646
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-2/+7
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-13/+13
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-13/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-10/+10
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-10/+10
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-144/+180
*
Four months of trunk changes (including a few releases...)
Thomas Wouters
2006-12-13
1
-91/+88
*
Fix fallout from Anna's file -> open changes.
Guido van Rossum
2006-08-24
1
-4/+6
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-4/+4
*
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters
2006-08-21
1
-3/+0
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-8/+7
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-225/+314
*
Patch #1338314, Bug #1336623: fix tarfile so it can extract
Neal Norwitz
2005-10-28
1
-5/+6
*
Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer)
Neal Norwitz
2005-10-20
1
-1/+2
*
Minor cleanup.
Raymond Hettinger
2005-09-11
1
-2/+1
*
Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.
Martin v. Löwis
2005-08-27
1
-14/+12
*
Revert previous checkin.
Martin v. Löwis
2005-08-24
1
-7/+20
*
Patch #1262036: Make tarfile name absolute. Fixes #1257255.
Martin v. Löwis
2005-08-24
1
-20/+7
*
Fix all wrong instances of "it's".
Georg Brandl
2005-07-22
1
-1/+1
*
Whitespace normalization.
Tim Peters
2005-03-28
1
-1/+1
*
Patch #918101: Add tarfile open mode r|* for auto-detection of the
Martin v. Löwis
2005-03-05
1
-30/+66
*
Patch #1043890: tarfile: add extractall() method.
Martin v. Löwis
2005-03-04
1
-0/+41
*
Patch #1103407: Properly deal with tarfile iterators when untarring
Martin v. Löwis
2005-03-03
1
-4/+15
*
Patch #1107973: tarfile.ExFileObject iterators.
Martin v. Löwis
2005-03-03
1
-0/+16
*
Use decorators.
Guido van Rossum
2005-01-16
1
-10/+5
*
Use cStringIO where available.
Raymond Hettinger
2004-12-31
1
-2/+5
*
[Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...
Andrew M. Kuchling
2004-10-20
1
-27/+34
*
Patch #1029061: Always extract member names from the tarinfo.
Martin v. Löwis
2004-09-18
1
-25/+16
*
Patch #1014992: Never return more than a line from readline.
Martin v. Löwis
2004-08-25
1
-3/+1
*
Flush bz2 data even if nothing had been written so far. Fixes #1013882.
Martin v. Löwis
2004-08-22
1
-2/+2
*
Replace tricky and/or with straight-forward if:else:
Martin v. Löwis
2004-08-20
1
-1/+5
*
Patch #995126: Correct directory size, and generate GNU tarfiles by default.
Martin v. Löwis
2004-08-18
1
-2/+2
*
Remove unused variables
Neal Norwitz
2004-07-20
1
-2/+0
*
SF #918101, allow files >= 8 GB using GNU extension
Neal Norwitz
2004-07-20
1
-6/+32
*
SF #857297 and 916874, improve handling of hard links when extracting
Neal Norwitz
2004-07-20
1
-1/+6
*
SF #846659, fix bufsize violation and GNU longname/longlink extensions
Neal Norwitz
2004-07-20
1
-1/+3
[next]