index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
Debugger.py
Commit message (
Expand
)
Author
Age
*
Tkinter, step 2: adapt imports.
Georg Brandl
2008-05-17
*
Rename the repr module to reprlib.
Alexandre Vassalotti
2008-05-16
*
1. Debugger was failing to start due to DictProxy limitations.
Kurt B. Kaiser
2007-08-29
*
Conform to py3k dict.{keys, items, values} with some advice from 2b3
Kurt B. Kaiser
2007-08-23
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
*
Fix two obvious 2.xisms.
Guido van Rossum
2007-08-13
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
*
1. If user passes a non-existant filename on the commandline, just open
Kurt B. Kaiser
2004-08-22
*
1. Update debugger to not trace RPC code even when calling Queue and
Kurt B. Kaiser
2003-05-10
*
Debugger was tracing through rpc.py when IDLEfork was not started
Kurt B. Kaiser
2003-01-01
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
*
M Debugger.py
Kurt B. Kaiser
2002-12-14
*
Prevent debugger from stepping into Idle rpc code
Chui Tey
2002-12-12
*
Fix beep.
Kurt B. Kaiser
2002-12-02
*
Set breakpoints on remote debugger
Chui Tey
2002-11-04
*
Implement Restoring Breakpoints in Subprocess Debugger
Kurt B. Kaiser
2002-10-23
*
Merge Py Idle changes
Kurt B. Kaiser
2002-09-16
*
Modifying EditorWindow causes breakpoints in that module to be removed
Kurt B. Kaiser
2002-07-06
*
1. Test Sourceforge checkin, idle-dev posting
Kurt B. Kaiser
2002-07-06
*
Combine OldStackViewer.py with Debugger.py, removing dead code.
unknown
2002-07-05
*
Remove all EditorWindow BREAK tags when closing Debugger
Kurt B. Kaiser
2002-06-25
*
Clear associated breakpoints when closing an edit window.
Kurt B. Kaiser
2002-06-24
*
1. Debugger Breakpoints, finish implementation
Kurt B. Kaiser
2002-06-20
*
Polish RemoteDebugger code.
Kurt B. Kaiser
2002-06-16
*
GvR's rpc patch
Chui Tey
2002-05-26
*
Fix by Edward K Ream to make breakpoints work on Windows: insert a
Guido van Rossum
2002-02-25
*
py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization
Kurt B. Kaiser
2001-07-13
*
Initial revision
David Scherer
2000-08-15