1. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  2. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  3. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  4. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  5. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  6. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  7. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  8. 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
  9. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 13 years ago
  10. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 13 years ago
  11. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  12. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  13. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  14. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 14 years ago
  15. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  16. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  17. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  18. 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
  19. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  20. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  21. 1b51272 Merged revisions 81667 via svnmerge from by Lars Gustäbel · 14 years ago
  22. 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 14 years ago
  23. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  24. de629d4 Issue #8390: tarfile uses surrogateespace as the default error handler by Victor Stinner · 14 years ago
  25. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  26. d6eb70b Merged revisions 80616 via svnmerge from by Lars Gustäbel · 14 years ago
  27. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  28. 0138581 Merged revisions 78623 via svnmerge from by Lars Gustäbel · 14 years ago
  29. 77b338b Issue #4757: `zlib.compress` and other methods in the zlib module now by Antoine Pitrou · 15 years ago
  30. 365aff3 Merged revisions 76780 via svnmerge from by Lars Gustäbel · 15 years ago
  31. 9520a43 Merged revisions 76443 via svnmerge from by Lars Gustäbel · 15 years ago
  32. 7b46539 Merged revisions 76381 via svnmerge from by Lars Gustäbel · 15 years ago
  33. 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
  34. bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 15 years ago
  35. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  36. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  37. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  38. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  39. 8c66a6d Remove the deprecated posix attribute. by Georg Brandl · 16 years ago
  40. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  41. 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
  42. c2ea8c6 Issue #2058: Remove the buf attribute and add __slots__ to the by Lars Gustäbel · 16 years ago
  43. 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 · 16 years ago
  44. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 16 years ago
  45. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  46. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  47. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  48. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  49. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  50. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  51. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  52. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  53. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  54. a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 17 years ago
  55. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  56. b506dc3 Completed str/unicode unification. by Lars Gustäbel · 17 years ago
  57. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  58. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  59. 2d5c219 unicode is named str now => fix type check. by Walter Dörwald · 17 years ago
  60. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  61. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  62. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  63. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  64. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  65. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  66. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  67. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  68. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  69. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  70. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  71. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  72. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  73. 8f78fe9 Fix fallout from Anna's file -> open changes. by Guido van Rossum · 18 years ago
  74. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  75. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  76. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  77. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  78. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  79. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  80. a1d09e2 Minor cleanup. by Raymond Hettinger · 19 years ago
  81. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
  82. faffa15 Revert previous checkin. by Martin v. Löwis · 19 years ago
  83. bc3b060 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 19 years ago
  84. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  85. eba28be Whitespace normalization. by Tim Peters · 19 years ago
  86. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 19 years ago
  87. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 19 years ago
  88. 637431b Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 19 years ago
  89. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 19 years ago
  90. 75b64e6 Use decorators. by Guido van Rossum · 19 years ago
  91. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  92. 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
  93. f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 20 years ago
  94. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  95. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  96. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  97. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  98. 0260519 Remove unused variables by Neal Norwitz · 20 years ago
  99. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  100. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago