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.rst1136 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *
1138 __name__ == '__main__'. * Add class config.ConfigChanges based on
1141 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match
1143 ConfigChanges. Cheryl Sabella contributed parts of the patch.
D3.7.0a1.rst6022 IDLE: Factor ConfigChanges class from configdialog, put in config; test. *
6024 __name__ == '__main__'. * Add class config.ConfigChanges based on
6027 ConfigChanges; see tracker msg297804. * Revise test_configdialog to match
6029 ConfigChanges. Cheryl Sabella contributed parts of the patch.
/external/python/cpython3/Lib/idlelib/
Dconfig.py779 class ConfigChanges(dict): class
DNEWS.txt666 Coverage is 100% for those classes and ConfigChanges.
682 bpo-30779: Factor ConfigChanges class from configdialog, put in config; test.
685 * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
687 * Revise configdialog to use ConfigChanges; see tracker msg297804.
689 * Remove configdialog functions unused or moved to ConfigChanges.
Dconfigdialog.py25 from idlelib.config import idleConf, ConfigChanges
38 changes = ConfigChanges()
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py717 self.changes = config.ConfigChanges()