| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Browser. (GH-3704) (#3710)
The original module-level class and method browser became a module
browser, with the addition of module-level functions, years ago.
Nested classes and functions were added yesterday. For back-
compatibility, the virtual event <<open-class-browser>>, which
appears on the Keys tab of the Settings dialog, is not changed.
Patch by Cheryl Sabella.
(cherry picked from commit cd99e79dc74c9d9dea83a5551d657c334b2cc6c9)
|
|
|
|
|
|
|
|
| |
tests. (GH-2283) (#2496)
Split TextViewer class into ViewWindow, ViewFrame, and TextFrame classes so that instances
of the latter two can be placed with other widgets within a multiframe window.
Patch by Cheryl Sabella.
(cherry picked from commit 42bc8be)
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove modules that are combined in new module.
|
|
|
|
| |
Users can now edit bad entries instead of starting over.
|
|
|
|
|
|
| |
SectionName. These split class GetCfgSectionNameDialog from
configSectionNameDialog.py, temporarily renamed config_sec.py in 3.7.9a2.
More Query subclasses are planned.
|
|
|
|
|
| |
Fix code and tests that fail with this restriction.
Fix htests to not create a second and redundant root and mainloop.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
Augment htest to include all major IOBinding functions.
|
| |
|
|
|
|
| |
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
|
|
|
|
|
|
|
|
| |
The new idlelib/idle.html is copied from Doc/build/html/idle.html.
It looks better than help.txt and will better document Idle as released.
The tkinter html viewer that works for this file was written by Rose Roseman.
The new code is in idlelib/help.py, a new file for help menu classes.
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
|
|
|
|
| |
Original patch by Tal Einat.
|
|
|
|
| |
Patch by Févry Thibault.
|
|
|
|
| |
htests to add # htest # marker for coveragepy and stop tcl errors.
|
|
|
|
| |
2.7 and 3.4. Original patch by Saimadhav Heblikar.
|
|
|
|
| |
Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
|
|
|
|
| |
Patch by Saimadhav Heblikar.
|
|
|
|
| |
Patch by Saimadhav Heblikar. 2.7 version will follow.
|
|
|
|
| |
Patch by Saimadhav Heblikar
|
| |
|
| |
|
| |
|
|
consolidating and improving human-validated tests of Idle. Change other files
as needed to work with htest. Running the module as __main__ runs all tests.
|