1. f44abda Issue #26937: The chown() method of the tarfile.TarFile class does not fail now by Xavier de Gaye · 7 years ago
  2. 2f4453e Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  3. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  4. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 8 years ago
  5. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  6. 5135e9e Merge 3.5, issue #27194 by Łukasz Langa · 8 years ago
  7. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  8. 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 8 years ago
  9. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  10. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  11. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  12. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 8 years ago
  13. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 8 years ago
  14. 104dcda Issue #23883: Add missing APIs to tarfile.__all__ by Martin Panter · 8 years ago
  15. a254921 Issue #22227: The TarFile iterator is reimplemented using generator. by Serhiy Storchaka · 8 years ago
  16. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 8 years ago
  17. e12aa62 Merge with 3.4: Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  18. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  19. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  20. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  21. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  22. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  23. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  24. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  25. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  26. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  27. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 9 years ago
  28. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 9 years ago
  29. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 9 years ago
  30. a7eb746 Issue #21549: Added the "members" parameter to TarFile.list(). by Serhiy Storchaka · 10 years ago
  31. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  32. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  33. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  34. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  35. 2d1f092 Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 10 years ago
  36. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 10 years ago
  37. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 10 years ago
  38. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 10 years ago
  39. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 10 years ago
  40. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 10 years ago
  41. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 10 years ago
  42. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 10 years ago
  43. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  44. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  45. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 10 years ago
  46. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  47. da14920 Close #18281: superfluous stat constants removed from tarfile by Ethan Furman · 11 years ago
  48. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  49. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  50. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  51. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  52. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  53. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  54. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  55. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 11 years ago
  56. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 11 years ago
  57. 7030dd8 Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 11 years ago
  58. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 11 years ago
  59. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 11 years ago
  60. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  61. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  62. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  63. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 12 years ago
  64. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  65. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  66. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  67. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  68. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  69. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 12 years ago
  70. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 12 years ago
  71. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 12 years ago
  72. 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 · 12 years ago
  73. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 12 years ago
  74. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 12 years ago
  75. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 12 years ago
  76. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 12 years ago
  77. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  78. 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
  79. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  80. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  81. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  82. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  83. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  84. 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
  85. 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
  86. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  87. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  88. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 13 years ago
  89. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 13 years ago
  90. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 13 years ago
  91. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  92. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  93. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  94. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 14 years ago
  95. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  96. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  97. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  98. 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
  99. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  100. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago