1. 75b64e6 Use decorators. by Guido van Rossum · 20 years ago
  2. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  3. 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
  4. f3c5611 Patch #1029061: Always extract member names from the tarinfo. by Martin v. Löwis · 20 years ago
  5. c11d6f1 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 20 years ago
  6. c234a52 Flush bz2 data even if nothing had been written so far. Fixes #1013882. by Martin v. Löwis · 20 years ago
  7. 61d77e0 Replace tricky and/or with straight-forward if:else: by Martin v. Löwis · 20 years ago
  8. 75b9da4 Patch #995126: Correct directory size, and generate GNU tarfiles by default. by Martin v. Löwis · 20 years ago
  9. 0260519 Remove unused variables by Neal Norwitz · 20 years ago
  10. d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 20 years ago
  11. a4f651a SF #857297 and 916874, improve handling of hard links when extracting by Neal Norwitz · 20 years ago
  12. 0662f8a SF #846659, fix bufsize violation and GNU longname/longlink extensions by Neal Norwitz · 20 years ago
  13. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  14. 6e4f7a8 [Bug #812325 ] tarfile.close() can write out more bytes to the output by Andrew M. Kuchling · 21 years ago
  15. 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
  16. 2b4b5a5 Fix by Lars Gustaebel for bug 721871: don't get upset if the prefix by Jack Jansen · 21 years ago
  17. 4ec6824 Fix test_tarfile failure when gzip is not available by Neal Norwitz · 21 years ago
  18. f934778 Somebody must not have run the test before checking this in -- it had by Tim Peters · 21 years ago
  19. 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 · 21 years ago
  20. 834eff6 Test that os.utime and os.chmod actually exist before using them. by Jack Jansen · 21 years ago
  21. 7970d20 OS/2 has no concept of file ownership, like DOS & MS Windows version by Andrew MacIntyre · 21 years ago
  22. 2c60f7a Whitespace normalization. by Tim Peters · 22 years ago
  23. b9ef4ae SF #651082, tarfile module implementation from Lars Gustäbel by Neal Norwitz · 22 years ago