Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40443: Remove unused imports in idlelib (GH-19801) | Victor Stinner | 2020-04-30 | 1 | -1/+0 |
| | |||||
* | bpo-37628: Fix IDLE config sample sizes (#14958) | Tal Einat | 2019-07-27 | 1 | -37/+56 |
| | | | | The boxes for the font and highlight samples are now constrained by the overall config dialog size. They gain scrollbars when the when a large font size makes the samples too large for the box. | ||||
* | bpo-1529353: IDLE: squeeze large output in the shell (GH-7626) | Tal Einat | 2018-09-25 | 1 | -16/+52 |
| | |||||
* | bpo-34548: IDLE: use configured theme colors in TextView (GH-9008) | Tal Einat | 2018-09-23 | 1 | -5/+4 |
| | | | https://bugs.python.org/issue34548 | ||||
* | bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616) | Tal Einat | 2018-08-02 | 1 | -2/+4 |
| | |||||
* | bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) | Tal Einat | 2018-08-02 | 1 | -0/+1 |
| | | | | Added missing .grab_release() calls to all places where we call .grab_set(). | ||||
* | bpo-33855: Still more edits and minimal tests for IDLE (GH-7784) | Terry Jan Reedy | 2018-06-19 | 1 | -2/+3 |
| | | | | | Part 3 of 3, continuing PR #7689. This covers 14 idlelib modules and their tests, rpc to zoomheight except for run (already done) and tooltip (being done separately). | ||||
* | bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646) | Terry Jan Reedy | 2018-02-12 | 1 | -1/+1 |
| | | | | | Using the system and place-dependent default encoding for open() is a bad idea for IDLE's system and location-independent files. | ||||
* | bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839) | Terry Jan Reedy | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. ↵ | csabella | 2017-06-29 | 1 | -44/+64 |
| | | | | | | | (#2283) 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. | ||||
* | bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839) | csabella | 2017-05-28 | 1 | -27/+46 |
| | | | | | Patch by Cheryl Sabella. | ||||
* | IDLE test_textview: add comments and test, increase coverage to 100% (#1641) | terryjreedy | 2017-05-18 | 1 | -0/+1 |
| | |||||
* | bpo-30303: IDLE: Add _utest argument to textview (#1499) | Louie Lu | 2017-05-17 | 1 | -10/+16 |
| | |||||
* | Improve idlelib.textview comments. | Terry Jan Reedy | 2016-08-31 | 1 | -7/+6 |
| | |||||
* | Issue #27891: Consistently group and sort imports within idlelib modules. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Issue #27365: revert temporary rename | Terry Jan Reedy | 2016-06-22 | 1 | -0/+91 |
| | |||||
* | Issue #27365: temporary rename | Terry Jan Reedy | 2016-06-22 | 1 | -87/+0 |
| | |||||
* | Issue *24750: Switch all scrollbars in IDLE to ttk versions. | Terry Jan Reedy | 2016-06-10 | 1 | -1/+2 |
| | | | | Where needed, add minimal tests to cover changes. | ||||
* | Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files. | Terry Jan Reedy | 2016-05-22 | 1 | -0/+86 |