summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* gh-108303: Move config parser data to `Lib/test/configparserdata/` (gh-111879)Nikita Sobolev2023-11-091-4/+4
* gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)Terry Jan Reedy2023-10-181-2/+2
* gh-103668: Run pyugrade on idlelib (#103671)Nikita Sobolev2023-04-231-1/+1
* bpo-38183: Test_idle ignores user config directory GH-16198)Terry Jan Reedy2019-09-161-7/+7
* bpo-27452: IDLE: Cleanup config.py code (GH-14577)Cheryl Sabella2019-07-161-13/+0
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-061-1/+1
* bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)Terry Jan Reedy2019-03-221-4/+0
* bpo-35202: Remove unused imports in idlelib (GH-10438)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-101-1/+0
* bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)Tal Einat2018-09-251-3/+3
* bpo-33906: Rename idlelib.windows as window (#7833)Terry Jan Reedy2018-06-211-2/+2
* bpo-33855: Minimally test all IDLE modules. (GH-7689)Terry Jan Reedy2018-06-151-5/+4
* bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)Terry Jan Reedy2017-09-141-44/+38
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-43/+24
* bpo-30968: Fix test_get_font in IDLE's test_config. (#2769)terryjreedy2017-07-201-1/+1
* bpo-30917: IDLE: Fix mock_config deepcopy to read_string (#2754)Louie Lu2017-07-191-5/+11
* bpo-30917: IDLE: Add config.IdleConf unittests (#2691)Louie Lu2017-07-181-4/+443
* bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclass...Louie Lu2017-07-121-4/+165
* bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)csabella2017-07-111-2/+5
* bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in confi...terryjreedy2017-07-071-2/+84
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-2/+0
* Issue #27821: Fix bug in idlelib.comfig function and add new tests.Terry Jan Reedy2016-08-251-22/+84
* Issue #27173: Fix error in test_config that caused test_idle to fail.Terry Jan Reedy2016-07-101-1/+1
* Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.Terry Jan Reedy2016-07-101-0/+98