| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | [Patch 988444] | Andrew M. Kuchling | 2004-07-10 | 1 | -34/+31 |
|
|
* | [Bug #812325 ] tarfile.close() can write out more bytes to the output | Andrew M. Kuchling | 2004-01-02 | 1 | -0/+1 |
|
|
* | [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is to... | 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 |
|
|