Home
last modified time | relevance | path

Searched refs:ConfigChanges (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Misc/NEWS.d/
D3.6.3rc1.rst1152 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *
1154 __name__ == '__main__'. * Add class config.ConfigChanges based on
1157 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match
1159 ConfigChanges. Cheryl Sabella contributed parts of the patch.
D3.7.0a1.rst6045 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *
6047 __name__ == '__main__'. * Add class config.ConfigChanges based on
6050 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match
6052 ConfigChanges. Cheryl Sabella contributed parts of the patch.
/external/python/cpython3/Lib/idlelib/
DNEWS.txt445 Coverage is 100% for those classes and ConfigChanges.
461 bpo-30779: Factor ConfigChanges class from configdialog, put in config; test.
464 * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
466 * Revise configdialog to use ConfigChanges; see tracker msg297804.
468 * Remove configdialog functions unused or moved to ConfigChanges.
Dconfig.py798 class ConfigChanges(dict): class
Dconfigdialog.py23 from idlelib.config import idleConf, ConfigChanges
35 changes = ConfigChanges()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py734 self.changes = config.ConfigChanges()