| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) | Terry Jan Reedy | 2019-06-18 | 1 | -2/+3 |
|
|
* | bpo-5680: IDLE: Customize running a module (GH-13763) | Cheryl Sabella | 2019-06-18 | 1 | -0/+9 |
|
|
* | IDLE: Fix typos in docs and comments (GH-13749) | Xtreak | 2019-06-03 | 1 | -1/+1 |
|
|
* | bpo-35598: IDLE: Update config_key.py with PEP8 names (GH-11330) | Cheryl Sabella | 2018-12-28 | 1 | -2/+1 |
|
|
* | bpo-35133: Fix mistakes when concatenate string literals on different lines. ... | Serhiy Storchaka | 2018-11-05 | 1 | -4/+4 |
|
|
* | bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) | Tal Einat | 2018-09-25 | 1 | -1/+1 |
|
|
* | bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-... | Tal Einat | 2018-08-05 | 1 | -0/+3 |
|
|
* | bpo-33975: Avoid small type when running IDLE's htests. (GH-7944) | Terry Jan Reedy | 2018-06-27 | 1 | -0/+1 |
|
|
* | bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881) | Terry Jan Reedy | 2018-06-23 | 1 | -10/+0 |
|
|
* | bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser.... | Cheryl Sabella | 2017-09-23 | 1 | -1/+1 |
|
|
* | bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#... | csabella | 2017-06-29 | 1 | -10/+10 |
|
|
* | Issue #27620: Make htest box respond to <Return> and <Escape>. | Terry Jan Reedy | 2016-07-28 | 1 | -6/+12 |
|
|
* | Issue #27620: Escape key closes Query box as cancelled. | Terry Jan Reedy | 2016-07-26 | 1 | -3/+3 |
|
|
* | Issue #27477: Convert IDLE search dialogs to using ttk widgets. | Terry Jan Reedy | 2016-07-11 | 1 | -0/+7 |
|
|
* | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 1 | -13/+17 |
|
|
* | Issue 27437: Add query.ModuleName and use it for file => Load Module. | Terry Jan Reedy | 2016-07-03 | 1 | -2/+3 |
|
|
* | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass | Terry Jan Reedy | 2016-06-27 | 1 | -12/+11 |
|
|
* | Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled. | Terry Jan Reedy | 2016-06-21 | 1 | -1/+2 |
|
|
* | Issue #27239: Continue refactoring idlelib.macosx and adding macosx tests. | Terry Jan Reedy | 2016-06-12 | 1 | -2/+0 |
|
|
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 1 | -1/+2 |
|
|
* | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed. | Terry Jan Reedy | 2016-06-08 | 1 | -2/+2 |
|
|
* | Issue #24225: Within idlelib files, update idlelib module names. | Terry Jan Reedy | 2016-05-28 | 1 | -33/+33 |
|
|
* | Issue #25507: revert incorrect movement of idleConf import in c548ad75160c. | Terry Jan Reedy | 2016-01-27 | 1 | -0/+3 |
|
|
* | Issue #25507: move test-specific imports to test function (idlelib.IOBinding). | Terry Jan Reedy | 2015-10-30 | 1 | -3/+5 |
|
|
* | Issue #24782: Finish converting the Configure Extension dialog into a new | Terry Jan Reedy | 2015-10-14 | 1 | -10/+2 |
|
|
* | Issue #16893: Replace help.txt with idle.html for Idle doc display. | Terry Jan Reedy | 2015-09-20 | 1 | -7/+7 |
|
|
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 1 | -0/+9 |
|
|
* | Issue #22186: Fix typos in Lib/. | Berker Peksag | 2014-10-19 | 1 | -1/+1 |
|
|
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -18/+47 |
|
|
* | Issue #21477: Update htest docstring and remove extraneous differences between | Terry Jan Reedy | 2014-06-01 | 1 | -9/+18 |
|
|
* | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 1 | -8/+57 |
|
|
* | Issue #21477: Add htests for Search and Replace dialogs. | Terry Jan Reedy | 2014-05-27 | 1 | -6/+20 |
|
|
* | Issue #21477: Idle htest: modify run; add more tests. | Terry Jan Reedy | 2014-05-25 | 1 | -36/+73 |
|
|
* | Issue #21477: Idle htest: merge and modify run and runall; add many tests. | Terry Jan Reedy | 2014-05-24 | 1 | -23/+191 |
|
|
* | Issue #21477: idle htests - lower case function names, other cleanups. | Terry Jan Reedy | 2014-05-19 | 1 | -20/+19 |
|
|
* | Issue #18104: revise docstrings, remove obsolete comments. | Terry Jan Reedy | 2014-05-16 | 1 | -29/+32 |
|
|
* | whitespace | Terry Jan Reedy | 2014-05-12 | 1 | -1/+0 |
|
|
* | Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin | Terry Jan Reedy | 2014-05-12 | 1 | -0/+91 |
|
|