COMMITS
/ Lib/idlelib/pyshell.py May 4, 2017
S
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka committed
March 27, 2017
V
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner committed
J
import sys before we use it on line 9 (#828)
Jelle Zijlstra committed
January 5, 2017
T
Issue #29162: Don't depend on 'from tkinter import *' importing sys.
Terry Jan Reedy committed
August 31, 2016
T
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy committed
August 16, 2016
T
Issue #27611, #24137: Only change tkinter when easily restored.
Terry Jan Reedy committed
July 15, 2016
T
Issue #25507: Move 4 objects from pyshell to run and switch inports.
Terry Jan Reedy committed
June 25, 2016
S
Issue #24137: Fixed IDLE on Linux with tkinter default root disabled.
Serhiy Storchaka committed
June 21, 2016
T
Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
Terry Jan Reedy committed
June 11, 2016
T
Issue #5124: rename PyShell back to pyshell and patch test for 3.6
Terry Jan Reedy committed
T
Issue #5124: Temporary pyshell rename to avoid case-folding collision in merge.
Terry Jan Reedy committed
June 10, 2016
T
Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
Terry Jan Reedy committed
June 8, 2016
T
Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx.
Terry Jan Reedy committed
May 28, 2016
T
Issue #24225: Within idlelib files, update idlelib module names.
Terry Jan Reedy committed
May 22, 2016
T
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
Terry Jan Reedy committed