summaryrefslogtreecommitdiff
path: root/Lib/idlelib/run.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-12/+12
* Issue #25507: Merge from 3.5 with ttk replacing colorchooser.Terry Jan Reedy2016-07-161-26/+129
|\
| * Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-151-9/+112
| * Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-21/+21
* | Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.Terry Jan Reedy2016-07-161-0/+6
|/
* Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.Terry Jan Reedy2015-09-251-1/+1
* Issue #23184: idlelib, remove more unused names and imports.Terry Jan Reedy2015-05-151-2/+0
* Merge with 3.3Terry Jan Reedy2013-06-281-2/+2
|\
| * Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.Terry Jan Reedy2013-06-281-3/+1
| * Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-251-1/+3
| * #18196: merge with 3.3Roger Serwy2013-06-111-0/+4
| |\
| * \ Issue #17838: merge with 3.3Georg Brandl2013-05-121-2/+2
| |\ \
| | * \ 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 #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
* | | | | | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-281-20/+36
| |_|_|_|/ |/| | | |
* | | | | #18196: Avoid displaying spurious SystemExit tracebacks.Roger Serwy2013-06-111-0/+4
|/ / / /
* | | | prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-111-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 #16491: IDLE now prints chained exception tracebacks.Serhiy Storchaka2013-01-091-1/+17
|\ \ \ | |/ / |/| / | |/
| * merge 3.2Martin v. L?wis2012-07-251-4/+21
| |\
| * \ merge 3.2Martin v. L?wis2012-07-111-2/+2
| |\ \
| * \ \ merge 3.2Martin v. L?wis2012-07-111-0/+14
| |\ \ \
| | * \ \ merge 3.2Martin v. L?wis2012-07-111-0/+14
| | |\ \ \
| | | * \ \ merge 3.2Martin v. L?wis2012-07-091-0/+14
| | | |\ \ \
| | | | * \ \ merge 3.2Martin 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-131-0/+16
* | | | | | | | Issue #16491: IDLE now prints chained exception tracebacks.Serhiy Storchaka2013-01-091-9/+26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #15318: Prevent writing to sys.stdin.Martin v. L?wis2012-07-251-4/+21
| |_|_|_|_|/ |/| | | | |
* | | | | | Use _RPCFile.write properly.Martin v. L?wis2012-07-111-2/+2
|/ / / / /
* | | | | Don't use TextIOBase implementations in _RPCFile.Martin v. L?wis2012-07-111-2/+8
|/ / / /
* | | | Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.Martin v. L?wis2012-07-111-1/+1
|/ / /
* | | normalize whitespaceMartin v. L?wis2012-07-091-1/+1
| |/ |/|
* | Issue #13532: Check that arguments to sys.stdout.write are strings.Martin v. L?wis2012-07-091-3/+21
|/
* 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