1. 26 May, 2000 13 kayıt (commit)
  2. 25 May, 2000 17 kayıt (commit)
  3. 24 May, 2000 2 kayıt (commit)
    • Guido van Rossum's avatar
      Remove unused "import curses". · 51060be2
      Guido van Rossum yazdı
      51060be2
    • Guido van Rossum's avatar
      Fix a problem reported by Oleg Broytmann, who complains that very · c580dae6
      Guido van Rossum yazdı
      often, ftp URLs hang in the final close.  Further analysis suggests
      that this is because the close hook in addclosehook() calls the hook
      before acually closing the connection.  The hook, in this case, waits
      for the '226 Transfer complete' status from the server on the command
      socket.  However, more and more ftp servers only send this status when
      the data socket has actually been closed -- causing a deadlock.
      
      The fix is simple: in addclosehook.close(), call addbase.close()
      *before* calling the closehook.
      c580dae6
  4. 23 May, 2000 8 kayıt (commit)