Searched refs:IdleConf (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 200 conf = config.IdleConf(_utest=True) 218 return config.IdleConf(_utest=_utest) 225 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-main.def | 64 # 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 | config.py | 152 class IdleConf: class 785 idleConf = IdleConf()
|
D | NEWS.txt | 436 bpo-30917: Add tests for idlelib.config.IdleConf. 459 bpo-8231: Call config.IdleConf.GetUserCfgDir only once per process.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 1069 Add tests for idlelib.config.IdleConf. Increase coverage from 46% to 96%. 1143 IDLE: call config.IdleConf.GetUserCfgDir only once.
|
D | 3.7.0a1.rst | 5962 Add tests for idlelib.config.IdleConf. Increase coverage from 46% to 96%. 6036 IDLE: call config.IdleConf.GetUserCfgDir only once.
|