index
:
cpython
3.10
3.11
3.12
3.13
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
/
RemoteDebugger.py
Commit message (
Expand
)
Author
Age
*
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
Terry Jan Reedy
2016-05-22
*
Issue #23184: idlelib, remove more unused names and imports.
Terry Jan Reedy
2015-05-15
*
idlelib: remove unused names and imports (one is a duplicate import).
Terry Jan Reedy
2015-05-14
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
*
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
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
*
Remove has_key() references from idlelib. IDLE still doesn't run due
Guido van Rossum
2006-08-22
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
1. RemoteDebugger now runs user code in subprocess MainThread
Kurt B. Kaiser
2003-05-12
*
M PyShell.py
Kurt B. Kaiser
2003-01-25
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
*
M PyShell.py
Kurt B. Kaiser
2002-09-05
*
Debugger Exception Info and GUI Stack Exception Traceback: finish
Kurt B. Kaiser
2002-07-03
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
*
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