summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
Commit message (Expand)AuthorAgeFilesLines
* bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)Cheryl Sabella2017-08-271-0/+172
* bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220)Terry Jan Reedy2017-08-271-4/+4
* bpo-30781: IDLE - use ttk widgets in configdialog (#2654)Cheryl Sabella2017-08-261-30/+31
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)Cheryl Sabella2017-08-201-28/+28
* bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)Cheryl Sabella2017-08-181-1/+449
* bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096)Cheryl Sabella2017-08-151-28/+33
* bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)Cheryl Sabella2017-08-151-5/+384
* bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)Louie Lu2017-08-101-12/+37
* bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016)Terry Jan Reedy2017-08-071-38/+48
* bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952)csabella2017-07-301-26/+27
* bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)csabella2017-07-301-28/+40
* bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)Terry Jan Reedy2017-07-291-6/+10
* bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936)Terry Jan Reedy2017-07-281-11/+18
* bpo-31003: IDLE - Add more tests for General tab (#2859)Terry Jan Reedy2017-07-272-10/+188
* bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2...csabella2017-07-261-2/+92
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)Terry Jan Reedy2017-07-241-81/+108
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)Terry Jan Reedy2017-07-231-8/+12
* bpo-30981: IDLE: Augment one configdialog font page test (#2810)Terry Jan Reedy2017-07-221-13/+23
* bpo-30981: temporarity skip failing IDLE test class (#2798)Terry Jan Reedy2017-07-211-0/+2
* bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)Terry Jan Reedy2017-07-211-18/+25
* 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-30934: Document coverage details for idlelib tests (#2711)terryjreedy2017-07-161-0/+56
* bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666)Louie Lu2017-07-142-27/+105
* 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-072-32/+107
* bpo-30780: Fix error in idlelib.test_idle.test_configdialog (#2606)terryjreedy2017-07-071-1/+1
* bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tests. (#...csabella2017-06-293-55/+74
* bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)wohlganger2017-06-281-37/+31
* bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)terryjreedy2017-06-271-4/+10
* bpo-29910: IDLE no longer deletes a character after commenting out a region (...Serhiy Storchaka2017-06-271-4/+4
* bpo-24813: IDLE: Add build bitness to About Idle title (#2380)csabella2017-06-271-2/+10
* bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307)csabella2017-06-261-18/+22
* bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)csabella2017-06-261-8/+71
* bpo-24813: IDLE: Add default title to help_about (#2366)csabella2017-06-241-0/+23
* bpo-24813: IDLE: Add icon to help_about (#2335)csabella2017-06-231-0/+7
* bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)terryjreedy2017-06-131-0/+1
* Fix ref leak in idle_test.test_macosx (#2163)terryjreedy2017-06-131-0/+4
* bpo-30642: IDLE: Fix test_query refleak (#2147)mlouielu2017-06-131-0/+1
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)csabella2017-05-282-15/+16
* IDLE test_help_about: edit and add test. (#1838)terryjreedy2017-05-281-47/+75
* bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)csabella2017-05-271-9/+9
* bpo-30290: IDLE: Add more tests for help_about dialog (#1697)mlouielu2017-05-211-0/+63
* IDLE test_textview: add comments and test, increase coverage to 100% (#1641)terryjreedy2017-05-181-9/+24
* bpo-30303: IDLE: Add _utest argument to textview (#1499)Louie Lu2017-05-171-1/+41
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-131-2/+2
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-274-6/+2
* bpo-20185: Convert list object implementation to Argument Clinic. (#542)Serhiy Storchaka2017-03-111-4/+4