1. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  2. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  3. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  4. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  5. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 12 years ago
  6. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  7. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  8. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  9. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  10. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  11. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 13 years ago
  12. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  13. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  14. 74c503b use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented by Eli Bendersky · 13 years ago
  15. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  16. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  17. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  18. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  19. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  20. 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
  21. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  22. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  23. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  24. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  25. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  26. a2250e6 merge from 3.2 - Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  27. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  28. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  29. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  30. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 13 years ago
  31. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 13 years ago
  32. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 14 years ago
  33. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  34. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  35. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  36. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 14 years ago
  37. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  38. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  39. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  40. 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
  41. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  42. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  43. 1b51272 Merged revisions 81667 via svnmerge from by Lars Gustäbel · 14 years ago
  44. 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 14 years ago
  45. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  46. de629d4 Issue #8390: tarfile uses surrogateespace as the default error handler by Victor Stinner · 14 years ago
  47. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  48. d6eb70b Merged revisions 80616 via svnmerge from by Lars Gustäbel · 14 years ago
  49. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  50. 0138581 Merged revisions 78623 via svnmerge from by Lars Gustäbel · 14 years ago
  51. 77b338b Issue #4757: `zlib.compress` and other methods in the zlib module now by Antoine Pitrou · 15 years ago
  52. 365aff3 Merged revisions 76780 via svnmerge from by Lars Gustäbel · 15 years ago
  53. 9520a43 Merged revisions 76443 via svnmerge from by Lars Gustäbel · 15 years ago
  54. 7b46539 Merged revisions 76381 via svnmerge from by Lars Gustäbel · 15 years ago
  55. 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
  56. bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 15 years ago
  57. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  58. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  59. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  60. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  61. 8c66a6d Remove the deprecated posix attribute. by Georg Brandl · 16 years ago
  62. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  63. 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
  64. c2ea8c6 Issue #2058: Remove the buf attribute and add __slots__ to the by Lars Gustäbel · 16 years ago
  65. 2202f87 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,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  66. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  67. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  68. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  69. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  70. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  71. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  72. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  73. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  74. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  75. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  76. a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 17 years ago
  77. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  78. b506dc3 Completed str/unicode unification. by Lars Gustäbel · 17 years ago
  79. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  80. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  81. 2d5c219 unicode is named str now => fix type check. by Walter Dörwald · 17 years ago
  82. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  83. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  84. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  85. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  86. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  87. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  88. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  89. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  90. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  91. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  92. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  93. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  94. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  95. 8f78fe9 Fix fallout from Anna's file -> open changes. by Guido van Rossum · 18 years ago
  96. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  97. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  98. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  99. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  100. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago