Searched refs:IdleConf (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 187 conf = config.IdleConf(_utest=True) 205 return config.IdleConf(_utest=_utest) 212 conf = config.IdleConf(_utest=True)
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 144 class IdleConf: class 741 idleConf = IdleConf()
|
D | ChangeLog | 62 ****************** idle: Removed the IdleConf references, not 128 "Move the action of loading the configuration to the IdleConf 180 * IdleConf.py: py-cvs-2001_07_13 (Rel 1.7) merge 182 "Move the action of loading the configuration to the IdleConf 209 * EditorWindow.py, FileList.py, IdleConf.py, PyParse.py, 299 * IdleConf.py: py-cvs-rel2_1 (Rev 1.6) merge - whitespace 420 IdleConf.py, IdleHistory.py, MultiScrolledLists.py, 437 IdleConf.py, IdleHistory.py, MultiScrolledLists.py, 465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py, 533 IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py, [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 145 class IdleConf: class 766 idleConf = IdleConf()
|
D | config-main.def | 65 # and override 10 and 0. See idlelib.config.IdleConf.GetFont
|
D | ChangeLog | 62 ****************** idle: Removed the IdleConf references, not 128 "Move the action of loading the configuration to the IdleConf 180 * IdleConf.py: py-cvs-2001_07_13 (Rel 1.7) merge 182 "Move the action of loading the configuration to the IdleConf 209 * EditorWindow.py, FileList.py, IdleConf.py, PyParse.py, 299 * IdleConf.py: py-cvs-rel2_1 (Rev 1.6) merge - whitespace 420 IdleConf.py, IdleHistory.py, MultiScrolledLists.py, 437 IdleConf.py, IdleHistory.py, MultiScrolledLists.py, 465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py, 533 IOBinding.py, IdleConf.py, IdleHistory.py, MultiScrolledLists.py, [all …]
|
D | NEWS.txt | 657 bpo-30917: Add tests for idlelib.config.IdleConf. 680 bpo-8231: Call config.IdleConf.GetUserCfgDir only once per process.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 1056 Add tests for idlelib.config.IdleConf. Increase coverage from 46% to 96%. 1127 IDLE: call config.IdleConf.GetUserCfgDir only once.
|
D | 3.7.0a1.rst | 5942 Add tests for idlelib.config.IdleConf. Increase coverage from 46% to 96%. 6013 IDLE: call config.IdleConf.GetUserCfgDir only once.
|