summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-1/+13
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-141-15/+0
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-141-2/+2
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-0/+3
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-18/+2
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-40/+4
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-7/+8
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-57/+0
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-0/+480
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-1/+4
* Bindings.pyKurt B. Kaiser2002-09-141-8/+10
* Merge from DS_RPC_BRANCHKurt B. Kaiser2002-09-121-2/+2
* M PyShell.pyKurt B. Kaiser2002-09-053-57/+55
* (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patchKurt B. Kaiser2002-09-021-1/+1
* 1. Revert subprocess environment clearing, will restart subprocessKurt B. Kaiser2002-08-253-39/+17
* Improve exception handling across rpc interfaceKurt B. Kaiser2002-08-241-1/+4
* GvR provided solution to the socket rebinding timeout problem.Kurt B. Kaiser2002-08-053-7/+6
* Reset the Python execution server environment to its initial value priorKurt B. Kaiser2002-07-282-4/+14
* Reverse the RPC socket connection: Python execution server connects toKurt B. Kaiser2002-07-263-74/+113
* Bug: clearing the shell undo list after a prompt was allowing files to beKurt B. Kaiser2002-07-211-5/+11
* 1. Prevent Undo before IOmark in PyShell.PyShellKurt B. Kaiser2002-07-112-13/+22
* Modifying EditorWindow causes breakpoints in that module to be removedKurt B. Kaiser2002-07-062-3/+11
* Decent burial for venerated ancestor (urn in attic)Kurt B. Kaiser2002-07-061-342/+0
* Remove dead code.Kurt B. Kaiser2002-07-061-38/+0
* 1. Test Sourceforge checkin, idle-dev postingKurt B. Kaiser2002-07-061-1/+0
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-053-290/+164
* Debugger Exception Info and GUI Stack Exception Traceback: finishKurt B. Kaiser2002-07-031-10/+23
* Shutdown subprocess debugger and associated Proxies/Adapters when closingKurt B. Kaiser2002-06-264-41/+80
* 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-244-66/+78
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-204-27/+79
* Polish RemoteDebugger code.Kurt B. Kaiser2002-06-166-46/+69
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-1211-1190/+171
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-115-3/+51
* Geiger Ho's patch for better subclassingSteven M. Gava2002-05-271-1/+1
* GvR's rpc patchChui Tey2002-05-267-94/+1208
* Fixed bug: Split RPC message into two parts instead of threeChui Tey2002-05-141-1/+1
* tracking python idle changes:Steven M. Gava2002-04-221-1/+1
* tracking python idle changes:Steven M. Gava2002-04-221-4/+12
* further work on new config system;Steven M. Gava2002-03-273-8/+79
* further work on new config system;Steven M. Gava2002-03-275-26/+56
* _finally_ tracked down and eliminated a major problemSteven M. Gava2002-03-271-4/+7
* further work on dynamic reconfiguration;Steven M. Gava2002-03-182-0/+34
* fixes to tabwidth code removalSteven M. Gava2002-03-121-6/+6
* remove tabwidth (for tabs) config stuff,Steven M. Gava2002-03-122-12/+11
* further work on dynamic config changes;Steven M. Gava2002-03-122-2/+16
* remove debug cruftSteven M. Gava2002-03-051-6/+0
* further work on new config systemSteven M. Gava2002-03-052-9/+23
* First work on making config changes dynamic,Steven M. Gava2002-03-025-36/+56
* bugfix for the problem where EditorWindow instancesSteven M. Gava2002-02-261-2/+5