1. 07 Haz, 2002 1 kayıt (commit)
    • Guido van Rossum's avatar
      Correct several blunders in the timeout code, mostly my own fault (for · b9e916a0
      Guido van Rossum yazdı
      not testing it -- apparently test_timeout.py doesn't test anything
      useful):
      
      In internal_select():
      
      - The tv_usec part of the timeout for select() was calculated wrong.
      
      - The first argument to select() was one too low.
      
      - The sense of the direction argument to internal_select() was
        inverted.
      
      In PySocketSock_settimeout():
      
      - The calls to internal_setblocking() were swapped.
      
      Also, repaired some comments and fixed the test for the return value
      of internal_select() in sendall -- this was in the original patch.
      b9e916a0
  2. 06 Haz, 2002 23 kayıt (commit)
  3. 05 Haz, 2002 6 kayıt (commit)
  4. 04 Haz, 2002 10 kayıt (commit)