summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-31421: Document how IDLE runs tkinter programs. (#3513)Terry Jan Reedy2017-09-121-10/+30
* bpo-27099: Finish updating IDLE doc and help text. (#3510)Terry Jan Reedy2017-09-121-16/+7
* bpo-30928: Update idlelib/NEWS.txt to 2017-09-11. (#3503)Terry Jan Reedy2017-09-111-0/+46
* bpo-31414: IDLE -- fix tk entry box tests by deleting first. (#3501)Terry Jan Reedy2017-09-111-11/+17
* bpo-30781: IDLE: Fix help button on configdialog (#3238)Cheryl Sabella2017-09-111-3/+3
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-1019-252/+428
* bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, and Help...Terry Jan Reedy2017-08-301-38/+45
* bpo-30617: IDLE: docstrings and unittest for outwin.py (#2046)Cheryl Sabella2017-08-272-62/+274
* bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests. (#3220)Terry Jan Reedy2017-08-272-7/+15
* bpo-30781: IDLE - use ttk widgets in configdialog (#2654)Cheryl Sabella2017-08-262-85/+85
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3160)Cheryl Sabella2017-08-201-657/+0
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3156)Cheryl Sabella2017-08-202-39/+37
* bpo-31206: IDLE: Factor HighPage class from ConfigDialog (#3141)Cheryl Sabella2017-08-181-0/+643
* bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123)Cheryl Sabella2017-08-182-157/+670
* bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (#3098)Terry Jan Reedy2017-08-151-1/+29
* bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (#3096)Cheryl Sabella2017-08-152-457/+468
* bpo-31002: IDLE: Add tests for configdialog keys tab (#2996)Cheryl Sabella2017-08-152-188/+609
* bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)Louie Lu2017-08-102-26/+59
* bpo-31130: IDLE -- stop leaks in test_configdialog. (#3016)Terry Jan Reedy2017-08-072-38/+49
* bpo-29910: IDLE - revert `break`s that disabled calltip close. (#2997)Terry Jan Reedy2017-08-071-4/+4
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* bpo-31083: IDLE: Describe the Page classes in configdialog (#2965)csabella2017-08-011-15/+27
* bpo-31050: IDLE: Factor GenPage class from ConfigDialog (#2952)csabella2017-07-302-284/+267
* bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (#2905)csabella2017-07-302-239/+267
* bpo-30928: Update IDLE News.txt. (#2948)Terry Jan Reedy2017-07-301-2/+40
* bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (#2938)Terry Jan Reedy2017-07-292-35/+42
* bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (#2936)Terry Jan Reedy2017-07-282-16/+23
* bpo-30853: IDLE: Convert font and general vars to use VarTrace (#2914)csabella2017-07-281-62/+42
* bpo-31060: IDLE: Finish regrouping ConfigDialog methods (#2908)Terry Jan Reedy2017-07-271-768/+772
* bpo-31003: IDLE - Add more tests for General tab (#2859)Terry Jan Reedy2017-07-273-198/+379
* bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialog. (#2...csabella2017-07-262-2/+147
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2831)Terry Jan Reedy2017-07-242-197/+213
* bpo-30993: IDLE - Improve configdialog font page and tests. (#2818)Terry Jan Reedy2017-07-232-56/+63
* bpo-30981: IDLE: Augment one configdialog font page test (#2810)Terry Jan Reedy2017-07-222-14/+32
* bpo-30981: temporarity skip failing IDLE test class (#2798)Terry Jan Reedy2017-07-212-3/+5
* bpo-30981: IDLE -- Add more configdialog font page tests. (#2794)Terry Jan Reedy2017-07-212-63/+53
* bpo-28523: IDLE: Use 'color' instead of 'colour'. (#2787)Terry Jan Reedy2017-07-211-54/+54
* 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-182-18/+451
* bpo-30934: Document coverage details for idlelib tests (#2711)terryjreedy2017-07-161-0/+56
* Update idlelib/NEWS.txt. (#2703)terryjreedy2017-07-141-0/+31
* bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDialog (...csabella2017-07-141-45/+437
* bpo-30870: IDLE: Add configdialog fontlist selection unittest (#2666)Louie Lu2017-07-143-29/+108
* bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclass...Louie Lu2017-07-122-30/+196
* bpo-30779: IDLE: fix changes.delete_section calls in configdialog (#2667)csabella2017-07-113-5/+9
* bpo-30881: IDLE: add docstrings to browser.py (#2638)csabella2017-07-111-4/+93
* bpo-30870: IDLE -- fix logic error in eae2537. (#2660)terryjreedy2017-07-111-2/+5
* bpo-30851: IDLE: Remove unused tk variables in configdialog. (#2626)csabella2017-07-101-22/+1
* bpo-30870: IDLE: Change sample font when select by key-up/down (#2617)Louie Lu2017-07-091-26/+26