1. 21 Nov, 2015 1 commit
    • Terry Jan Reedy's avatar
      Issue #24455: Prevent IDLE from hanging when a) closing the shell while the · 6a904c16
      Terry Jan Reedy authored
      debugger is active (15347); b) closing the debugger with the [X] button
      (15348); and c) activating the debugger when already active (24455).
      The patch by Mark Roseman does this by making two changes.
      1. To suspend and resume the gui.interaction method, use the tcl vwait
      mechanism interded for this purpose instead of root.mainloop & .quit.
      2. In gui.run, allow any existing interaction to terminate first.
      6a904c16
  2. 20 Nov, 2015 6 commits
  3. 19 Nov, 2015 2 commits
  4. 18 Nov, 2015 3 commits
  5. 17 Nov, 2015 3 commits
  6. 16 Nov, 2015 10 commits
  7. 14 Nov, 2015 6 commits
  8. 13 Nov, 2015 4 commits
  9. 12 Nov, 2015 5 commits