summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/OutputWindow.py
Commit message (Expand)AuthorAgeFilesLines
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ab...Florent Xicluna2010-04-021-4/+5
* Further development of issue5559, handle Windows filesKurt B. Kaiser2009-05-031-2/+4
* Right click 'go to file/line' not working if spacesKurt B. Kaiser2009-04-261-25/+10
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-2/+2
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-2/+2
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-091-2/+2
* Forwardport Patch from IDLEfork SF 615312Kurt B. Kaiser2003-06-151-0/+9
* Whitespace NormalizationKurt B. Kaiser2002-12-311-7/+0
* Revert Rev 1.6Kurt B. Kaiser2002-09-271-9/+0
* Merge Py Idle changes:Kurt B. Kaiser2002-09-171-0/+9
* (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patchKurt B. Kaiser2002-09-021-1/+1
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-169/+45
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
* Initial revisionDavid Scherer2000-08-151-0/+279