summaryrefslogtreecommitdiff
path: root/Lib/test/test_tarfile.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #14160: TarFile.extractfile() failed to resolve symbolic linksLars Gust?bel2012-04-241-0/+3
* Correctly detect bzip2 compressed streams with blocksizes other than 900k.Lars Gustäbel2011-12-061-4/+18
* Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-141-1/+23
* Fix #11513: wrong exception handling for the case that GzipFile itself raises...Georg Brandl2011-08-131-0/+8
* merge from 3.1Senthil Kumaran2011-04-301-306/+840
|\
| * merge from 3.1Senthil Kumaran2011-04-281-306/+839
| |\
| | * merge from 3.1Senthil Kumaran2011-04-281-0/+28
| | |\
| | * | Merged revisions 88528 via svnmerge fromLars Gustäbel2011-02-231-0/+16
| | * | Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into aRaymond Hettinger2011-01-261-0/+4
| | * | Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-4/+2
| | * | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-2/+4
| | * | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
| | * | Remove extracted trees at the end of the test.Martin v. Löwis2010-11-011-8/+17
| | * | Issue #10184: Touch directories only once when extracting a tarfile.Martin v. Löwis2010-11-011-0/+9
| | * | Issue #10233: Close file objects in a timely manner in the tarfile moduleAntoine Pitrou2010-10-291-27/+48
| | * | test_tarfile: woops, remove +0.001 which was used to debugVictor Stinner2010-10-291-1/+1
| | * | test_tarfile: dump mtime as hexadecimal on test_extractall failureVictor Stinner2010-10-291-1/+11
| | * | Add read support for all missing variants of the GNU sparseLars Gustäbel2010-10-291-7/+63
| | * | Revert r85801. The test ought to pass without rounding.Martin v. Löwis2010-10-231-1/+1
| | * | Try to fix test_tarfile on AMD64 debian parallel 3.xVictor Stinner2010-10-231-1/+1
| | * | Further tarfile / test_tarfile cleanupAntoine Pitrou2010-09-231-1/+2
| | * | Try harder to fix test_tarfile under Windows buildbotsAntoine Pitrou2010-09-231-1/+3
| | * | Try to fix test_tarfile issues on Windows buildbots by closing fileAntoine Pitrou2010-09-231-298/+387
| | * | Re-flow several long lines from #1578269.Brian Curtin2010-07-091-3/+6
| | * | Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-9/+20
| | * | Merged revisions 81667 via svnmerge fromLars Gustäbel2010-06-031-0/+45
| | * | Merged revisions 81663 via svnmerge fromLars Gustäbel2010-06-031-1/+5
| | * | Issue #8633: Support for POSIX.1-2008 binary pax headers.Lars Gustäbel2010-05-171-0/+21
| | * | Issue #8390: tarfile uses surrogateespace as the default error handlerVictor Stinner2010-05-051-2/+2
| | * | Merged revisions 80616 via svnmerge fromLars Gustäbel2010-04-291-0/+18
| | * | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,...Benjamin Peterson2010-03-211-9/+12
| | * | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
| | * | Merged revisions 78623 via svnmerge fromLars Gustäbel2010-03-031-0/+60
| | * | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
| | * | Merged revisions 76452 via svnmerge fromLars Gustäbel2009-11-231-0/+18
| | * | Merged revisions 76443 via svnmerge fromLars Gustäbel2009-11-221-5/+80
| | * | Merged revisions 76217 via svnmerge fromAntoine Pitrou2009-11-111-7/+3
| | * | Merged revisions 74750 via svnmerge fromLars Gustäbel2009-09-121-0/+28
| | * | Merged revisions 74571 via svnmerge fromLars Gustäbel2009-08-281-0/+70
| | * | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-43/+43
* | | | Wrap the testskip decorator for the proper test to resolve bb failure.Senthil Kumaran2011-04-301-1/+1
|/ / /
* | | skip the extractall test on platforms where os.symlink is not available.Senthil Kumaran2011-04-281-0/+1
| |/ |/|
* | Add tests for tarfile extractall feature when with symlinksSenthil Kumaran2011-04-281-0/+27
* | Merged revisions 81665 via svnmerge fromLars Gustäbel2010-06-031-1/+5
* | Merged revisions 80618 via svnmerge fromLars Gustäbel2010-04-291-0/+18
* | Merged revisions 76453 via svnmerge fromLars Gustäbel2009-11-231-0/+18
* | Merged revisions 76219 via svnmerge fromAntoine Pitrou2009-11-111-7/+3
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-43/+43
|/
* Merged revisions 70523 via svnmerge fromLars Gustäbel2009-03-221-0/+25
* Merged revisions 67717 via svnmerge fromLars Gustäbel2008-12-121-6/+3