index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
RemoteDebugger.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
1
-1/+1
*
1. Debugger was failing to start due to DictProxy limitations.
Kurt B. Kaiser
2007-08-29
1
-9/+18
*
Conform to py3k dict.{keys, items, values} with some advice from 2b3
Kurt B. Kaiser
2007-08-23
1
-1/+1
*
Fix raise with 2to3
Kurt B. Kaiser
2007-08-23
1
-2/+2
*
Switch to absolute imports to support direct execution of modules. Many
Kurt B. Kaiser
2007-08-22
1
-2/+2
*
Merged revisions 56443-56466 via svnmerge from
Guido van Rossum
2007-07-20
1
-2/+2
*
Remove has_key() references from idlelib. IDLE still doesn't run due
Guido van Rossum
2006-08-22
1
-1/+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-2/+2
*
1. RemoteDebugger now runs user code in subprocess MainThread
Kurt B. Kaiser
2003-05-12
1
-1/+1
*
M PyShell.py
Kurt B. Kaiser
2003-01-25
1
-5/+7
*
Whitespace Normalization
Kurt B. Kaiser
2002-12-31
1
-3/+2
*
M PyShell.py
Kurt B. Kaiser
2002-09-05
1
-5/+17
*
Debugger Exception Info and GUI Stack Exception Traceback: finish
Kurt B. Kaiser
2002-07-03
1
-10/+23
*
Shutdown subprocess debugger and associated Proxies/Adapters when closing
Kurt B. Kaiser
2002-06-26
1
-12/+28
*
Clear associated breakpoints when closing an edit window.
Kurt B. Kaiser
2002-06-24
1
-11/+10
*
1. Debugger Breakpoints, finish implementation
Kurt B. Kaiser
2002-06-20
1
-7/+50
*
Polish RemoteDebugger code.
Kurt B. Kaiser
2002-06-16
1
-32/+42
*
GvR's rpc patch
Chui Tey
2002-05-26
1
-0/+287