Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
aa64c46ac9ff168d7730182d48665b0b51b4f69d
/
Lib
/
idlelib
/
RemoteDebugger.py
d630c04
#7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports.
by Florent Xicluna
· 15 years ago
6e3dbbd
replace has_key with 'in' operator
by Benjamin Peterson
· 16 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
9ec454e
1. RemoteDebugger now runs user code in subprocess MainThread
by Kurt B. Kaiser
· 22 years ago
bc28613
M PyShell.py M RemoteDebugger.py M rpc.py
by Kurt B. Kaiser
· 22 years ago
6655e4b
Whitespace Normalization
by Kurt B. Kaiser
· 22 years ago
63857a4
M PyShell.py M RemoteDebugger.py M ScriptBinding.py
by Kurt B. Kaiser
· 23 years ago
f50d0f9
Debugger Exception Info and GUI Stack Exception Traceback: finish
by Kurt B. Kaiser
· 23 years ago
ffd3a42
Shutdown subprocess debugger and associated Proxies/Adapters when closing
by Kurt B. Kaiser
· 23 years ago
83118c6
Clear associated breakpoints when closing an edit window.
by Kurt B. Kaiser
· 23 years ago
669f4c3
1. Debugger Breakpoints, finish implementation
by Kurt B. Kaiser
· 23 years ago
0e3a577
Polish RemoteDebugger code.
by Kurt B. Kaiser
· 23 years ago
5d2af63
GvR's rpc patch
by Chui Tey
· 23 years ago