COMMITS
/ Lib/idlelib/configdialog.py April 12, 2026
C
gh-89520: Load extension settings and keybindings from user config (GH-28713)
CoolCat467 committed
June 29, 2025
W
Doc: Fix duplicate words in idlelib (#136089)
Weilin Du committed
August 6, 2024
S
gh-120104: IDLE: Fix padding in config and search dialogs (#120107)
Serhiy Storchaka committed
October 19, 2023
T
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
Terry Jan Reedy committed
October 18, 2023
T
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
Terry Jan Reedy committed
September 30, 2022
C
bpo-35675: IDLE - separate config_key window and frame (#11427)
Cheryl Sabella committed
August 15, 2022
T
gh-78143: IDLE - fix settings dialog page label. (#96009)
Terry Jan Reedy committed
June 13, 2022
V
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner committed
March 19, 2022
S
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
Serhiy Storchaka committed
June 10, 2021
M
bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)
Mark Roseman committed
June 9, 2021
T
bpo-40468: Split IDLE settings General tab (GH-26621)
Terry Jan Reedy committed
T
bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618)
Terry Jan Reedy committed
June 8, 2021
T
bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)
Terry Jan Reedy committed
January 25, 2021
T
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Terry Jan Reedy committed
January 5, 2021
C
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Cheryl Sabella committed
October 24, 2020
M
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Mark Roseman committed
April 30, 2020
V
bpo-40443: Remove unused imports in idlelib (GH-19801)
Victor Stinner committed
February 11, 2020
T
bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449)
Terry Jan Reedy committed
February 10, 2020
V
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
Victor Stinner committed
January 27, 2020
C
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella committed
January 25, 2020
C
bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068)
Cheryl Sabella committed
January 23, 2020
Z
bpo-39050: The Help button in IDLE's config menu works again (GH-17611)
Zackery Spytz committed
November 13, 2019
Z
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
Zackery Spytz committed
July 30, 2019
T
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
Terry Jan Reedy committed
July 28, 2019
T
bpo-37692: Improve highlight config sample (#14983)
Terry Jan Reedy committed
July 27, 2019
T
bpo-37628: Fix IDLE config sample sizes (#14958)
Tal Einat committed
July 23, 2019
T
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat committed
T
bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822)
Tal Einat committed
July 17, 2019
C
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)
Cheryl Sabella committed
June 3, 2019
X
IDLE: Fix typos in docs and comments (GH-13749)
Xtreak committed
May 6, 2019
P
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin committed
March 22, 2019
T
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
Terry Jan Reedy committed
January 3, 2019
T
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Terry Jan Reedy committed
September 25, 2018
T
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat committed
August 2, 2018
T
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat committed
June 19, 2018
T
bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)
Terry Jan Reedy committed
June 11, 2018
T
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
Terry Jan Reedy committed
June 2, 2018
C
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
Cheryl Sabella committed
June 1, 2018
C
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
Cheryl Sabella committed
February 4, 2018
C
bpo-32765: Update configdialog General tab create page docstring (GH-5529)
Cheryl Sabella committed
L
bpo-32746: Fix multiple typos (GH-5144)
Leo Arias committed
November 29, 2017
T
bpo-30781: Remove unused imports in idlelib.configdialog. (#4627)
Terry Jan Reedy committed
October 28, 2017
S
bpo-31860: Make the font sample in the IDLE font configuration dialog editable. (#4106)
Serhiy Storchaka committed
October 17, 2017
T
bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)
Terry Jan Reedy committed
September 30, 2017
T
bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)
Terry Jan Reedy committed
September 19, 2017
T
bpo-31500: Removed fixed size of IDLE config dialog. (#3664)
Terry Jan Reedy committed
September 18, 2017
T
bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634)
Terry Jan Reedy committed
September 16, 2017
T
bpo-31488: IDLE - update former extensions when options change. (#3612)
Terry Jan Reedy committed
September 11, 2017
C
bpo-30781: IDLE: Fix help button on configdialog (#3238)
Cheryl Sabella committed
September 10, 2017
W
bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)
wohlganger committed