1. 4fedd71 bpo-12800: tarfile: Restore fix from 011525ee9 (GH-21409) by Julien Palard · 3 years, 10 months ago
  2. 22748a8 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Artem Bulgakov · 4 years ago
  3. fbf43f0 bpo-41521: Rename blacklist parameter to not_exported (GH-21824) by Victor Stinner · 4 years, 1 month ago
  4. a7f5d93 bpo-40275: Use new test.support helper submodules in tests (GH-21449) by Hai Shi · 4 years, 1 month ago
  5. 5a8d121 bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) by Rishi · 4 years, 2 months ago
  6. 700cfa8 bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035) by Serhiy Storchaka · 4 years, 3 months ago
  7. a3ec3ad bpo-40275: More lazy imports in test.support (GH-20131) by Hai Shi · 4 years, 4 months ago
  8. 66abe98 bpo-40275: Move requires_hashdigest() to test.support.hashlib_helper (GH-19716) by Hai Shi · 4 years, 5 months ago
  9. 87502dd bpo-40286: Use random.randbytes() in tests (GH-19575) by Victor Stinner · 4 years, 5 months ago
  10. 674935b bpo-18819: tarfile: only set device fields for device files (GH-18080) by William Chargin · 4 years, 7 months ago
  11. dd754ca bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) by William Woodruff · 4 years, 8 months ago
  12. c64a1a6 bpo-38270: Check for hash digest algorithms and avoid MD5 (GH-16382) by Christian Heimes · 5 years ago
  13. e680c3d bpo-36268: Change default tar format to pax from GNU. (GH-12355) by CAM Gerlach · 5 years ago
  14. 9e4861f bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928) by Serhiy Storchaka · 6 years ago
  15. b238545 bpo-35772: Fix test_tarfile on ppc64 (GH-11606) by Victor Stinner · 6 years ago
  16. 72d9b2b bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434) by Joffrey F · 7 years ago
  17. 4ad703b bpo-30693: Fix tarfile test cleanup on MSWindows (#5557) by Bernhard M. Wiedemann · 7 years ago
  18. 8452104 bpo-30693: zip+tarfile: sort directory listing (#2263) by Bernhard M. Wiedemann · 7 years ago
  19. d7d4fea bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4375) by xdegaye · 7 years ago
  20. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  21. 150cd19 bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) by Serhiy Storchaka · 7 years ago
  22. c45cd16 bpo-28230: Document the pathlib support in tarfile and add tests. (#512) by Serhiy Storchaka · 8 years ago
  23. 4f76fb1 Issue #29210: Removed support of deprecated argument "exclude" in by Serhiy Storchaka · 8 years ago
  24. 2f4453e Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  25. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 8 years ago
  26. daac5f9 Issue #24838: Merge test_tarfile.py fix from 3.5. by Lars Gustäbel · 8 years ago
  27. ddd9917 Issue #24838: Fix test_tarfile.py for non-utf8 filesystem encodings. by Lars Gustäbel · 8 years ago
  28. 7c3e684 Issue #24838: Merge tarfile fix from 3.5. by Lars Gustäbel · 8 years ago
  29. 0f450ab Issue #24838: tarfile's ustar and gnu formats now correctly calculate name and by Lars Gustäbel · 8 years ago
  30. 5318d10 Issue #23883: grp and pwd are None on Windows by Martin Panter · 9 years ago
  31. 2c1d3e3 Issue #23883: Removed redundant names from blacklists. by Serhiy Storchaka · 9 years ago
  32. 104dcda Issue #23883: Add missing APIs to tarfile.__all__ by Martin Panter · 9 years ago
  33. 5fbadb6 Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  34. 2a23adf Use support.change_cwd() in tests. by Serhiy Storchaka · 9 years ago
  35. 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
  36. 0357268 Issue #24259: tarfile now raises a ReadError if an archive is truncated inside a data segment. by Lars Gustäbel · 9 years ago
  37. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  38. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  39. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  40. ad3e27a Issue #23193: Skip numeric_owner tests on platforms where they don't make sense by Zachary Ware · 9 years ago
  41. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  42. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  43. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 10 years ago
  44. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  45. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  46. 57004c6 Issue #21440: Backport changeset 4ebf97299b18 to branch 3.4, use by Victor Stinner · 10 years ago
  47. a7eb746 Issue #21549: Added the "members" parameter to TarFile.list(). by Serhiy Storchaka · 10 years ago
  48. a98faef Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  49. 2c6a3ae Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  50. e0bd2c5 Issue21440 Use support.rmtree in test_zipfile & test_tarfile by Tim Golden · 10 years ago
  51. f6a38e1 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  52. 162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. by Serhiy Storchaka · 11 years ago
  53. 255493c Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 11 years ago
  54. 3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing by Serhiy Storchaka · 11 years ago
  55. a7184e6 Fix typo. by Serhiy Storchaka · 11 years ago
  56. 2d5a092 Issue #20384: Fix the test_tarfile test on Windows. by Serhiy Storchaka · 11 years ago
  57. aee0e63 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  58. c2d0142 Issue #20243: TarFile no longer raise ReadError when opened in write mode. by Serhiy Storchaka · 11 years ago
  59. 7d68a1c Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  60. 9fbec7a Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't by Serhiy Storchaka · 11 years ago
  61. ce644a0 Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  62. 53ad0cd Issue #20245: The open functions in the tarfile module now correctly handle empty mode. by Serhiy Storchaka · 11 years ago
  63. f22fe0f Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  64. 2a3d7d1 Test the open of non-exitent tarfile in all modes. by Serhiy Storchaka · 11 years ago
  65. 3b7b1e5 Try to fix test_tarfile under Windows by Antoine Pitrou · 11 years ago
  66. 5e8c809 Build a list of supported test tarfiles dynamically for CLI "test" command by Serhiy Storchaka · 11 years ago
  67. d27b455 Issue #13477: Added command line interface to the tarfile module. by Serhiy Storchaka · 11 years ago
  68. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  69. 78be6e8 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  70. 8b56292 Issue #18223: Refactor test_tarfile. by Serhiy Storchaka · 11 years ago
  71. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  72. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  73. 2aa4e6c Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  74. 62c75f1 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  75. 88339c4 Issue #16645: Fix hardlink extracting test for tarfile. by Serhiy Storchaka · 12 years ago
  76. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  77. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  78. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  79. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  80. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  81. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  82. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  83. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  84. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 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. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  88. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  89. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  90. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  91. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 13 years ago
  92. 4a0afa2 Wrap the correct test with the skip decorator for the issue10761. by Senthil Kumaran · 13 years ago
  93. be5dbeb merge from 3.1 by Senthil Kumaran · 13 years ago
  94. f108f82 Wrap the testskip decorator for the proper test to resolve bb failure. by Senthil Kumaran · 13 years ago
  95. 2ea7270 merge from 3.2 by Senthil Kumaran · 13 years ago
  96. c20566c merge from 3.1 by Senthil Kumaran · 13 years ago
  97. e3bdcf4 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 13 years ago
  98. 7274828 merge from 3.2 by Senthil Kumaran · 13 years ago
  99. 8a410d3 merge from 3.1 by Senthil Kumaran · 13 years ago
  100. 123932f Add tests for tarfile extractall feature when with symlinks by Senthil Kumaran · 13 years ago