Lines Matching refs:IDLE
1 README.txt: an index to idlelib files and the IDLE menu.
3 IDLE is Python's Integrated Development and Learning
5 is available in IDLE by selecting Help => IDLE Help. This README documents
6 idlelib for IDLE developers and curious users.
11 IDLE MENU show the menu tree, annotated with the module
19 Implementation files not in IDLE MENU are marked (nim).
25 __main__.py # -m, starts IDLE
53 help.py # Display IDLE's html doc.
54 help_about.py # Display About IDLE dialog.
58 macosx.py # Help IDLE run on Macs (nim).
59 mainmenu.py # Define most of IDLE menu.
67 pyshell.py # Start IDLE, manage shell, complete editor window
75 scrolledlist.py # Define scrolledlist widget for IDLE (nim).
97 CREDITS.txt # not maintained, displayed by About IDLE
99 NEWS.txt # commits, displayed by About IDLE
100 README.txt # this file, displayed by About IDLE
103 help.html # copy of idle.html in docs, displayed by IDLE Help
116 IDLE MENUS
193 Configure IDLE # eEW.config_dialog, configdialog
209 About IDLE # eEW.about_dialog, help_about.AboutDialog
211 IDLE Help # eEW.help_dialog, helpshow_idlehelp