| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly detect bzip2 compressed streams with blocksizes other than 900k. | Lars Gustäbel | 2011-12-06 | 1 | -4/+18 |
|
|
* | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. | Lars Gustäbel | 2011-10-14 | 1 | -1/+23 |
|
|
* | Fix #11513: wrong exception handling for the case that GzipFile itself raises... | Georg Brandl | 2011-08-13 | 1 | -0/+8 |
|
|
* | merge from 3.1 | Senthil Kumaran | 2011-04-29 | 1 | -1/+2 |
|\ |
|
| * | Wrap the testskip decorator for the proper test to resolve bb failure. | Senthil Kumaran | 2011-04-29 | 1 | -1/+1 |
|
|
* | | merge from 3.1 | Senthil Kumaran | 2011-04-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | skip the extractall test on platforms where os.symlink is not available. | Senthil Kumaran | 2011-04-28 | 1 | -0/+1 |
|
|
* | | merge from 3.1 | Senthil Kumaran | 2011-04-28 | 1 | -0/+28 |
|\ \
| |/ |
|
| * | Add tests for tarfile extractall feature when with symlinks | Senthil Kumaran | 2011-04-28 | 1 | -0/+27 |
|
|
| * | Merged revisions 81665 via svnmerge from | Lars Gustäbel | 2010-06-03 | 1 | -1/+5 |
|
|
| * | Merged revisions 80618 via svnmerge from | Lars Gustäbel | 2010-04-29 | 1 | -0/+18 |
|
|
| * | Merged revisions 76453 via svnmerge from | Lars Gustäbel | 2009-11-23 | 1 | -0/+18 |
|
|
| * | Merged revisions 76219 via svnmerge from | Antoine Pitrou | 2009-11-11 | 1 | -7/+3 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -43/+43 |
|
|
* | | Merged revisions 88528 via svnmerge from | Lars Gustäbel | 2011-02-23 | 1 | -0/+16 |
|
|
* | | Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a | Raymond Hettinger | 2011-01-26 | 1 | -0/+4 |
|
|
* | | Fix #9333. The symlink function is always available now, raising OSError | Brian Curtin | 2010-12-28 | 1 | -4/+2 |
|
|
* | | Fix #9333. Expose os.symlink on Windows only when usable. | Brian Curtin | 2010-12-02 | 1 | -2/+4 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -1/+1 |
|
|
* | | Remove extracted trees at the end of the test. | Martin v. Löwis | 2010-11-01 | 1 | -8/+17 |
|
|
* | | Issue #10184: Touch directories only once when extracting a tarfile. | Martin v. Löwis | 2010-11-01 | 1 | -0/+9 |
|
|
* | | Issue #10233: Close file objects in a timely manner in the tarfile module | Antoine Pitrou | 2010-10-29 | 1 | -27/+48 |
|
|
* | | test_tarfile: woops, remove +0.001 which was used to debug | Victor Stinner | 2010-10-29 | 1 | -1/+1 |
|
|
* | | test_tarfile: dump mtime as hexadecimal on test_extractall failure | Victor Stinner | 2010-10-29 | 1 | -1/+11 |
|
|
* | | Add read support for all missing variants of the GNU sparse | Lars Gustäbel | 2010-10-29 | 1 | -7/+63 |
|
|
* | | Revert r85801. The test ought to pass without rounding. | Martin v. Löwis | 2010-10-23 | 1 | -1/+1 |
|
|
* | | Try to fix test_tarfile on AMD64 debian parallel 3.x | Victor Stinner | 2010-10-23 | 1 | -1/+1 |
|
|
* | | Further tarfile / test_tarfile cleanup | Antoine Pitrou | 2010-09-23 | 1 | -1/+2 |
|
|
* | | Try harder to fix test_tarfile under Windows buildbots | Antoine Pitrou | 2010-09-23 | 1 | -1/+3 |
|
|
* | | Try to fix test_tarfile issues on Windows buildbots by closing file | Antoine Pitrou | 2010-09-23 | 1 | -298/+387 |
|
|
* | | Re-flow several long lines from #1578269. | Brian Curtin | 2010-07-09 | 1 | -3/+6 |
|
|
* | | Implement #1578269. Patch by Jason R. Coombs. | Brian Curtin | 2010-07-08 | 1 | -9/+20 |
|
|
* | | Merged revisions 81667 via svnmerge from | Lars Gustäbel | 2010-06-03 | 1 | -0/+45 |
|
|
* | | Merged revisions 81663 via svnmerge from | Lars Gustäbel | 2010-06-03 | 1 | -1/+5 |
|
|
* | | Issue #8633: Support for POSIX.1-2008 binary pax headers. | Lars Gustäbel | 2010-05-17 | 1 | -0/+21 |
|
|
* | | Issue #8390: tarfile uses surrogateespace as the default error handler | Victor Stinner | 2010-05-05 | 1 | -2/+2 |
|
|
* | | Merged revisions 80616 via svnmerge from | Lars Gustäbel | 2010-04-29 | 1 | -0/+18 |
|
|
* | | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -9/+12 |
|
|
* | | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+0 |
|
|
* | | Merged revisions 78623 via svnmerge from | Lars Gustäbel | 2010-03-03 | 1 | -0/+60 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | | Merged revisions 76452 via svnmerge from | Lars Gustäbel | 2009-11-23 | 1 | -0/+18 |
|
|
* | | Merged revisions 76443 via svnmerge from | Lars Gustäbel | 2009-11-22 | 1 | -5/+80 |
|
|
* | | Merged revisions 76217 via svnmerge from | Antoine Pitrou | 2009-11-11 | 1 | -7/+3 |
|
|
* | | Merged revisions 74750 via svnmerge from | Lars Gustäbel | 2009-09-12 | 1 | -0/+28 |
|
|
* | | Merged revisions 74571 via svnmerge from | Lars Gustäbel | 2009-08-28 | 1 | -0/+70 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -43/+43 |
|/ |
|
* | Merged revisions 70523 via svnmerge from | Lars Gustäbel | 2009-03-22 | 1 | -0/+25 |
|
|
* | Merged revisions 67717 via svnmerge from | Lars Gustäbel | 2008-12-12 | 1 | -6/+3 |
|
|
* | Merged revisions 66539 via svnmerge from | Hirokazu Yamamoto | 2008-09-21 | 1 | -0/+1 |
|
|