| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Remove broken test of bold_toggle and test it along with its command, set_samples.
This has been incorporated into 3.6 backport PR-2796.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(#2697)
The will help writing dialog improvements and splitting the class into multiple classes.
Original patch by Cheryl Sabella.
|
|
|
| |
Initial patch by Louie Lu.
|
|
|
|
| |
Also improve test of config.ConfigChanges.delete_section.
Original patch by Cheryl Sabella.
|
| |
|
|
|
|
|
| |
One is a duplicate, one is set but cannot be altered by users.
Patch by Cheryl Sabella.
|
|
|
| |
Patch by Louie Lu.
|
|
|
|
|
|
|
|
|
|
|
|
| |
config; test. (#2612)
* In config, put dump test code in a function; run it and unittest in 'if __name__ == '__main__'.
* Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
* Add class test_config.ChangesTest, partly based on configdialog_tests_v1.py on bpo issue.
* Revise configdialog to use ConfigChanges, mostly as specified in tracker msg297804.
* Revise test_configdialog to match configdialog changes. All tests pass in both files.
* Remove configdialog functions unused or moved to ConfigChanges.
Cheryl Sabella contributed parts of the patch.
|
|
|
| |
Patch by Cheryl Sabella.
|
|
|
|
|
|
|
|
|
| |
* Add 'parens' style to highlight both opener and closer.
* Make 'default' style, which is not default, a synonym for 'opener'.
* Make time-delay work the same with all styles.
* Add help for config dialog extensions tab, including parenmatch.
* Add new tests.
Original patch by Charles Wohlganger.
|
|
|
|
| |
Also, change '*' in the tkinter import to an explicit list of names.
Patch by Cheryl Sabella.
|
|
|
|
| |
Update and augment description of the configuration system.
|
| |
|
| |
|
|
|
|
|
| |
Make the default key set depend on the platform.
Add tests for changes to the config module.
|
|
|
|
| |
Remove modules that are combined in new module.
|
|
|
|
|
|
| |
SectionName. These split class GetCfgSectionNameDialog from
configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2.
More Query subclasses are planned.
|
|
|
|
|
|
| |
tkinter.Variable class. They replace old methods trace_variable, trace,
trace_vdelete and trace_vinfo that use obsolete Tcl commands and might
not work in future versions of Tcl.
|
| |
|
| |
|
|
|
|
| |
Where needed, add minimal tests to cover changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This follows the previous patch that changed idlelib file names.
Class names that matched old module names are not changed.
Change idlelib imports in turtledemo.__main__.
Exception: config-extensions.def. Previously, extension section
names, file names, and class names had to match. Changing section
names would create cross-version conflicts in config-extensions.cfg
(user customizations). Instead map old names to new file names
at point of import in editor.EditorWindow.load_extension.
Patch extensively tested with test_idle, idle_test.htest.py, a custom
import-all test, running IDLE in a console to catch messages,
and testing each menu item. Based on a patch by Al Sweigart.
|
|
|