aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/OutputWindow.py
Commit message (Expand)AuthorAge
* Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context MenuAndrew Svetlov2012-11-01
* Issue #7163: Propagate return value of sys.stdout.write.Martin v. Löwis2012-07-25
* Merged revisions 72227 via svnmerge fromKurt B. Kaiser2009-05-06
* Merged revisions 71995 via svnmerge fromGeorg Brandl2009-04-27
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-17
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-22
* Allow str8 in .write().Martin v. Löwis2007-08-13
* Make assertion error be more verbose.Martin v. Löwis2007-08-13
* Don't try to convert str to Unicode anymore.Martin v. Löwis2007-08-12
* 1. Catch TypeError exception when writing to OutputWindowKurt B. Kaiser2007-08-12
* Fix remaining map() issues.Kurt B. Kaiser2007-08-09
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-20
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-09
* Forwardport Patch from IDLEfork SF 615312Kurt B. Kaiser2003-06-15
* Whitespace NormalizationKurt B. Kaiser2002-12-31
* Revert Rev 1.6Kurt B. Kaiser2002-09-27
* Merge Py Idle changes:Kurt B. Kaiser2002-09-17
* (Re)Apply Sourceforge Python patch 520483, Sourceforge Idlefork patchKurt B. Kaiser2002-09-02
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-12
* tracking changes to python idle:Steven M. Gava2002-02-23
* Initial revisionDavid Scherer2000-08-15