summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/codecontext.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-17535: IDLE editor line numbers (GH-14030)Miss Islington (bot)2019-07-231-8/+27
* bpo-33610: IDLE's code-context always shows current context immediately (GH-1...Miss Islington (bot)2019-07-181-4/+7
* bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)Miss Islington (bot)2019-07-171-38/+33
* bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)Cheryl Sabella2018-12-221-0/+4
* bpo-35202: Remove unused imports in idlelib (GH-10438)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-101-1/+1
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-191-3/+5
* bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...Cheryl Sabella2018-06-081-0/+15
* bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)Cheryl Sabella2018-06-041-21/+25
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Cheryl Sabella2018-06-021-14/+14
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Cheryl Sabella2018-06-011-8/+7
* bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)Cheryl Sabella2018-05-241-40/+38
* bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)Cheryl Sabella2018-05-191-13/+50
* bpo-33564: Add async to IDLE's code context block openers. (GH-6960)Terry Jan Reedy2018-05-181-1/+1
* bpo-31493: Fix code context update and font update timers. (#3622)Terry Jan Reedy2017-09-171-26/+26
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-10/+16
* bpo-29910: IDLE no longer deletes a character after commenting out a region (...Serhiy Storchaka2017-06-271-0/+1
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-2/+4
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-3/+3
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-0/+176