资 源 简 介
What is it?
IDLE is the simple interpreter and IDE that is part of the CPython distribution (= the "normal" Python). IDLE-spoon is a fork (spoon) of mainstream IDLE.
Why is it?
IDLE-spoon aims to revive the development of IDLE, which has been stagnant in recent years. The main goals are to fix usability issues, to improve friendliness and ease of use, and to add key productivity enhancing features. These will be done only in ways which will not compromise IDLE"s simplicity and clean interface, so that it will continue to be useful for learning and teaching.
Additionally, compatibility with Python versions 2.3 and above is maintained. IDLE-spoon is currently not compatible with Python3.0.
Some side-effects of this effort are improvement of the plug-in architecture ("extensions"), code cleanup and improved in-code documentation.
Another major reason for forking from the CPython version is to allow a faster com
文 件 列 表
idlelib
aboutDialog.py
AutoComplete.py
AutoCompleteWindow.py
AutoExpand.py
Bindings.py
CallTips.py
CallTipWindow.py
ClassBrowser.py
CodeContext.py
ColorDelegator.py
config-extensions.def
config-highlight.def
config-keys.def
config-main.def
configDialog.py
configExtensionsDialog.py
configHandler.py
configHelpSourceEdit.py
configSectionNameDialog.py
CREDITS.txt
Debugger.py
Delegator.py
dynOptionMenuWidget.py
EditorWindow.py
extend.txt
FileList.py
FormatParagraph.py
GrepDialog.py
help.txt
HyperParser.py
Icons
idle.bat
idle.py
idle.pyw
IdleHistory.py
idlever.py
IOBinding.py
keybindingDialog.py
macosxSupport.py
MultiCall.py
MultiStatusBar.py
NEWS.txt
ObjectBrowser.py
OutputWindow.py
ParenMatch.py
PathBrowser.py
Percolator.py
PyParse.py
PyShell.py
README.txt
RemoteDebugger.py
RemoteObjectBrowser.py
ReplaceDialog.py
rpc.py
RstripExtension.py
run.py
ScriptBinding.py
ScrolledList.py
SearchBar.py
SearchDialog.py
SearchDialogBase.py
SearchEngine.py
Squeezer.py
StackViewer.py
tabbedpages.py
testcode.py
textView.py
TODO.txt
ToolTip.py
TreeWidget.py
UndoDelegator.py
WidgetRedirector.py
WindowList.py
WindowSearchEngine.py
ZoomHeight.py
__init__.py