summaryrefslogtreecommitdiff
path: root/Lib/idlelib/pyshell.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29162: Don't depend on 'from tkinter import *' importing sys.Terry Jan Reedy2017-01-041-3/+3
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-12/+12
* Issue #27611, #24137: Only change tkinter when easily restored.Terry Jan Reedy2016-08-161-2/+4
* Issue #25507: Move 4 objects from pyshell to run and switch inports.Terry Jan Reedy2016-07-151-100/+1
* Issue #24137: Fixed IDLE on Linux with tkinter default root disabled.Serhiy Storchaka2016-06-251-1/+2
* Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.Terry Jan Reedy2016-06-211-1/+4
* Issue #5124: rename PyShell back to pyshell and patch test for 3.6Terry Jan Reedy2016-06-111-0/+1631