1. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  2. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  3. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  4. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  5. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  6. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  7. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  8. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  9. 3438fa4 Get rig of EnvironmentError (#16705) by Andrew Svetlov · 12 years ago
  10. 7030dd8 Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  11. 7ecd13d Merge issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  12. 718df1d Issue #16477: Close tarfile internal handlers in case of exception. by Andrew Svetlov · 12 years ago
  13. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  14. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 12 years ago
  15. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 12 years ago
  16. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 12 years ago
  17. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  18. b062a2f Issue #13815: Resurrect the ExFileObject class. by Lars Gustäbel · 12 years ago
  19. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  20. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 12 years ago
  21. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 12 years ago
  22. c5e1199 Issue #5689: Avoid excessive memory usage by using the default lzma preset. by Lars Gustäbel · 13 years ago
  23. dee45e2 Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  24. 8f771a4 Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. by Lars Gustäbel · 13 years ago
  25. 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
  26. 0a9dd2f Issue #5689: Add support for lzma compression to the tarfile module. by Lars Gustäbel · 13 years ago
  27. bb44b73 Remove no longer needed work-around for bz2 file object support. by Lars Gustäbel · 13 years ago
  28. 45fb082 Merge with 3.2: Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  29. ed1ac58 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  30. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  31. 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
  32. ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 13 years ago
  33. 2475785 Merge with 3.2: Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  34. 2e7ddd3 Issue #12841: Fix tarfile extraction of non-existent uids/gids. by Lars Gustäbel · 13 years ago
  35. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  36. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  37. 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
  38. 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
  39. 8c6f88e remove __version__s dependent on subversion keyword expansion (closes #12221) by Benjamin Peterson · 13 years ago
  40. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  41. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 14 years ago
  42. dd07104 Issue #11224: Improved sparse file read support (r85916) introduced a by Lars Gustäbel · 14 years ago
  43. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 14 years ago
  44. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  45. e1eca4e Issue #10233: Close file objects in a timely manner in the tarfile module by Antoine Pitrou · 14 years ago
  46. 9cbdd75 Add read support for all missing variants of the GNU sparse by Lars Gustäbel · 14 years ago
  47. 331b800 Issue #9065: no longer use "root" as the default for the uname and gname field. by Lars Gustäbel · 14 years ago
  48. 82df53e Fix a line that got hacked up by r82659. by Brian Curtin · 14 years ago
  49. 605c293 Further tarfile / test_tarfile cleanup by Antoine Pitrou · 14 years ago
  50. 95f5560 Try to fix test_tarfile issues on Windows buildbots by closing file by Antoine Pitrou · 14 years ago
  51. 16633fa Fix the breakage of Lib/tarfile.py on non-Windows platforms due to by Brian Curtin · 14 years ago
  52. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  53. 0f35e2c Issue #8784: Set tarfile default encoding to 'utf-8' on Windows. by Victor Stinner · 14 years ago
  54. 1b51272 Merged revisions 81667 via svnmerge from by Lars Gustäbel · 14 years ago
  55. 2470ff1 Merged revisions 81663 via svnmerge from by Lars Gustäbel · 14 years ago
  56. 1465cc2 Issue #8633: Support for POSIX.1-2008 binary pax headers. by Lars Gustäbel · 14 years ago
  57. de629d4 Issue #8390: tarfile uses surrogateespace as the default error handler by Victor Stinner · 14 years ago
  58. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  59. d6eb70b Merged revisions 80616 via svnmerge from by Lars Gustäbel · 14 years ago
  60. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  61. 0138581 Merged revisions 78623 via svnmerge from by Lars Gustäbel · 14 years ago
  62. 77b338b Issue #4757: `zlib.compress` and other methods in the zlib module now by Antoine Pitrou · 15 years ago
  63. 365aff3 Merged revisions 76780 via svnmerge from by Lars Gustäbel · 15 years ago
  64. 9520a43 Merged revisions 76443 via svnmerge from by Lars Gustäbel · 15 years ago
  65. 7b46539 Merged revisions 76381 via svnmerge from by Lars Gustäbel · 15 years ago
  66. 049d2aa Merged revisions 74750 via svnmerge from by Lars Gustäbel · 15 years ago
  67. bfdfdda Merged revisions 74571 via svnmerge from by Lars Gustäbel · 15 years ago
  68. 42e0091 Merged revisions 70523 via svnmerge from by Lars Gustäbel · 15 years ago
  69. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
  70. 43fcf3a Merged revisions 67717 via svnmerge from by Lars Gustäbel · 16 years ago
  71. fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
  72. 8c66a6d Remove the deprecated posix attribute. by Georg Brandl · 16 years ago
  73. 0c24e8b Remove the TarFileCompat class from tarfile.py. by Lars Gustäbel · 16 years ago
  74. 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
  75. c2ea8c6 Issue #2058: Remove the buf attribute and add __slots__ to the by Lars Gustäbel · 16 years ago
  76. 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
  77. d4cb56d Convert some custom sort comparison functions to equivalent key functions. by Raymond Hettinger · 17 years ago
  78. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  79. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  80. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  81. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  82. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  83. 9c1257e Disabled test_sys_path_with_unicode for now by Christian Heimes · 17 years ago
  84. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  85. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  86. ed03b41 Merge the trunk changes in. Breaks socket.ssl for now. by Thomas Wouters · 17 years ago
  87. a280ca75 Conform to strict str/bytes distinction. by Lars Gustäbel · 17 years ago
  88. 3741eff Fall back to 'ascii' encoding if sys.getfilesystemencoding() returns by Lars Gustäbel · 17 years ago
  89. b506dc3 Completed str/unicode unification. by Lars Gustäbel · 17 years ago
  90. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  91. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  92. 2d5c219 unicode is named str now => fix type check. by Walter Dörwald · 17 years ago
  93. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  94. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  95. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  96. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  97. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  98. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  99. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  100. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago