1. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  2. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  3. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  4. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 9 years ago
  5. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 9 years ago
  6. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  7. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  8. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 11 years ago
  9. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 11 years ago
  10. 2d1f092 Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  11. e413cde Issue #20244: Fixed possible file leaks when unexpected error raised in by Serhiy Storchaka · 11 years ago
  12. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  13. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  14. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  15. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  16. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  17. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  18. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  19. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 11 years ago
  20. df3ed24 Issue19995: %o, %x, %X now only accept ints by Ethan Furman · 11 years ago
  21. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  22. da14920 Close #18281: superfluous stat constants removed from tarfile by Ethan Furman · 11 years ago
  23. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  24. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  25. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  26. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  27. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  28. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  29. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  30. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  31. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  32. 7030dd8 Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  33. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  34. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  35. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  36. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  37. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  38. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 12 years ago
  39. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  40. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  41. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  42. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  43. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  44. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 13 years ago
  45. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  46. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  47. 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
  48. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  49. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  50. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  51. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  52. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  53. 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
  54. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  55. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  56. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  57. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  58. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  59. 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
  60. 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
  61. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  62. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  63. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 13 years ago
  64. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 13 years ago
  65. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 14 years ago
  66. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  67. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  68. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  69. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 14 years ago
  70. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  71. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  72. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  73. 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
  74. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  75. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  76. 1b51272 Merged revisions 81667 via svnmerge from by Lars Gustäbel · 14 years ago
  77. 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 14 years ago
  78. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  79. de629d4 Issue #8390: tarfile uses surrogateespace as the default error handler by Victor Stinner · 14 years ago
  80. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  81. d6eb70b Merged revisions 80616 via svnmerge from by Lars Gustäbel · 14 years ago
  82. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  83. 0138581 Merged revisions 78623 via svnmerge from by Lars Gustäbel · 14 years ago
  84. 77b338b Issue #4757: `zlib.compress` and other methods in the zlib module now by Antoine Pitrou · 15 years ago
  85. 365aff3 Merged revisions 76780 via svnmerge from by Lars Gustäbel · 15 years ago
  86. 9520a43 Merged revisions 76443 via svnmerge from by Lars Gustäbel · 15 years ago
  87. 7b46539 Merged revisions 76381 via svnmerge from by Lars Gustäbel · 15 years ago
  88. 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
  89. bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 15 years ago
  90. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  91. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  92. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  93. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  94. 8c66a6d Remove the deprecated posix attribute. by Georg Brandl · 16 years ago
  95. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  96. 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
  97. c2ea8c6 Issue #2058: Remove the buf attribute and add __slots__ to the by Lars Gustäbel · 16 years ago
  98. 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 · 17 years ago
  99. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  100. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago