summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/Debugger.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-539/+0
* 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: forward port changes that silenced 2.7 -3 deprecation warnings andTerry Jan Reedy2014-01-291-2/+1
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-1/+1
* Rename the repr module to reprlib.Alexandre Vassalotti2008-05-161-2/+2
* 1. Debugger was failing to start due to DictProxy limitations.Kurt B. Kaiser2007-08-291-1/+14
* Conform to py3k dict.{keys, items, values} with some advice from 2b3Kurt B. Kaiser2007-08-231-2/+1
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-3/+3
* Fix two obvious 2.xisms.Guido van Rossum2007-08-131-3/+2
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-3/+3
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-1/+2
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-2/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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