summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* 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