summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-31460: Simplify the API of IDLE's Module Browser. (GH-3842) (#3843)Terry Jan Reedy2017-10-011-10/+4
* [3.6] bpo-31459: Rename IDLE's module browser from Class Browser to Module Br...Miss Islington (bot)2017-09-232-22/+22
* [3.6] bpo-31559: Remove test order dependence in idle_test.test_browser. (GH-...Miss Islington (bot)2017-09-231-17/+34
* [3.6] bpo-1612262: IDLE: Class Browser shows nested functions, classes (GH-2...Terry Jan Reedy2017-09-221-0/+242
* [3.6] bpo-31488: IDLE - update former extensions when options change. (GH-361...Miss Islington (bot)2017-09-161-1/+1
* [3.6] bpo-31462: IDLE - remove trailing whitespaces (GH-3564) (#3594)Terry Jan Reedy2017-09-151-1/+1
* [3.6] bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (G...Miss Islington (bot)2017-09-152-44/+39
* [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-112-52/+58
* [3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)Terry Jan Reedy2017-08-271-0/+172
* [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-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...Terry Jan Reedy2017-08-101-9/+35
* [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-272-10/+188
* [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-30917: IDLE: Add config.IdleConf unittests (GH-2691) (#2753)terryjreedy2017-07-201-4/+449
* [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726)terryjreedy2017-07-161-0/+56
* [3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)...terryjreedy2017-07-142-27/+105
* [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su...terryjreedy2017-07-121-4/+165
* [3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2...terryjreedy2017-07-111-2/+5
* [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in...terryjreedy2017-07-072-32/+107
* [3.6] bpo-30780: Fix error in idlelib.test_idle.test_configdialog (GH-2606) (...terryjreedy2017-07-071-1/+1
* [3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tes...terryjreedy2017-06-293-55/+74
* [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2...terryjreedy2017-06-281-37/+31
* [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2...terryjreedy2017-06-271-4/+10
* [3.6] bpo-29910: IDLE no longer deletes a character after commenting out a re...terryjreedy2017-06-271-4/+4
* [3.6] bpo-24813: IDLE: Add build bitness to About Idle title (GH-2380) (#2426)terryjreedy2017-06-271-2/+10
* [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)terryjreedy2017-06-271-18/+22
* [3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2...terryjreedy2017-06-261-8/+71
* [3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)terryjreedy2017-06-241-0/+23
* [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335) (#2359)terryjreedy2017-06-231-0/+7
* [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172)terryjreedy2017-06-131-0/+1
* [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165)terryjreedy2017-06-131-0/+4
* bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161)terryjreedy2017-06-131-0/+1
* [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116)terryjreedy2017-06-111-4/+4
* [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114)terryjreedy2017-06-111-2/+2
* [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)terryjreedy2017-06-114-6/+2
* [3.6] Remove unused imports (#2104)terryjreedy2017-06-112-2/+0