Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | | | Read multiple special headers - fixed/improved handling of extended/special headers in read-mode (adding new extended headers should be less painful now). - improved nts() function. - removed TarFile.chunks datastructure which is not (and was never) needed. - fixed TarInfo.tobuf(), fields could overflow with too large values, values are now clipped. | ||||
* | [Bug #812325 ] tarfile.close() can write out more bytes to the output | Andrew M. Kuchling | 2004-01-02 | 1 | -0/+1 |
| | | | | | than are specified by the buffer size. The patch calls .__write() to ensure that any full blocks are written out. | ||||
* | [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is ↵ | Andrew M. Kuchling | 2003-10-24 | 1 | -1/+1 |
| | | | | too large; the gzip filesize should be written out mod 2**32. (Reported by Johan Fredrik Ohman) | ||||
* | Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix | Jack Jansen | 2003-04-22 | 1 | -9/+4 |
| | | | | field contains garbage after the first NUL character. | ||||
* | Fix test_tarfile failure when gzip is not available | Neal Norwitz | 2003-04-11 | 1 | -1/+2 |
| | | | | | The module would exist, but be empty if already imported. This change ensures we have gzip available. | ||||
* | Somebody must not have run the test before checking this in -- it had | Tim Peters | 2003-03-07 | 1 | -1/+1 |
| | | | | a fatal tab/space inconsistency under -tt. | ||||
* | Make tarfile raise ImportError on MacOS9. The pathname handling needs work, ↵ | Jack Jansen | 2003-03-07 | 1 | -0/+7 |
| | | | | and I don't have time to fix it. I'll file a bug report. | ||||
* | 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 |
| | | | | | | prior to NT. EMX has a number of Posix emulation routines, including geteuid() but lacks chown(), so silently skip trying to actually set a file ownership when extracting a file from a tar archive. | ||||
* | 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 |