1. 08 Sep, 2002 1 commit
    • Jeremy Hylton's avatar
      A little refactoring. · d750036b
      Jeremy Hylton authored
      Add read(), write(), and readwrite() helper functions to shorten poll
      functions.  Use get() instead of try/except KeyError for lookup.
      XXX How could the lookup ever fail?
      
      Remove module-level DEBUG flag.
      
      Use iteritems() instead of items() when walking the socket map.
      
      Reformat the functions I touched so that are consistently Pythonic.
      d750036b
  2. 07 Sep, 2002 4 commits
  3. 06 Sep, 2002 26 commits
  4. 05 Sep, 2002 9 commits