1. 12 Dec, 2002 2 commits
    • Just van Rossum's avatar
      Patch #651621, approved by MvL. · b083cb39
      Just van Rossum authored
      This patch allows ZipFile.writestr() to be called with
      an archive file name instead of a ZipInfo instance:
      
      z = ZipFile("myarchive.zip", "w")
      z.writestr("foo/baz/file.ext", data)
      z.close()
      
      I found the old writestr() method very inconvenient
      for simple (but common) things.
      
      If called with a file name instead of a ZipInfo
      instance, the date_time is set to the current date/time,
      which makes sense to me for anonymous data.
      b083cb39
    • Jack Jansen's avatar
      Getting rid of pre-Carbon (MacOS8) support. All code depending on · 6c7e326e
      Jack Jansen authored
      TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
      TARGET_API_MAC_OSX conditional code is gone, because it is no longer
      used on OSX-only Python (only in MacPython-OS9).
      6c7e326e
  2. 11 Dec, 2002 20 commits
  3. 10 Dec, 2002 6 commits
  4. 09 Dec, 2002 6 commits
  5. 08 Dec, 2002 2 commits
  6. 07 Dec, 2002 4 commits