| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-120104: IDLE: Fix padding in config and search dialogs (#120107) | Serhiy Storchaka | 2024-08-06 | 1 | -1/+1 |
|
|
* | gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053) | Terry Jan Reedy | 2023-10-19 | 1 | -23/+21 |
|
|
* | gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960) | Terry Jan Reedy | 2023-10-18 | 1 | -13/+9 |
|
|
* | bpo-35675: IDLE - separate config_key window and frame (#11427) | Cheryl Sabella | 2022-09-30 | 1 | -2/+2 |
|
|
* | gh-78143: IDLE - fix settings dialog page label. (#96009) | Terry Jan Reedy | 2022-08-15 | 1 | -1/+1 |
|
|
* | gh-84623: Remove unused imports in stdlib (#93773) | Victor Stinner | 2022-06-13 | 1 | -1/+1 |
|
|
* | bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962) | Serhiy Storchaka | 2022-03-19 | 1 | -1/+1 |
|
|
* | bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954) | Mark Roseman | 2021-06-10 | 1 | -94/+62 |
|
|
* | bpo-40468: Split IDLE settings General tab (GH-26621) | Terry Jan Reedy | 2021-06-09 | 1 | -128/+147 |
|
|
* | bpo-40468: Factor out class ExtPage in idlelib.configdialog (GH-26618) | Terry Jan Reedy | 2021-06-09 | 1 | -199/+204 |
|
|
* | bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593) | Terry Jan Reedy | 2021-06-08 | 1 | -54/+86 |
|
|
* | bpo-43013: Fix old tkinter module names in idlelib (GH-24326) | Terry Jan Reedy | 2021-01-25 | 1 | -5/+5 |
|
|
* | bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491) | Cheryl Sabella | 2021-01-05 | 1 | -1/+9 |
|
|
* | bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) | Mark Roseman | 2020-10-24 | 1 | -5/+7 |
|
|
* | bpo-40443: Remove unused imports in idlelib (GH-19801) | Victor Stinner | 2020-04-30 | 1 | -1/+1 |
|
|
* | bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) | Terry Jan Reedy | 2020-02-11 | 1 | -4/+2 |
|
|
* | bpo-39600, IDLE: Remove duplicated font names (GH-18430) | Victor Stinner | 2020-02-10 | 1 | -2/+3 |
|
|
* | bpo-30780: Add IDLE configdialog tests (#3592) | Cheryl Sabella | 2020-01-27 | 1 | -9/+9 |
|
|
* | bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) | Cheryl Sabella | 2020-01-25 | 1 | -0/+1 |
|
|
* | bpo-39050: The Help button in IDLE's config menu works again (GH-17611) | Zackery Spytz | 2020-01-23 | 1 | -1/+1 |
|
|
* | bpo-4630: Add cursor no-blink option for IDLE (GH-16960) | Zackery Spytz | 2019-11-13 | 1 | -0/+17 |
|
|
* | Fix idlelib typos discovered by min ho, pr 15018. (GH-15029) | Terry Jan Reedy | 2019-07-30 | 1 | -1/+1 |
|
|
* | bpo-37692: Improve highlight config sample (#14983) | Terry Jan Reedy | 2019-07-28 | 1 | -18/+17 |
|
|
* | bpo-37628: Fix IDLE config sample sizes (#14958) | Tal Einat | 2019-07-27 | 1 | -9/+15 |
|
|
* | bpo-17535: IDLE editor line numbers (GH-14030) | Tal Einat | 2019-07-23 | 1 | -0/+26 |
|
|
* | bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822) | Tal Einat | 2019-07-23 | 1 | -7/+31 |
|
|
* | bpo-36390: IDLE: Combine region formatting methods. (GH-12481) | Cheryl Sabella | 2019-07-17 | 1 | -1/+1 |
|
|
* | IDLE: Fix typos in docs and comments (GH-13749) | Xtreak | 2019-06-03 | 1 | -1/+1 |
|
|
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
|
|
* | bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) | Terry Jan Reedy | 2019-03-22 | 1 | -1/+1 |
|
|
* | bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) | Terry Jan Reedy | 2019-01-03 | 1 | -1/+1 |
|
|
* | bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) | Tal Einat | 2018-09-25 | 1 | -4/+35 |
|
|
* | bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) | Tal Einat | 2018-08-02 | 1 | -0/+1 |
|
|
* | bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) | Terry Jan Reedy | 2018-06-19 | 1 | -3/+3 |
|
|
* | bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137) | Terry Jan Reedy | 2018-06-11 | 1 | -3/+4 |
|
|
* | bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) | Cheryl Sabella | 2018-06-02 | 1 | -13/+15 |
|
|
* | bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) | Cheryl Sabella | 2018-06-01 | 1 | -3/+6 |
|
|
* | bpo-32765: Update configdialog General tab create page docstring (GH-5529) | Cheryl Sabella | 2018-02-04 | 1 | -0/+16 |
|
|
* | bpo-32746: Fix multiple typos (GH-5144) | Leo Arias | 2018-02-04 | 1 | -2/+2 |
|
|
* | bpo-30781: Remove unused imports in idlelib.configdialog. (#4627) | Terry Jan Reedy | 2017-11-29 | 1 | -4/+3 |
|
|
* | bpo-31860: Make the font sample in the IDLE font configuration dialog editabl... | Serhiy Storchaka | 2017-10-28 | 1 | -31/+40 |
|
|
* | bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960) | Terry Jan Reedy | 2017-10-17 | 1 | -19/+61 |
|
|
* | bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) | Terry Jan Reedy | 2017-09-30 | 1 | -1/+1 |
|
|
* | bpo-31500: Removed fixed size of IDLE config dialog. (#3664) | Terry Jan Reedy | 2017-09-19 | 1 | -1/+1 |
|
|
* | bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634) | Terry Jan Reedy | 2017-09-18 | 1 | -2/+2 |
|
|
* | bpo-31488: IDLE - update former extensions when options change. (#3612) | Terry Jan Reedy | 2017-09-16 | 1 | -0/+8 |
|
|
* | bpo-30781: IDLE: Fix help button on configdialog (#3238) | Cheryl Sabella | 2017-09-11 | 1 | -3/+3 |
|
|
* | bpo-27099: IDLE - Convert built-in extensions to regular features (#2494) | wohlganger | 2017-09-10 | 1 | -17/+99 |
|
|
* | bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help... | Terry Jan Reedy | 2017-08-30 | 1 | -38/+45 |
|
|
* | bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220) | Terry Jan Reedy | 2017-08-27 | 1 | -3/+11 |
|
|