- 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
- bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
- 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
- ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
- 01277d1 Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
- ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
- 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
- 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
- 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
- bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
- 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 14 years ago
- 4a0afa2 Wrap the correct test with the skip decorator for the issue10761. by Senthil Kumaran · 14 years ago
- be5dbeb merge from 3.1 by Senthil Kumaran · 14 years ago
- f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 14 years ago
- 2ea7270 merge from 3.2 by Senthil Kumaran · 14 years ago
- c20566c merge from 3.1 by Senthil Kumaran · 14 years ago
- e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
- 7274828 merge from 3.2 by Senthil Kumaran · 14 years ago
- 8a410d3 merge from 3.1 by Senthil Kumaran · 14 years ago
- 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 14 years ago
- dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 14 years ago
- a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 14 years ago
- 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
- 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
- b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
- be647e2 Remove extracted trees at the end of the test. by Martin v. Löwis · 14 years ago
- 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
- e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
- 14d8fe7 test_tarfile: woops, remove +0.001 which was used to debug by Victor Stinner · 14 years ago
- 26bfb5a test_tarfile: dump mtime as hexadecimal on test_extractall failure by Victor Stinner · 14 years ago
- 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
- 57f7579 Revert r85801. The test ought to pass without rounding. by Martin v. Löwis · 14 years ago
- 2b9af63 Try to fix test_tarfile on AMD64 debian parallel 3.x by Victor Stinner · 14 years ago
- 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
- ab58b5f Try harder to fix test_tarfile under Windows buildbots by Antoine Pitrou · 14 years ago
- 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
- 74e4561 Re-flow several long lines from #1578269. by Brian Curtin · 14 years ago
- d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
- 1b51272 Merged revisions 81667 via svnmerge from by Lars Gustäbel · 14 years ago
- 547f808 Merged revisions 81665 via svnmerge from by Lars Gustäbel · 14 years ago
- 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 14 years ago
- 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
- de629d4 Issue #8390: tarfile uses surrogateespace as the default error handler by Victor Stinner · 15 years ago
- f7317f9 Merged revisions 80618 via svnmerge from by Lars Gustäbel · 15 years ago
- d6eb70b Merged revisions 80616 via svnmerge from by Lars Gustäbel · 15 years ago
- 886af96 Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from by Benjamin Peterson · 15 years ago
- 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 15 years ago
- 0138581 Merged revisions 78623 via svnmerge from by Lars Gustäbel · 15 years ago
- 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
- 45711a7 Merged revisions 76453 via svnmerge from by Lars Gustäbel · 15 years ago
- b7f0923 Merged revisions 76452 via svnmerge from by Lars Gustäbel · 15 years ago
- 9520a43 Merged revisions 76443 via svnmerge from by Lars Gustäbel · 15 years ago
- b78ba6b Merged revisions 76219 via svnmerge from by Antoine Pitrou · 15 years ago
- 941ee88 Merged revisions 76217 via svnmerge from by Antoine Pitrou · 15 years ago
- 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
- bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 15 years ago
- ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
- c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
- 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 16 years ago
- 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
- af079d4 Merged revisions 66539 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- f08a9dd Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from by Georg Brandl · 16 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
- 126d29a Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60734 via svnmerge from by Christian Heimes · 17 years ago
- faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
- d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
- ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
- a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 17 years ago
- 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
- 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
- a055770 Remove the coding line, and convert umlauted characters to \x escapes. by Guido van Rossum · 17 years ago
- b506dc3 Completed str/unicode unification. by Lars Gustäbel · 17 years ago
- e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
- 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
- 9cbfffd tokenizer.c: make coding markup work again. by Guido van Rossum · 17 years ago
- e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
- a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
- cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
- b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
- 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
- 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
- 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
- f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
- b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
- 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
- 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
- df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
- 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
- d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
- c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
- a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
- 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
- 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago