1. d846f1d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  2. 2020a59 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  3. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  4. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 16 years ago
  5. 132fc54 Remove a dict.has_key() and list.sort(cmp=) usage from tarfile to silence by Brett Cannon · 16 years ago
  6. 727bd0b Issue #3039: Fix TarFileCompat.writestr() which always raised an by Lars Gustäbel · 16 years ago
  7. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 16 years ago
  8. 8844096 A stab in the dark attempt to fix the alpha/tru64 buildbot problem and add more by Gregory P. Smith · 17 years ago
  9. 0192e43 Issue #2004: Use mode 0700 for temporary directories and default by Lars Gustäbel · 17 years ago
  10. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 17 years ago
  11. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  12. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  13. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 17 years ago
  14. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 17 years ago
  15. 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 17 years ago
  16. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  17. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 18 years ago
  18. d2e2290 Patch #1507247: tarfile.py: use current umask for intermediate directories. by Lars Gustäbel · 18 years ago
  19. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  20. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  21. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  22. ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
  23. ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 18 years ago
  24. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  25. 3354f28 Patch #1583880: fix tarfile's problems with long names and posix/ GNU modes. by Georg Brandl · 18 years ago
  26. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  27. 3520771 Fix tarfile depending on buggy int('1\0', base) behavior. by Georg Brandl · 18 years ago
  28. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 18 years ago
  29. a05f6e2 _Stream.close(): Try to kill struct.pack() warnings when by Tim Peters · 18 years ago
  30. 4a5fbda Part of SF patch #1484695. This removes dead code. The chksum was by Neal Norwitz · 18 years ago
  31. e895318 Always close BZ2Proxy object. Remove unnecessary struct usage. by Georg Brandl · 18 years ago
  32. 8a299d2 Whitespace normalization. by Tim Peters · 18 years ago
  33. e4751e3 Amendments to patch #1484695. by Georg Brandl · 18 years ago
  34. 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 18 years ago
  35. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  36. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  37. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  38. a1d09e2 Minor cleanup. by Raymond Hettinger · 19 years ago
  39. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
  40. faffa15 Revert previous checkin. by Martin v. Löwis · 19 years ago
  41. bc3b060 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 19 years ago
  42. 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 19 years ago
  43. eba28be Whitespace normalization. by Tim Peters · 20 years ago
  44. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
  45. 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 20 years ago
  46. 637431b Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
  47. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  48. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  49. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  50. 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
  51. f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 20 years ago
  52. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  53. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  54. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  55. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  56. 0260519 Remove unused variables by Neal Norwitz · 20 years ago
  57. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  58. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  59. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  60. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  61. 6e4f7a8 [Bug #812325 ] tarfile.close() can write out more bytes to the output by Andrew M. Kuchling · 21 years ago
  62. 10a4449 [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is too large; the gzip filesize should be written out mod 2**32. (Reported by Johan Fredrik Ohman) by Andrew M. Kuchling · 21 years ago
  63. 2b4b5a5 Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix by Jack Jansen · 21 years ago
  64. 4ec6824 Fix test_tarfile failure when gzip is not available by Neal Norwitz · 22 years ago
  65. f934778 Somebody must not have run the test before checking this in -- it had by Tim Peters · 22 years ago
  66. cfc4902 Make tarfile raise ImportError on MacOS9. The pathname handling needs work, and I don't have time to fix it. I'll file a bug report. by Jack Jansen · 22 years ago
  67. 834eff6 Test that os.utime and os.chmod actually exist before using them. by Jack Jansen · 22 years ago
  68. 7970d20 OS/2 has no concept of file ownership, like DOS & MS Windows version by Andrew MacIntyre · 22 years ago
  69. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  70. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago