1. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
  2. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 18 years ago
  3. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  4. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
  5. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  6. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 18 years ago
  7. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  8. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 18 years ago
  9. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
  10. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 19 years ago
  11. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 19 years ago
  12. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 19 years ago
  13. ded1c4d Testcase for patch #1484695. by Georg Brandl · 19 years ago
  14. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 19 years ago
  15. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 19 years ago
  16. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 19 years ago
  17. 4e30617 The cheery optimism of old age. by Tim Peters · 19 years ago
  18. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 19 years ago
  19. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 19 years ago
  20. b1f3251 Use open() to open files (was using file()). by Tim Peters · 19 years ago
  21. 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 19 years ago
  22. 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 19 years ago
  23. 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 19 years ago
  24. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 19 years ago
  25. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 20 years ago
  26. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 20 years ago
  27. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  28. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
  29. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  30. 8ceefc5 Whitespace normalization. by Tim Peters · 21 years ago
  31. d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 21 years ago
  32. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 21 years ago
  33. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 21 years ago
  34. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 21 years ago
  35. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 22 years ago
  36. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 22 years ago
  37. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 22 years ago
  38. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  39. ae32319 Get test working if gzip support is not available by Neal Norwitz · 22 years ago
  40. 149a899 The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting. by Jack Jansen · 22 years ago
  41. c7fcc2d Two fixes to make this test pass on MacOS9: by Jack Jansen · 22 years ago
  42. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 22 years ago
  43. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  44. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  45. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 23 years ago