Staging
v0.5.1
https://github.com/python/cpython
Revision d6bb65f378e34fe0c11fdb39588357ecf22964eb authored by Terry Jan Reedy on 30 September 2017, 23:54:28 UTC, committed by GitHub on 30 September 2017, 23:54:28 UTC
Passing a widget instead of an flist with a root widget opens the option of
creating a browser frame that is only part of a window. Passing a full file
name instead of pieces assumed to come from a .py file opens the possibility
of browsing python files that do not end in .py.
1 parent bfebfd8
Raw File
Tip revision: d6bb65f378e34fe0c11fdb39588357ecf22964eb authored by Terry Jan Reedy on 30 September 2017, 23:54:28 UTC
bpo-31460: Simplify the API of IDLE's Module Browser. (#3842)
Tip revision: d6bb65f
indent.pro
--blank-lines-after-declarations
--blank-lines-after-procedures
--braces-after-func-def-line
--braces-on-if-line
--braces-on-struct-decl-line
--break-after-boolean-operator
--comment-indentation25
--comment-line-length79
--continue-at-parentheses
--dont-cuddle-do-while
--dont-cuddle-else
--indent-level4
--line-length79
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-tabs
--procnames-start-lines
--space-after-for
--space-after-if
--space-after-while
--swallow-optional-blank-lines
-T PyCFunction
-T PyObject
back to top