1. a694f23 Add missing docstrings for TarInfo objects (#12555) by Raymond Hettinger · 5 years ago
  2. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 5 years ago
  3. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  4. 8d13091 bpo-34043: Optimize tarfile uncompress performance (GH-8089) by INADA Naoki · 6 years ago
  5. 12a08c4 bpo-34010: Fix tarfile read performance regression (GH-8020) by hajoscher · 6 years ago
  6. 461a1c4 bpo-33842: Remove tarfile.filemode (GH-7661) by INADA Naoki · 6 years ago
  7. 72d9b2b bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Joffrey F · 6 years ago
  8. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 6 years ago
  9. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  10. c7cc14a Remove two legacy constants which hopefully have no consumers (#1087) by Alex Gaynor · 7 years ago
  11. 150cd19 bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) by Serhiy Storchaka · 7 years ago
  12. bdf6b91 bpo-29776: Use decorator syntax for properties. (#585) by Serhiy Storchaka · 7 years ago
  13. 4f76fb1 Issue #29210: Removed support of deprecated argument "exclude" in by Serhiy Storchaka · 7 years ago
  14. f44abda Issue #26937: The chown() method of the tarfile.TarFile class does not fail now by Xavier de Gaye · 8 years ago
  15. 2f4453e Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  16. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  17. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 8 years ago
  18. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  19. 5135e9e Merge 3.5, issue #27194 by Łukasz Langa · 8 years ago
  20. e7f2748 Issue #27194: superfluous truncate calls in tarfile.py slow down extraction by Łukasz Langa · 8 years ago
  21. 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 8 years ago
  22. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  23. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  24. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  25. 2d2d08d Issue #22468: Merge gettarinfo() doc from 3.5 by Martin Panter · 8 years ago
  26. f817a48 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 8 years ago
  27. 104dcda Issue #23883: Add missing APIs to tarfile.__all__ by Martin Panter · 8 years ago
  28. a254921 Issue #22227: The TarFile iterator is reimplemented using generator. by Serhiy Storchaka · 9 years ago
  29. b82032f Issue #22341: Drop Python 2 workaround and document CRC initial value by Martin Panter · 9 years ago
  30. 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
  31. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  32. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  33. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  34. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  35. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  36. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  37. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  38. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  39. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  40. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 9 years ago
  41. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 9 years ago
  42. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 9 years ago
  43. a7eb746 Issue #21549: Added the "members" parameter to TarFile.list(). by Serhiy Storchaka · 10 years ago
  44. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  45. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  46. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  47. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 10 years ago
  48. 2d1f092 Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 10 years ago
  49. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 10 years ago
  50. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 10 years ago
  51. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 10 years ago
  52. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 10 years ago
  53. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 10 years ago
  54. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 10 years ago
  55. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 10 years ago
  56. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  57. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  58. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  59. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  60. da14920 Close #18281: superfluous stat constants removed from tarfile by Ethan Furman · 11 years ago
  61. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  62. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  63. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  64. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  65. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  66. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  67. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  68. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  69. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  70. 7030dd8 Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  71. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  72. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  73. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  74. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  75. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  76. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 12 years ago
  77. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  78. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  79. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  80. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  81. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  82. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 12 years ago
  83. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  84. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  85. 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
  86. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  87. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  88. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  89. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  90. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  91. 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
  92. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  93. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  94. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  95. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  96. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  97. 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
  98. 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
  99. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  100. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago