1. 02 Dec, 2001 11 commits
  2. 01 Dec, 2001 3 commits
  3. 30 Nov, 2001 13 commits
  4. 29 Nov, 2001 12 commits
  5. 28 Nov, 2001 1 commit
    • Tim Peters's avatar
      SF bug 486480: zipfile __del__ is broken · 253af63b
      Tim Peters authored
      ZipFile.__del__():  call ZipFile.close(), like its docstring says it does.
      ZipFile.close():  allow calling more than once (as all file-like objects
      in Python should support).
      253af63b