1. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  2. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  3. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  4. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  5. 12adc65 Add a testcase that checks if the TarFile constructor successfully by Lars Gustäbel · 15 years ago
  6. dd866d5 Issue #6123: Fix opening empty archives and files. by Lars Gustäbel · 15 years ago
  7. 310c9fe Issue #7295: Do not use a hardcoded file name in test_tarfile. by Antoine Pitrou · 15 years ago
  8. 21121e6 Issue #6856: Add a filter keyword argument to TarFile.add(). by Lars Gustäbel · 15 years ago
  9. f7cda52 Issue #6054: Do not normalize stored pathnames. by Lars Gustäbel · 15 years ago
  10. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  11. 2020a59 Issue #5068: Fixed the tarfile._BZ2Proxy.read() method that would loop by Lars Gustäbel · 16 years ago
  12. 3b02742 Issue #4616: TarFile.utime(): Restore directory times on Windows. by Lars Gustäbel · 16 years ago
  13. 56d380d Issue #3838: TarFile object assigned to self.tar should be closed explicitly. by Hirokazu Yamamoto · 16 years ago
  14. b1a54a3 Do not close external file objects passed to tarfile.open(mode='w:bz2') by Lars Gustäbel · 16 years ago
  15. 6bf51da Make sure that xstar headers are read correctly. by Lars Gustäbel · 17 years ago
  16. 2ee1c76 Issue #1735: TarFile.extractall() now correctly sets by Lars Gustäbel · 17 years ago
  17. 77b2d63 Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  18. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  19. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 17 years ago
  20. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  21. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 17 years ago
  22. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 17 years ago
  23. a36cde4 Quick fix for tests that fail on systems with an encoding other by Lars Gustäbel · 18 years ago
  24. c64e402 This is the implementation of POSIX.1-2001 (pax) format read/write support. by Lars Gustäbel · 18 years ago
  25. d0b6040 A missing binary mode in AppendTest caused failures in Windows Buildbot. by Lars Gustäbel · 18 years ago
  26. 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 18 years ago
  27. a7ba6fc Patch #1504073: Fix tarfile.open() for mode "r" with a fileobj argument. by Lars Gustäbel · 18 years ago
  28. a4b2381 Patch #1262036: Prevent TarFiles from being added to themselves under by Lars Gustäbel · 18 years ago
  29. 6baa502 Patch #1230446: tarfile.py: fix ExFileObject so that read() and tell() by Lars Gustäbel · 18 years ago
  30. ded1c4d Testcase for patch #1484695. by Georg Brandl · 18 years ago
  31. 87fa559 Patch #1610437: fix a tarfile bug with long filename headers. by Georg Brandl · 18 years ago
  32. a32e0a0 Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated by Georg Brandl · 18 years ago
  33. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 18 years ago
  34. 4e30617 The cheery optimism of old age. by Tim Peters · 18 years ago
  35. de41dc8 More random thrashing trying to understand spurious by Tim Peters · 18 years ago
  36. 0249476 Explicitly close files. I'm trying to stop the frequent spurious test_tarfile by Tim Peters · 18 years ago
  37. b1f3251 Use open() to open files (was using file()). by Tim Peters · 18 years ago
  38. 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 18 years ago
  39. 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 18 years ago
  40. 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 18 years ago
  41. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  42. f339654 Patch #1338314, Bug #1336623: fix tarfile so it can extract by Neal Norwitz · 19 years ago
  43. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  44. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago
  45. 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
  46. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  47. 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
  48. d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
  49. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  50. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  51. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  52. 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 21 years ago
  53. 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 21 years ago
  54. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  55. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  56. ae32319 Get test working if gzip support is not available by Neal Norwitz · 22 years ago
  57. 149a899 The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting. by Jack Jansen · 22 years ago
  58. c7fcc2d Two fixes to make this test pass on MacOS9: by Jack Jansen · 22 years ago
  59. 8266af4 Removed debugging print in test_tarfile. by Tim Peters · 22 years ago
  60. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  61. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  62. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago