summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config.py
Commit message (Expand)AuthorAgeFilesLines
* gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)Terry Jan Reedy2023-10-181-3/+7
* gh-95597: Fix typo in Lib directory files (#95599)Jo, Yunjin2022-08-031-1/+1
* Fix typos in multiple files (GH-26689)Binbin2021-06-131-1/+1
* bpo-4630: Add cursor no-blink option for IDLE (GH-16960)Zackery Spytz2019-11-131-0/+2
* bpo-38183: Test_idle ignores user config directory GH-16198)Terry Jan Reedy2019-09-161-12/+16
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-3/+7
* bpo-27452: IDLE: Cleanup config.py code (GH-14577)Cheryl Sabella2019-07-161-26/+9
* bpo-5680: IDLE: Customize running a module (GH-13763)Cheryl Sabella2019-06-181-1/+4
* IDLE: Fix typos in docs and comments (GH-13749)Xtreak2019-06-031-1/+1
* bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)Terry Jan Reedy2019-03-221-27/+12
* bpo-35213: Where appropriate, use 'macOS' in idlelib. (#10478)Terry Jan Reedy2018-11-151-6/+5
* bpo-33855: Still more edits and minimal tests for IDLE (GH-7784)Terry Jan Reedy2018-06-191-4/+4
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Cheryl Sabella2018-06-021-0/+2
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-4/+25
* bpo-30917: IDLE: Add config.IdleConf unittests (#2691)Louie Lu2017-07-181-14/+8
* bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclass...Louie Lu2017-07-121-26/+31
* bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)csabella2017-07-111-1/+2
* bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (#2629)terryjreedy2017-07-081-3/+3
* bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in confi...terryjreedy2017-07-071-21/+119
* Fix trivial typo in idlelib/config.py (GH-2309)KunYuChen2017-06-211-1/+1
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+1
* Issue #28572: Add 10% to coverage of IDLE's test_configdialog.Terry Jan Reedy2016-11-071-10/+17
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-1/+1
* Issue #27821: Fix bug in idlelib.comfig function and add new tests.Terry Jan Reedy2016-08-251-1/+1
* Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-101-47/+83
* Issue #27452: add line counter and crc to IDLE config test dump.Terry Jan Reedy2016-07-061-9/+20
* Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.Terry Jan Reedy2016-06-101-12/+8
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-5/+5
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-0/+760