1. 07 Jun, 2002 2 commits
    • Guido van Rossum's avatar
      Whitespace normalization, folding long lines, uniform comment · 3eede5ad
      Guido van Rossum authored
      delimiters.  Also repaired some docstrings and comments.
      3eede5ad
    • Guido van Rossum's avatar
      Correct several blunders in the timeout code, mostly my own fault (for · b9e916a0
      Guido van Rossum authored
      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 Jun, 2002 23 commits
  3. 05 Jun, 2002 6 commits
  4. 04 Jun, 2002 9 commits