文件详情
查看文件信息和操作选项
文件信息
文件描述
├── python-2.7.6 │ ├── python-2.7.6.amd64.msi │ └── python-2.7.6.msi ├── python-2.7.10 │ ├── python-2.7.10.amd64.msi │ └── python-2.7.10.msi ├── python-2.7.15 │ ├── python-2.7.15.amd64.msi │ └── python-2.7.15.msi ├── python-3.5.2 │ ├── idlelib │ │ ├── Icons │ │ │ ├── folder.gif │ │ │ ├── idle.icns │ │ │ ├── idle.ico │ │ │ ├── idle_16.gif │ │ │ ├── idle_16.png │ │ │ ├── idle_32.gif │ │ │ ├── idle_32.png │ │ │ ├── idle_48.gif │ │ │ ├── idle_48.png │ │ │ ├── minusnode.gif │ │ │ ├── openfolder.gif │ │ │ ├── plusnode.gif │ │ │ ├── python.gif │ │ │ └── tk.gif │ │ ├── idle_test │ │ │ ├── __pycache__ │ │ │ ├── __init__.py │ │ │ ├── htest.py │ │ │ ├── mock_idle.py │ │ │ ├── mock_tk.py │ │ │ ├── README.txt │ │ │ ├── test_autocomplete.py │ │ │ ├── test_autoexpand.py │ │ │ ├── test_calltips.py │ │ │ ├── test_config_help.py │ │ │ ├── test_config_name.py │ │ │ ├── test_configdialog.py │ │ │ ├── test_delegator.py │ │ │ ├── test_editmenu.py │ │ │ ├── test_editor.py │ │ │ ├── test_formatparagraph.py │ │ │ ├── test_grep.py │ │ │ ├── test_hyperparser.py │ │ │ ├── test_idlehistory.py │ │ │ ├── test_io.py │ │ │ ├── test_parenmatch.py │ │ │ ├── test_pathbrowser.py │ │ │ ├── test_percolator.py │ │ │ ├── test_replacedialog.py │ │ │ ├── test_rstrip.py │ │ │ ├── test_searchdialog.py │ │ │ ├── test_searchdialogbase.py │ │ │ ├── test_searchengine.py │ │ │ ├── test_text.py │ │ │ ├── test_textview.py │ │ │ ├── test_undodelegator.py │ │ │ ├── test_warning.py │ │ │ └── test_widgetredir.py │ │ ├── __init__.py │ │ ├── __main__.py │ │ ├── aboutDialog.py │ │ ├── AutoComplete.py │ │ ├── AutoCompleteWindow.py │ │ ├── AutoExpand.py │ │ ├── Bindings.py │ │ ├── CallTips.py │ │ ├── CallTipWindow.py │ │ ├── ChangeLog │ │ ├── ClassBrowser.py │ │ ├── CodeContext.py │ │ ├── ColorDelegator.py │ │ ├── config-extensions.def │ │ ├── config-highlight.def │ │ ├── config-keys.def │ │ ├── config-main.def │ │ ├── configDialog.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.html │ │ ├── help.py │ │ ├── help.txt │ │ ├── HISTORY.txt │ │ ├── HyperParser.py │ │ ├── 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 │ ├── python-3.5.2-amd64.exe │ └── python-3.5.2.exe ├── python-3.6.4 │ ├── python-3.6.4-amd64.exe │ └── python-3.6.4.exe ├── python-3.6.6 │ ├── python-3.6.6-amd64.exe │ └── python-3.6.6.exe ├── python-3.7.0 │ ├── python-3.7.0-amd64.exe │ └── python-3.7.0.exe ├── python-3.8.2 │ ├── python-3.8.2-amd64.exe │ └── python-3.8.2.exe ├── python-3.8.7 │ ├── python-3.8.7-amd64.exe │ └── python-3.8.7.exe ├── Python-3.9.0 │ ├── python-3.9.0-32.exe │ └── python-3.9.0-64.exe ├── Python-3.9.5(64bit) │ └── python-3.9.5-amd64.exe ├── python-3.9.7(64bit) │ └── Python 3.9.7 x64.exe ├── python-3.11.3(64bit) │ └── Setup.exe └── python-3.12.0 ├── python-3.12.0-32.exe └── python-3.12.0-amd64.exe