1. 30 Mar, 1998 1 kayıt (commit)
  2. 26 Mar, 1998 1 kayıt (commit)
  3. 12 Mar, 1998 1 kayıt (commit)
  4. 13 Şub, 1998 1 kayıt (commit)
    • Guido van Rossum's avatar
      Fix a horrible race condition -- various routines were storing the · 8a666e7c
      Guido van Rossum yazdı
      most recently opened URL in self.openedurl of the URLopener instance.
      This doesn't really work if multiple threads share the same opener
      instance!
      
      Fix: openedurl was actually simply the type prefix (e.g. "http:")
      followed by the rest of the URL; since the rest of the URL is
      available and the type is effectively determined by where you are in
      the code, I can reconstruct the full URL easily, e.g. "http:" + url.
      8a666e7c
  5. 05 Şub, 1998 2 kayıt (commit)
  6. 19 Ock, 1998 1 kayıt (commit)
  7. 28 Ara, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      Solve two annoying problems with ftp URLs for Jack: when repeated · d4990048
      Guido van Rossum yazdı
      retrieving files from the same host and directory, you had to close
      the previous instance before opening a new one; and retrieving a
      non-existent file would return an empty file.  (The latter fix relies
      on maybe an undocumented property of NLST -- NLST of a file returns
      just that file, while NLST of a non-existent file returns nothing.  A
      side effect, unfortunately, seems to be that now ftp-retrieving an
      *empty* directory may fail.  Ah well.)
      d4990048
  8. 02 Ara, 1997 1 kayıt (commit)
  9. 18 Kas, 1997 1 kayıt (commit)
  10. 27 Eki, 1997 1 kayıt (commit)
  11. 14 Eki, 1997 1 kayıt (commit)
  12. 29 Eyl, 1997 1 kayıt (commit)
  13. 08 Eyl, 1997 1 kayıt (commit)
  14. 03 Eyl, 1997 1 kayıt (commit)
    • Guido van Rossum's avatar
      One patch from Sjoerd and one from Jack. · 2b3fd76c
      Guido van Rossum yazdı
      Sjoerd: add separate administration of temporary files created y
      URLopener.retrieve() so cleanup can properly remove them.  The old
      code removed everything in tempcache which was a bad idea if the user
      had passed a non-temp file into it.  (I added a line to delete the
      tempcache in cleanup() -- it still seems to make sense.)
      
      Jack: in basejoin(), interpret relative paths starting in "../".  This
      is necessary if the server uses symbolic links.
      2b3fd76c
  15. 26 Agu, 1997 1 kayıt (commit)
  16. 20 Agu, 1997 1 kayıt (commit)
  17. 06 Haz, 1997 2 kayıt (commit)
  18. 03 Haz, 1997 1 kayıt (commit)
  19. 28 May, 1997 1 kayıt (commit)
  20. 16 Nis, 1997 1 kayıt (commit)
  21. 11 Nis, 1997 2 kayıt (commit)
  22. 02 Nis, 1997 1 kayıt (commit)
  23. 10 Şub, 1997 1 kayıt (commit)
  24. 30 Ock, 1997 1 kayıt (commit)
  25. 13 Ara, 1996 1 kayıt (commit)
  26. 10 Ara, 1996 1 kayıt (commit)
  27. 27 Kas, 1996 1 kayıt (commit)
  28. 20 Kas, 1996 1 kayıt (commit)
  29. 11 Kas, 1996 1 kayıt (commit)
  30. 22 Eki, 1996 1 kayıt (commit)
  31. 10 Eki, 1996 1 kayıt (commit)
  32. 10 Eyl, 1996 1 kayıt (commit)
  33. 26 Agu, 1996 2 kayıt (commit)
  34. 26 Haz, 1996 1 kayıt (commit)
  35. 17 Haz, 1996 1 kayıt (commit)
  36. 13 Haz, 1996 1 kayıt (commit)