COMMITS
/ Lib/idlelib/run.py April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
August 31, 2016
T
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy committed
July 16, 2016
T
Issue #25507: Merge from 3.5 with ttk replacing colorchooser.
Terry Jan Reedy committed
T
Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Terry Jan Reedy committed
July 15, 2016
T
Issue #25507: Move 4 objects from pyshell to run and switch inports.
Terry Jan Reedy committed
May 28, 2016
T
Issue #24225: Within idlelib files, update idlelib module names.
Terry Jan Reedy committed
September 26, 2015
T
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
Terry Jan Reedy committed
May 16, 2015
T
Issue #23184: idlelib, remove more unused names and imports.
Terry Jan Reedy committed
June 29, 2013
T
Merge with 3.3
Terry Jan Reedy committed
T
Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop
Terry Jan Reedy committed
T
Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.
Terry Jan Reedy committed
June 24, 2013
V
Issue #18081: Workaround "./python -m test_idle test_logging" failure
Victor Stinner committed
June 12, 2013
R
#18196: merge with 3.3
Roger Serwy committed
R
#18196: Avoid displaying spurious SystemExit tracebacks.
Roger Serwy committed
May 12, 2013
G
Issue #17838: merge with 3.3
Georg Brandl committed
B
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
Benjamin Peterson committed
January 25, 2013
S
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka committed
S
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka committed
S
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
Serhiy Storchaka committed
January 9, 2013
S
Issue #16491: IDLE now prints chained exception tracebacks.
Serhiy Storchaka committed
S
Issue #16491: IDLE now prints chained exception tracebacks.
Serhiy Storchaka committed
S
Issue #16491: IDLE now prints chained exception tracebacks.
Serhiy Storchaka committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
July 25, 2012
M
Issue #15318: Prevent writing to sys.stdin.
Martin v. Löwis committed
July 11, 2012
M
Use _RPCFile.write properly.
Martin v. Löwis committed
M
Don't use TextIOBase implementations in _RPCFile.
Martin v. Löwis committed
M
Issue #15319: Revert wrapping of sys.stdin. Patch by Serhiy Storchaka.
Martin v. Löwis committed
July 9, 2012
M
normalize whitespace
Martin v. Löwis committed
M
Issue #13532: Check that arguments to sys.stdout.write are strings.
Martin v. Löwis committed
March 26, 2012
A
Issue #989712: update the code to process tkinter messages in IDLE
Andrew Svetlov committed
March 25, 2012
A
Issue #14200 — now displayhook for IDLE works in non-subprocess mode as well as subprecess.
Andrew Svetlov committed
March 14, 2012
A
Issue #14200: Idle shell crash on printing non-BMP unicode character.
Andrew Svetlov committed
A
Issue #989712: Support using Tk without a mainloop.
Andrew Svetlov committed
August 14, 2009
G
Merged revisions 74446-74449 via svnmerge from
Guilherme Polo committed
April 4, 2009
K
Convert print to Py3
Kurt B. Kaiser committed
K
Merged revisions 71023 via svnmerge from
Kurt B. Kaiser committed
November 29, 2008
A
Fix more threading API related bugs: Thread.get_name() --> Thread.name.
Amaury Forgeot d'Arc committed
November 21, 2008
A
#4383: UnboundLocalError when IDLE cannot connect to its subprocess.
Amaury Forgeot d'Arc committed
October 19, 2008
September 19, 2008
B
fix #3628; idle wouldn't start because of a typo
Benjamin Peterson committed
June 13, 2008
B
fix more threading API related bugs
Benjamin Peterson committed
May 25, 2008
G
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl committed
G
Fix Queue -> queue.
Georg Brandl committed
May 17, 2008
G
Tkinter, step 2: adapt imports.
Georg Brandl committed