summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.2Martin v. Löwis2012-07-251-4/+21
|\
| * Issue #15318: Prevent writing to sys.stdin.Martin v. Löwis2012-07-251-4/+21
* | merge 3.2Martin v. Löwis2012-07-111-2/+2
|\ \ | |/
| * Use _RPCFile.write properly.Martin v. Löwis2012-07-111-2/+2
* | merge 3.2Martin v. Löwis2012-07-111-2/+8
|\ \ | |/
| * Don't use TextIOBase implementations in _RPCFile.Martin v. Löwis2012-07-111-2/+8
* | merge 3.2Martin v. Löwis2012-07-111-1/+1
|\ \ | |/
| * Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.Martin v. Löwis2012-07-111-1/+1
* | merge 3.2Martin v. Löwis2012-07-091-1/+1
|\ \ | |/
| * normalize whitespaceMartin v. Löwis2012-07-091-1/+1
* | merge 3.2Martin v. Löwis2012-07-091-3/+21
|\ \ | |/
| * Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. Löwis2012-07-091-3/+21
* | Issue #989712: update the code to process tkinter messages in IDLEAndrew Svetlov2012-03-261-9/+6
* | Issue #14200 — now displayhook for IDLE works in non-subprocess mode as wel...Andrew Svetlov2012-03-251-21/+1
* | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-141-0/+21
* | Issue #989712: Support using Tk without a mainloop.Andrew Svetlov2012-03-141-0/+16
|/
* Merged revisions 74446-74449 via svnmerge fromGuilherme Polo2009-08-141-3/+4
* Convert print to Py3Kurt B. Kaiser2009-04-041-1/+2
* Merged revisions 71023 via svnmerge fromKurt B. Kaiser2009-04-041-3/+6
* Fix more threading API related bugs: Thread.get_name() --> Thread.name.Amaury Forgeot d'Arc2008-11-291-1/+1
* #4383: UnboundLocalError when IDLE cannot connect to its subprocess.Amaury Forgeot d'Arc2008-11-211-3/+4
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-2/+4
* fix #3628; idle wouldn't start because of a typoBenjamin Peterson2008-09-191-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-131-2/+2
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* Fix Queue -> queue.Georg Brandl2008-05-251-1/+1
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-171-3/+3
* Rename Queue module to queue.Alexandre Vassalotti2008-05-111-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* help() was not paging to the shell. Issue1650.Kurt B. Kaiser2007-12-281-0/+3
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-3/+10
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-221-4/+5
* Switch to absolute imports to support direct execution of modules. ManyKurt B. Kaiser2007-08-221-7/+7
* Merged revisions 56782-56847 via svnmerge fromGuido van Rossum2007-08-091-3/+5
* Merged revisions 56492-56752 via svnmerge fromGuido van Rossum2007-08-051-2/+2
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-7/+7
* Kill off softspace completely (except in formatter.py which seems to haveGuido van Rossum2007-02-091-6/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-14/+14
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-0/+6
* Use Queue's blocking feature instead of sleeping in the mainKurt B. Kaiser2005-05-051-2/+1
* The remote procedure call module rpc.py can now access data attributes ofKurt B. Kaiser2004-12-211-1/+1
* On OpenBSD, terminating IDLE with ctrl-c from the command line caused aKurt B. Kaiser2004-11-191-1/+3
* Redirect the warning stream to the shell during the ScriptBinding check of us...Kurt B. Kaiser2004-07-041-0/+17
* Added a Tk error dialog to run.py inform the user if the subprocess can'tKurt B. Kaiser2004-01-211-8/+23
* - Print correct exception even if source file changed since shell wasKurt B. Kaiser2004-01-021-0/+2
* - After an exception, run.py was not setting the exception vector. NoamKurt B. Kaiser2003-11-191-1/+2
* Idlefork patch #682347: convert Unicode strings from readline toMartin v. Löwis2003-06-221-0/+3
* Remove the 2.2 compatibility module boolcheck.py and related codeKurt B. Kaiser2003-06-141-2/+0