Home
last modified time | relevance | path

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

/third_party/python/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.
/third_party/python/Lib/idlelib/
Dconfig.py779 class ConfigChanges(dict): class
DNEWS.txt701 Coverage is 100% for those classes and ConfigChanges.
717 bpo-30779: Factor ConfigChanges class from configdialog, put in config; test.
720 * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
722 * Revise configdialog to use ConfigChanges; see tracker msg297804.
724 * Remove configdialog functions unused or moved to ConfigChanges.
Dconfigdialog.py26 from idlelib.config import idleConf, ConfigChanges
39 changes = ConfigChanges()
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py717 self.changes = config.ConfigChanges()