summaryrefslogtreecommitdiff
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bpo-32100: IDLE: Fix pathbrowser errors; improve tests. (#4484)Cheryl Sabella2017-11-225-27/+88
* Fix miscellaneous typos (#4275)luzpaz2017-11-054-5/+5
* IDLE -- Restrict shell prompt manipulaton to the shell. (#4143)Terry Jan Reedy2017-10-272-24/+15
* bpo-31860: Make the font sample in the IDLE font configuration dialog editabl...Serhiy Storchaka2017-10-272-34/+43
* bpo-30928: Update idlelib/NEWS.txt to 2017 Oct 17. (#4025)Terry Jan Reedy2017-10-171-0/+39
* bpo-13802: Use non-Latin characters in IDLE's Font settings sample. (#3960)Terry Jan Reedy2017-10-171-19/+61
* bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)Zane Bitter2017-10-182-3/+38
* bpo-25588: Document autotest in idle_test/README.txt. (#4000)Terry Jan Reedy2017-10-141-1/+10
* bpo-30397: Add re.Pattern and re.Match. (#1646)Serhiy Storchaka2017-10-041-1/+1
* IDLE: make filetypes a tuple constant. (#3847)Terry Jan Reedy2017-10-011-2/+2
* bpo-31460: Simplify the API of IDLE's Module Browser. (#3842)Terry Jan Reedy2017-09-303-47/+36
* bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (#3839)Terry Jan Reedy2017-09-306-6/+6
* bpo-31459: Rename IDLE's module browser from Class Browser to Module Browser....Cheryl Sabella2017-09-236-37/+37
* bpo-31559: Remove test order dependence in idle_test.test_browser. (#3708)Terry Jan Reedy2017-09-231-17/+34
* bpo-1612262: IDLE: Class Browser shows nested functions, classes (#2573)Cheryl Sabella2017-09-223-157/+326
* bpo-31500: IDLE: Scale default fonts on HiDPI displays. (#3639)Serhiy Storchaka2017-09-213-0/+19
* bpo-31500: Removed fixed size of IDLE config dialog. (#3664)Terry Jan Reedy2017-09-191-1/+1
* bpo-30928: Update idlelib/NEWS.txt to 2017 Sep 17. (#3635)Terry Jan Reedy2017-09-171-0/+19
* bpo-31502: IDLE Configdialog again deletes custom themes and keysets. (#3634)Terry Jan Reedy2017-09-171-2/+2
* bpo-31493: Fix code context update and font update timers. (#3622)Terry Jan Reedy2017-09-171-26/+26
* bpo-31488: IDLE - update former extensions when options change. (#3612)Terry Jan Reedy2017-09-163-25/+28
* bpo-314777: IDLE - improve rstrip entry in doc (#3602)Terry Jan Reedy2017-09-151-2/+4
* bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)Terry Jan Reedy2017-09-143-45/+40
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-143-31/+31
* 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-101-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-192-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-172-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-142-188/+609
* bpo-19903: IDLE: Calltips changed to use inspect.signature (#2822)Louie Lu2017-08-092-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