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
*
[Patch #1043972, for bug #1017553] filemode() returns an incorrect value for ...
Andrew M. Kuchling
2004-10-20
1
-27/+34
*
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
*
On RH10, the PIE additions to gcc mean that id() can sometimes be a very
Anthony Baxter
2003-11-06
1
-1/+5
*
[Backport fix for bug #822668] gzip filesize should be written out mod 2**32
Andrew M. Kuchling
2003-10-24
1
-1/+1
*
Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix
Jack Jansen
2003-04-22
1
-9/+4
*
Fix test_tarfile failure when gzip is not available
Neal Norwitz
2003-04-11
1
-1/+2
*
Somebody must not have run the test before checking this in -- it had
Tim Peters
2003-03-07
1
-1/+1
*
Make tarfile raise ImportError on MacOS9. The pathname handling needs work, a...
Jack Jansen
2003-03-07
1
-0/+7
*
Test that os.utime and os.chmod actually exist before using them.
Jack Jansen
2003-03-07
1
-4/+7
*
OS/2 has no concept of file ownership, like DOS & MS Windows version
Andrew MacIntyre
2003-02-19
1
-1/+2
*
Whitespace normalization.
Tim Peters
2003-01-29
1
-1/+1
*
SF #651082, tarfile module implementation from Lars Gustäbel
Neal Norwitz
2003-01-05
1
-0/+1927