aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/Debugger.py
Commit message (Expand)AuthorAge
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-16
* 1. Debugger was failing to start due to DictProxy limitations.Kurt B. Kaiser2007-08-29
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-23
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Fix two obvious 2.xisms.Guido van Rossum2007-08-13
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-15
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-17
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-22
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-10
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-01
* Whitespace NormalizationKurt B. Kaiser2002-12-31
* M Debugger.pyKurt B. Kaiser2002-12-14
* Prevent debugger from stepping into Idle rpc codeChui Tey2002-12-12
* Fix beep.Kurt B. Kaiser2002-12-02
* Set breakpoints on remote debuggerChui Tey2002-11-04
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-23
* Merge Py Idle changesKurt B. Kaiser2002-09-16
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-06
* 1. Test Sourceforge checkin, idle-dev postingKurt B. Kaiser2002-07-06
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-05
* Remove all EditorWindow BREAK tags when closing DebuggerKurt B. Kaiser2002-06-25
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-24
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-20
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-16
* GvR's rpc patchChui Tey2002-05-26
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-25
* py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalizationKurt B. Kaiser2001-07-13
* Initial revisionDavid Scherer2000-08-15