1. 05 Eyl, 2002 5 kayıt (commit)
    • Neal Norwitz's avatar
      609ba81c
    • Raymond Hettinger's avatar
      Micro-optimization for list_contains. Factored double if test · bd9adab1
      Raymond Hettinger yazdı
      out of the loop.
      bd9adab1
    • Raymond Hettinger's avatar
      Micro-optimization for list_contains. Factored double if test · aae5999b
      Raymond Hettinger yazdı
      out of the loop.
      aae5999b
    • Kurt B. Kaiser's avatar
      M PyShell.py · 63857a45
      Kurt B. Kaiser yazdı
      M RemoteDebugger.py
      M ScriptBinding.py
      
      Restart the execution server with a clean environment and execute the
      active module from scratch upon activation of Run/F5.
      
      Add functionality to PyShell.py to restart the execution server in a new
      subprocess.  The server makes a connection to the Idle client which sends a
      block of code to be executed.
      
      Modify ScriptBinding.py to restart the subprocess upon Run/F5, assuming that
      an execution is not currently in progress.  Remove Import Module functionality,
      not required now that the code is executed in a clean environment.
      
      If the Debugger is active, also restart the subprocess side of the split
      debugger.  Add functionality to RemoteDebugger.py to support this.
      
      At this time breakpoints will be lost in the subprocess if Run/F5 is activated.
      A subsequent checkin of PyShell.py will implement reloading of the breakpoints
      into the subprocess debugger.  I'm keeping this separate as the design may
      change.
      63857a45
    • Raymond Hettinger's avatar
      smptlib did not handle empty addresses. · 342456d5
      Raymond Hettinger yazdı
      The problem was that it expected rfc822.parseaddr() to return None
      upon a parse failure.  The actual, documented return value for a
      parse failure is (None, None).
      
      Closes SF bug 602029.
      342456d5
  2. 04 Eyl, 2002 4 kayıt (commit)
  3. 03 Eyl, 2002 17 kayıt (commit)
  4. 02 Eyl, 2002 8 kayıt (commit)
  5. 01 Eyl, 2002 2 kayıt (commit)
  6. 31 Agu, 2002 4 kayıt (commit)