summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.3Terry Jan Reedy2013-06-291-20/+36
|\
| * Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-291-20/+36
* | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.Terry Jan Reedy2013-06-291-3/+1
* | Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-241-1/+3
* | #18196: merge with 3.3Roger Serwy2013-06-121-0/+4
|\ \ | |/
| * #18196: Avoid displaying spurious SystemExit tracebacks.Roger Serwy2013-06-121-0/+4
* | Issue #17838: merge with 3.3Georg Brandl2013-05-121-0/+5
|\ \ | |/
| * prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-121-0/+5
* | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-47/+10
|\ \ | |/
| * Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-47/+10
| |\
| | * Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-47/+10
* | | Issue #16491: IDLE now prints chained exception tracebacks.Serhiy Storchaka2013-01-091-9/+28
|\ \ \ | |/ /
| * | Issue #16491: IDLE now prints chained exception tracebacks.Serhiy Storchaka2013-01-091-9/+28
| |\ \ | | |/
| | * Issue #16491: IDLE now prints chained exception tracebacks.Serhiy Storchaka2013-01-091-9/+26
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
|/ /
* | 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