summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Debugger.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue 15348: Stop debugger engine (normally in user process)Terry Jan Reedy2015-11-211-2/+5
* Issue #24455: Prevent IDLE from hanging when a) closing the shell while theTerry Jan Reedy2015-11-211-7/+53
* Delete a few unused names suggested by pyflakes.Terry Jan Reedy2014-07-011-1/+0
* Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-1/+1
* Idlelib: silence two buildbot Deprecation Warnings with better code.Terry Jan Reedy2014-01-291-2/+2
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-3/+3
* Revert the renaming of repr to reprlib.Brett Cannon2008-05-231-2/+2
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-1/+1
* Changed references to the reprlib module to use its new name.Alexandre Vassalotti2008-05-161-2/+2
* Workaround for bug #1512124Ronald Oussoren2006-06-251-1/+8
* 1. If user passes a non-existant filename on the commandline, just openKurt B. Kaiser2004-08-221-3/+2
* 1. Update debugger to not trace RPC code even when calling Queue andKurt B. Kaiser2003-05-101-30/+16
* Debugger was tracing through rpc.py when IDLEfork was not startedKurt B. Kaiser2003-01-011-21/+19
* Whitespace NormalizationKurt B. Kaiser2002-12-311-4/+4
* M Debugger.pyKurt B. Kaiser2002-12-141-1/+1
* Prevent debugger from stepping into Idle rpc codeChui Tey2002-12-121-5/+17
* Fix beep.Kurt B. Kaiser2002-12-021-16/+3
* Set breakpoints on remote debuggerChui Tey2002-11-041-1/+1
* Implement Restoring Breakpoints in Subprocess DebuggerKurt B. Kaiser2002-10-231-33/+14
* Merge Py Idle changesKurt B. Kaiser2002-09-161-1/+0
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-061-1/+5
* 1. Test Sourceforge checkin, idle-dev postingKurt B. Kaiser2002-07-061-1/+0
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-051-9/+164
* Remove all EditorWindow BREAK tags when closing DebuggerKurt B. Kaiser2002-06-251-0/+8
* Clear associated breakpoints when closing an edit window.Kurt B. Kaiser2002-06-241-13/+23
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-201-15/+15
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-161-6/+9
* GvR's rpc patchChui Tey2002-05-261-58/+82
* Fix by Edward K Ream to make breakpoints work on Windows: insert aGuido van Rossum2002-02-251-0/+1
* py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalizationKurt B. Kaiser2001-07-131-4/+4
* Initial revisionDavid Scherer2000-08-151-0/+308