Home
last modified time | relevance | path

Searched refs:IdleConf (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py200 conf = config.IdleConf(_utest=True)
218 return config.IdleConf(_utest=_utest)
225 conf = config.IdleConf(_utest=True)
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py144 class IdleConf: class
741 idleConf = IdleConf()
DChangeLog62 ****************** 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/
Dconfig-main.def64 # and override 10 and 0. See idlelib.config.IdleConf.GetFont
DChangeLog62 ****************** 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 …]
Dconfig.py152 class IdleConf: class
785 idleConf = IdleConf()
DNEWS.txt436 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/
D3.6.3rc1.rst1069 Add tests for idlelib.config.IdleConf. Increase coverage from 46% to 96%.
1143 IDLE: call config.IdleConf.GetUserCfgDir only once.
D3.7.0a1.rst5962 Add tests for idlelib.config.IdleConf. Increase coverage from 46% to 96%.
6036 IDLE: call config.IdleConf.GetUserCfgDir only once.