| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-30781: Remove unused imports in idlelib.configdialog. (GH-4627) (#4630) | Miss Islington (bot) | 2017-11-29 | 1 | -4/+3 |
|
|
* | bpo-31860: Make the font sample in the IDLE font configuration dialog editabl... | Miss Islington (bot) | 2017-10-28 | 1 | -31/+40 |
|
|
* | [3.6] bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (GH... | Miss Islington (bot) | 2017-10-17 | 1 | -19/+61 |
|
|
* | [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839... | Terry Jan Reedy | 2017-09-30 | 1 | -1/+1 |
|
|
* | [3.6] bpo-31500: Removed fixed size of IDLE config dialog. (GH-3664) (#3665) | Miss Islington (bot) | 2017-09-19 | 1 | -1/+1 |
|
|
* | [3.6] bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (... | Miss Islington (bot) | 2017-09-18 | 1 | -2/+2 |
|
|
* | [3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361... | Miss Islington (bot) | 2017-09-16 | 1 | -0/+8 |
|
|
* | [3.6] bpo-30781: IDLE: Fix help button on configdialog (GH-3238) (#3489) | Miss Islington (bot) | 2017-09-11 | 1 | -3/+3 |
|
|
* | [3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2... | Terry Jan Reedy | 2017-09-11 | 1 | -17/+99 |
|
|
* | [3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an... | Terry Jan Reedy | 2017-08-30 | 1 | -38/+45 |
|
|
* | [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests... | Terry Jan Reedy | 2017-08-27 | 1 | -3/+11 |
|
|
* | [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214) | Terry Jan Reedy | 2017-08-26 | 1 | -55/+54 |
|
|
* | [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162) | Cheryl Sabella | 2017-08-20 | 1 | -657/+0 |
|
|
* | [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159) | Cheryl Sabella | 2017-08-20 | 1 | -11/+9 |
|
|
* | [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154) | Cheryl Sabella | 2017-08-19 | 1 | -0/+643 |
|
|
* | [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3... | Terry Jan Reedy | 2017-08-18 | 1 | -156/+221 |
|
|
* | [3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097) | Terry Jan Reedy | 2017-08-15 | 1 | -430/+436 |
|
|
* | [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092) | Terry Jan Reedy | 2017-08-15 | 1 | -183/+225 |
|
|
* | [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018) | Terry Jan Reedy | 2017-08-07 | 1 | -0/+1 |
|
|
* | [3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#... | Terry Jan Reedy | 2017-08-01 | 1 | -15/+27 |
|
|
* | [3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955) | Terry Jan Reedy | 2017-07-30 | 1 | -258/+240 |
|
|
* | [3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (... | Terry Jan Reedy | 2017-07-30 | 1 | -211/+227 |
|
|
* | [3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944) | Terry Jan Reedy | 2017-07-29 | 1 | -29/+32 |
|
|
* | [3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (GH-2936) (... | Terry Jan Reedy | 2017-07-28 | 1 | -5/+5 |
|
|
* | [3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914... | Terry Jan Reedy | 2017-07-28 | 1 | -62/+42 |
|
|
* | [3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925) | Terry Jan Reedy | 2017-07-28 | 1 | -768/+772 |
|
|
* | [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906) | Terry Jan Reedy | 2017-07-27 | 1 | -188/+191 |
|
|
* | [3.6] bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialo... | Terry Jan Reedy | 2017-07-27 | 1 | -0/+55 |
|
|
* | [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2831) (... | Terry Jan Reedy | 2017-07-24 | 1 | -116/+105 |
|
|
* | [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2818) ... | Terry Jan Reedy | 2017-07-23 | 1 | -48/+51 |
|
|
* | [3.6] bpo-30981: IDLE -- Add more configdialog font page tests. (GH-… (#2796) | Terry Jan Reedy | 2017-07-22 | 1 | -46/+37 |
|
|
* | [3.6] bpo-28523: IDLE: Use 'color' instead of 'colour'. (GH-2787) (#2791) | Terry Jan Reedy | 2017-07-21 | 1 | -54/+54 |
|
|
* | [3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi... | terryjreedy | 2017-07-14 | 1 | -45/+437 |
|
|
* | [3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)... | terryjreedy | 2017-07-14 | 1 | -2/+3 |
|
|
* | [3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2... | terryjreedy | 2017-07-11 | 1 | -2/+2 |
|
|
* | [3.6] bpo-30870: IDLE -- fix logic error in eae2537. (GH-2660) (#2661) | terryjreedy | 2017-07-11 | 1 | -2/+5 |
|
|
* | [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ... | terryjreedy | 2017-07-10 | 1 | -22/+1 |
|
|
* | [3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617... | terryjreedy | 2017-07-09 | 1 | -26/+26 |
|
|
* | [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in... | terryjreedy | 2017-07-07 | 1 | -118/+51 |
|
|
* | [3.6] bpo-30777: IDLE: configdialog - add docstrings and improve comments (GH... | terryjreedy | 2017-07-05 | 1 | -128/+297 |
|
|
* | [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2... | terryjreedy | 2017-06-28 | 1 | -0/+15 |
|
|
* | [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421) | terryjreedy | 2017-06-27 | 1 | -810/+815 |
|
|
* | Issue #28572: Add 10% to coverage of IDLE's test_configdialog. | Terry Jan Reedy | 2016-11-07 | 1 | -16/+16 |
|
|
* | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 1 | -3/+3 |
|
|
* | Issue #17642: add larger font sizes for classroom projection. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+2 |
|
|
* | Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets. | Terry Jan Reedy | 2016-07-10 | 1 | -9/+35 |
|
|
* | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 1 | -13/+14 |
|
|
* | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass | Terry Jan Reedy | 2016-06-27 | 1 | -3/+3 |
|
|
* | Issue #22115: Added methods trace_add, trace_remove and trace_info in the | Serhiy Storchaka | 2016-06-26 | 1 | -19/+19 |
|
|
* | Issue #27245: revert temporary rename | Terry Jan Reedy | 2016-06-14 | 1 | -0/+1439 |
|
|