1. 13 Dec, 2009 3 commits
    • Benjamin Peterson's avatar
      add 2.6.x point releases · 3e6eb597
      Benjamin Peterson authored
      3e6eb597
    • Lars Gustäbel's avatar
      Issue #7357: No longer suppress fatal extraction errors by · 92ca7561
      Lars Gustäbel authored
      default.
      
      TarFile's errorlevel argument controls how errors are
      handled that occur during extraction. There are three
      possible levels 0, 1 and 2. If errorlevel is set to 1 or 2
      fatal errors (e.g. a full filesystem) are raised as
      exceptions. If it is set to 0, which is the default value,
      extraction errors are suppressed, and error messages are
      written to the debug log instead. But, if the debug log is
      not activated, which is the default as well, all these
      errors go unnoticed.
      
      The original intention was to imitate GNU tar which tries
      to extract as many members as possible instead of stopping
      on the first error. It turns out that this is no good
      default behaviour for a tar library. This patch simply
      changes the default value for the errorlevel argument from
      0 to 1, so that fatal extraction errors are raised as
      EnvironmentError exceptions.
      92ca7561
    • Benjamin Peterson's avatar
  2. 12 Dec, 2009 1 commit
  3. 11 Dec, 2009 2 commits
  4. 10 Dec, 2009 7 commits
  5. 09 Dec, 2009 2 commits
  6. 08 Dec, 2009 8 commits
  7. 06 Dec, 2009 6 commits
  8. 05 Dec, 2009 6 commits
  9. 04 Dec, 2009 2 commits
  10. 03 Dec, 2009 3 commits