summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test/test_configdialog.py
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...Miss Islington (bot)2017-09-151-0/+1
* [3.6] bpo-31414: IDLE -- fix tk entry box tests by deleting first. (GH-3501) ...Miss Islington (bot)2017-09-111-11/+17
* [3.6] bpo-27099: IDLE - Convert built-in extensions to regular features (GH-2...Terry Jan Reedy2017-09-111-9/+34
* [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...Terry Jan Reedy2017-08-271-4/+4
* [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)Terry Jan Reedy2017-08-261-30/+31
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)Cheryl Sabella2017-08-201-28/+28
* [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3...Terry Jan Reedy2017-08-181-1/+449
* [3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)Terry Jan Reedy2017-08-151-28/+33
* [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)Terry Jan Reedy2017-08-151-5/+384
* [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)Terry Jan Reedy2017-08-071-38/+48
* [3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955)Terry Jan Reedy2017-07-301-26/+27
* [3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (...Terry Jan Reedy2017-07-301-28/+40
* [3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944)Terry Jan Reedy2017-07-291-6/+10
* [3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (GH-2936) (...Terry Jan Reedy2017-07-281-11/+18
* [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)Terry Jan Reedy2017-07-271-9/+183
* [3.6] bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialo...Terry Jan Reedy2017-07-271-2/+92
* [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2831) (...Terry Jan Reedy2017-07-241-81/+108
* [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2818) ...Terry Jan Reedy2017-07-231-8/+12
* [3.6] bpo-30981: IDLE -- Add more configdialog font page tests. (GH-… (#2796)Terry Jan Reedy2017-07-221-19/+38
* [3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)...terryjreedy2017-07-141-18/+95
* [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in...terryjreedy2017-07-071-30/+23
* [3.6] bpo-30780: Fix error in idlelib.test_idle.test_configdialog (GH-2606) (...terryjreedy2017-07-071-1/+1
* [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)terryjreedy2017-06-271-18/+22
* Issue #28572: Use system-specific values for configdialog font testTerry Jan Reedy2016-11-081-8/+12
* Issue #28572: Add 10% to coverage of IDLE's test_configdialog.Terry Jan Reedy2016-11-071-18/+111
* Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-011-0/+1
|\
| * Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-011-0/+1
* | Refine geometry of idlelib htests (and a few other fix-ups).Terry Jan Reedy2016-07-101-1/+1
* | Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.Terry Jan Reedy2016-06-081-2/+0
* | Merge: Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+7
|\ \ | |/
| * Revise and synchronize idle_test.test_configdialog.Terry Jan Reedy2016-06-041-8/+6
* | Merge issue #27196 from 3.5: Stop IDLE test 'application destroyed' warnings.Terry Jan Reedy2016-06-041-3/+3
|\ \ | |/
| * Issue #27196: Stop 'application destroyed' warnings when running IDLE tests.Terry Jan Reedy2016-06-041-4/+5
* | Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-3/+3
|/
* Issue #27044: stop test_idle from leaking by deleting callbacks.Terry Jan Reedy2016-05-171-0/+1
* Issue #21982: Add minimal unittest for configDialog with 46% coverage.Terry Jan Reedy2014-07-151-0/+32