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