1. 18 Jun, 2003 3 commits
    • Raymond Hettinger's avatar
      SF bug #753451: classmethod abuse --> SystemError · be971539
      Raymond Hettinger authored
      Check the argument to classmethod for callability.
      
      Backport candidate.
      be971539
    • Greg Ward's avatar
      Remove debug print on filename with NUL byte. · 9b158783
      Greg Ward authored
      9b158783
    • Greg Ward's avatar
      SF patch #755987 (Jim Ahlstrom): · 8e36d28f
      Greg Ward authored
      This is a patch for Bug 755031: If a null byte appears in
      a file name, Python zipfile.py retains it, but InfoZip
      terminates the name. Null bytes in file names are used
      as a trick by viruses. I tested WinZip, and it also
      truncates the file name at the null byte.
      
      The patch also fixes a buglet: If a zipfile incorrectly
      uses a directory separator other than '/', there was an
      invalid complaint that the central directory name does
      not match the file header name.
      
      I also removed my name from the top of the file. It was
      there for legal reasons which I believe no longer apply.
      Many people have worked on this file besides me.
      8e36d28f
  2. 17 Jun, 2003 17 commits
  3. 16 Jun, 2003 15 commits
  4. 15 Jun, 2003 5 commits