1. 04 Kas, 2002 1 kayıt (commit)
  2. 23 Eki, 2002 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Implement Restoring Breakpoints in Subprocess Debugger · 45186c4c
      Kurt B. Kaiser yazdı
      M Debugger.py
      M EditorWindow.py
      M PyShell.py
      
      0. Polish PyShell.linecache_checkcache()
      1. Move break clearing code to PyShell.PyShellEditorWindow from
         EditorWindow.
      2. Add PyShellEditorWindow.breakpoints attribute to __init__, a list of
         line numbers which are breakpoints for that edit window.
      3. Remove the code in Debugger which removes all module breakpoints when
         debugger is closed.  Want to be able to reload into debugger when
         restarted.
      4. Moved the code which sets EditorWindow.text breakpoints from Debugger
         to PyShell.PyShellEditorWindow and refactored.
      5. Implement reloading subprocess debugger with breakpoints from all open
         PyShellEditorWindows when debugger is opened or subprocess restarted.
      6. Eliminate the break_set attribute, use the breakpoint list instead.
      45186c4c
  3. 16 Eyl, 2002 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Merge Py Idle changes · aae20949
      Kurt B. Kaiser yazdı
      Rev 1.16
      (skip. The Edward K. Ream breakpoint fix has been added to bdb.py
      and idlefork Debugger.py no longer overrides Bdb.set_break() )
      
      Rev 1.17
      Remove unnecessary imports
      aae20949
  4. 06 Tem, 2002 2 kayıt (commit)
  5. 05 Tem, 2002 1 kayıt (commit)
  6. 25 Haz, 2002 1 kayıt (commit)
  7. 24 Haz, 2002 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Clear associated breakpoints when closing an edit window. · 83118c6c
      Kurt B. Kaiser yazdı
      M Debugger.py      : Added clear_file_breaks()
      M EditorWindow.py  : Clear breaks when closed, commments->docstrings,
                           comment out some debugging print statements
      M PyShell.py       : comments->docstrings ; clarify extending EditorWindow
                           methods.
      M RemoteDebugger.py: Add clear_all_file_breaks() functionality,
                           clarify some comments.
      83118c6c
  8. 20 Haz, 2002 1 kayıt (commit)
  9. 16 Haz, 2002 1 kayıt (commit)
    • Kurt B. Kaiser's avatar
      Polish RemoteDebugger code. · 0e3a5773
      Kurt B. Kaiser yazdı
      Use a repr() on the subprocess side when fetching dict values for stack.
      The various dict entities are not needed by the debugger GUI, only
      their representation.
      0e3a5773
  10. 26 May, 2002 1 kayıt (commit)
  11. 25 Şub, 2002 1 kayıt (commit)
  12. 13 Tem, 2001 1 kayıt (commit)
  13. 15 Agu, 2000 1 kayıt (commit)
  14. 25 Haz, 1999 1 kayıt (commit)
  15. 01 Şub, 1999 1 kayıt (commit)
  16. 28 Ock, 1999 1 kayıt (commit)
  17. 11 Ock, 1999 1 kayıt (commit)
  18. 02 Ock, 1999 1 kayıt (commit)
    • Guido van Rossum's avatar
      Checking in IDLE 0.2. · 504b0bf0
      Guido van Rossum yazdı
      Much has changed -- too much, in fact, to write down.
      The big news is that there's a standard way to write IDLE extensions;
      see extend.txt.  Some sample extensions have been provided, and
      some existing code has been converted to extensions.  Probably the
      biggest new user feature is a new search dialog with more options,
      search and replace, and even search in files (grep).
      
      This is exactly as downloaded from my laptop after returning
      from the holidays -- it hasn't even been tested on Unix yet.
      504b0bf0
  19. 24 Eki, 1998 1 kayıt (commit)
  20. 19 Eki, 1998 1 kayıt (commit)
  21. 16 Eki, 1998 4 kayıt (commit)
  22. 15 Eki, 1998 1 kayıt (commit)
  23. 14 Eki, 1998 1 kayıt (commit)
  24. 13 Eki, 1998 1 kayıt (commit)