1. 08 Sep, 2002 2 commits
    • Raymond Hettinger's avatar
      Extended IDLE's open module menu item to handle hierarchical module names. · b2c729fe
      Raymond Hettinger authored
      Will look at doing something similar in import.c so that the effort won't
      have to be repeated elsewhere.
      
      Closes SF patch 600152.
      b2c729fe
    • 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 8 commits