/opt/alt/python35/lib64/python3.5/idlelib
NameSizeModeActions
Icons/-0755rm
idle_test/-0755rm
__pycache__/-0755rm
aboutDialog.py69870644editdlrm
AutoComplete.py92010644editdlrm
AutoCompleteWindow.py177390644editdlrm
AutoExpand.py33950644editdlrm
Bindings.py31110644editdlrm
CallTips.py59320644editdlrm
CallTipWindow.py60350644editdlrm
ChangeLog563880644editdlrm
ClassBrowser.py69990644editdlrm
CodeContext.py83570644editdlrm
ColorDelegator.py105980644editdlrm
config-extensions.def29650644editdlrm
config-highlight.def25150644editdlrm
config-keys.def77770644editdlrm
config-main.def25630644editdlrm
configDialog.py650610644editdlrm
configHandler.py324510644editdlrm
configHelpSourceEdit.py68170644editdlrm
configSectionNameDialog.py40070644editdlrm
CREDITS.txt18660644editdlrm
Debugger.py187580644editdlrm
Delegator.py10430644editdlrm
dynOptionMenuWidget.py19900644editdlrm
EditorWindow.py655950644editdlrm
extend.txt36420644editdlrm
FileList.py38130644editdlrm
FormatParagraph.py72870644editdlrm
GrepDialog.py51240644editdlrm
help.html434110644editdlrm
help.py109520644editdlrm
help.txt179000644editdlrm
HISTORY.txt103120644editdlrm
HyperParser.py128770644editdlrm
idle.py4530644editdlrm
idle.pyw5700644editdlrm
IdleHistory.py40520644editdlrm
idlever.py4150644editdlrm
IOBinding.py205990644editdlrm
keybindingDialog.py124160644editdlrm
macosxSupport.py86840644editdlrm
MultiCall.py185710644editdlrm
MultiStatusBar.py13480644editdlrm
NEWS.txt155360644editdlrm
NEWS2x.txt271720644editdlrm
ObjectBrowser.py39750644editdlrm
OutputWindow.py43940644editdlrm
ParenMatch.py67140644editdlrm
PathBrowser.py32070644editdlrm
Percolator.py31790644editdlrm
PyParse.py204610644editdlrm
PyShell.py588460755editdlrm
README.txt78910644editdlrm
RemoteDebugger.py120070644editdlrm
RemoteObjectBrowser.py9640644editdlrm
ReplaceDialog.py74810644editdlrm
rpc.py207840644editdlrm
RstripExtension.py10500644editdlrm
run.py138690644editdlrm
ScriptBinding.py80610644editdlrm
ScrolledList.py43750644editdlrm
SearchDialog.py31270644editdlrm
SearchDialogBase.py70090644editdlrm
SearchEngine.py74850644editdlrm
StackViewer.py44260644editdlrm
tabbedpages.py184180644editdlrm
textView.py34190644editdlrm
TODO.txt84780644editdlrm
ToolTip.py31730644editdlrm
TreeWidget.py150240644editdlrm
UndoDelegator.py109800644editdlrm
WidgetRedirector.py69390644editdlrm
WindowList.py24720644editdlrm
ZoomHeight.py13000644editdlrm
__init__.py3350644editdlrm
__main__.py1590644editdlrm
Edit: /opt/alt/python35/lib64/python3.5/idlelib/config-main.def (2563B)
# IDLE reads several config files to determine user preferences. This # file is the default config file for general idle settings. # # When IDLE starts, it will look in # the following two sets of files, in order: # # default configuration # --------------------- # config-main.def the default general config file # config-extensions.def the default extension config file # config-highlight.def the default highlighting config file # config-keys.def the default keybinding config file # # user configuration # ------------------- # ~/.idlerc/config-main.cfg the user general config file # ~/.idlerc/config-extensions.cfg the user extension config file # ~/.idlerc/config-highlight.cfg the user highlighting config file # ~/.idlerc/config-keys.cfg the user keybinding config file # # On Windows2000 and Windows XP the .idlerc directory is at # Documents and Settings\\.idlerc # # On Windows98 it is at c:\.idlerc # # Any options the user saves through the config dialog will be saved to # the relevant user config file. Reverting any general setting to the # default causes that entry to be wiped from the user file and re-read # from the default file. User highlighting themes or keybinding sets are # retained unless specifically deleted within the config dialog. Choosing # one of the default themes or keysets just applies the relevant settings # from the default file. # # Additional help sources are listed in the [HelpFiles] section and must be # viewable by a web browser (or the Windows Help viewer in the case of .chm # files). These sources will be listed on the Help menu. The pattern is # # You can't use a semi-colon in a menu item or path. The path will be platform # specific because of path separators, drive specs etc. # # It is best to use the Configuration GUI to set up additional help sources! # Example: #1 = My Extra Help Source;/usr/share/doc/foo/index.html #2 = Another Help Source;/path/to/another.pdf [General] editor-on-startup= 0 autosave= 0 print-command-posix=lpr %%s print-command-win=start /min notepad /p %%s delete-exitfunc= 1 [EditorWindow] width= 80 height= 40 font= TkFixedFont font-size= 10 font-bold= 0 encoding= none [Indent] use-spaces= 1 num-spaces= 4 [Theme] default= 1 name= IDLE Classic name2= # name2 set in user config-main.cfg for themes added after 2015 Oct 1 [Keys] default= 1 name= IDLE Classic Windows [History] cyclic=1 [HelpFiles]