summaryrefslogtreecommitdiff
path: root/Lib/idlelib/OutputWindow.py
Commit message (Expand)AuthorAgeFilesLines
* #18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patchTerry Jan Reedy2013-06-081-1/+1
* Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-011-1/+5
* Issue #7163: Propagate return value of sys.stdout.write.Martin v. L?wis2012-07-251-0/+1
* Merged revisions 72227 via svnmerge fromKurt B. Kaiser2009-05-061-2/+4
* Merged revisions 71995 via svnmerge fromGeorg Brandl2009-04-271-25/+10
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-2/+2
* Allow str8 in .write().Martin v. Löwis2007-08-131-1/+2
* Make assertion error be more verbose.Martin v. Löwis2007-08-131-1/+1
* Don't try to convert str to Unicode anymore.Martin v. Löwis2007-08-121-10/+1
* 1. Catch TypeError exception when writing to OutputWindowKurt B. Kaiser2007-08-121-0/+2
* Fix remaining map() issues.Kurt B. Kaiser2007-08-091-2/+3
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* 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