summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-31051: Rearrange IDLE condigdialog GenPage into Window, Editor, an...Terry Jan Reedy2017-08-301-38/+45
* [3.6] bpo-30617: IDLE: docstrings and unittest for outwin.py (GH-2046) (#3223)Terry Jan Reedy2017-08-272-62/+274
* [3.6] bpo-31287: IDLE - do not alter tkinter.messagebox in configdialog tests...Terry Jan Reedy2017-08-272-7/+15
* [3.6] bpo-30781: IDLE - use ttk widgets in configdialog (GH-2654) (#3214)Terry Jan Reedy2017-08-262-85/+85
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3160) (#3162)Cheryl Sabella2017-08-201-657/+0
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3156) (#3159)Cheryl Sabella2017-08-202-39/+37
* [3.6] bpo-31206: IDLE: Factor HighPage class from ConfigDialog (GH-3141) (#3154)Cheryl Sabella2017-08-191-0/+643
* [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3...Terry Jan Reedy2017-08-182-157/+670
* [3.6] bpo-30928: Update idlelib/NEWS.txt to 2017-08-15. (GH-3098) (#3099)Terry Jan Reedy2017-08-151-1/+29
* [3.6] bpo-31205: IDLE: Factor KeysPage class from ConfigDialog (GH-3096) (#3097)Terry Jan Reedy2017-08-152-458/+469
* [3.6] bpo-31002: IDLE: Add tests for configdialog keys tab (GH-2996) (#3092)Terry Jan Reedy2017-08-152-188/+609
* [3.6] bpo-19903: IDLE: Calltips changed to use inspect.signature (GH-2822) (#...Terry Jan Reedy2017-08-102-23/+57
* [3.6] bpo-31130: IDLE -- stop leaks in test_configdialog. (GH-3016) (#3018)Terry Jan Reedy2017-08-072-38/+49
* [3.6] bpo-29910: IDLE - revert `break`s that disabled calltip close. (GH-2997...Terry Jan Reedy2017-08-071-4/+4
* [3.6] bpo-31083: IDLE: Describe the Page classes in configdialog (GH-2965) (#...Terry Jan Reedy2017-08-011-15/+27
* [3.6] bpo-31050: IDLE: Factor GenPage class from ConfigDialog (GH-2952) (#2955)Terry Jan Reedy2017-07-302-284/+267
* [3.6] bpo-31004: IDLE: Factor out FontPage class from configdialog (step 1) (...Terry Jan Reedy2017-07-302-239/+267
* [3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (#2949)Terry Jan Reedy2017-07-301-2/+40
* [3.6] bpo-30781: IDLE - Use ttk Notebook in ConfigDialog (GH-2938) (#2944)Terry Jan Reedy2017-07-292-35/+42
* [3.6] bpo-30853: IDLE - touch-up configdialog.VarTrace and tests. (GH-2936) (...Terry Jan Reedy2017-07-282-16/+23
* [3.6] bpo-30853: IDLE: Convert font and general vars to use VarTrace (GH-2914...Terry Jan Reedy2017-07-281-62/+42
* [3.6] bpo-31060: IDLE: Finish regrouping ConfigDialog methods (GH-2908) (#2925)Terry Jan Reedy2017-07-281-768/+772
* [3.6] bpo-31003: IDLE - Add more tests for General tab (GH-2859) (#2906)Terry Jan Reedy2017-07-273-198/+379
* [3.6] bpo-30853: IDLE: Factor a VarTrace class from configdialog.ConfigDialo...Terry Jan Reedy2017-07-272-2/+147
* [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2831) (...Terry Jan Reedy2017-07-242-197/+213
* [3.6] bpo-30993: IDLE - Improve configdialog font page and tests. (GH-2818) ...Terry Jan Reedy2017-07-232-56/+63
* [3.6] bpo-30981: IDLE -- Add more configdialog font page tests. (GH-… (#2796)Terry Jan Reedy2017-07-222-65/+75
* [3.6] bpo-28523: IDLE: Use 'color' instead of 'colour'. (GH-2787) (#2791)Terry Jan Reedy2017-07-211-54/+54
* [3.6] bpo-30917: IDLE: Add config.IdleConf unittests (GH-2691) (#2753)terryjreedy2017-07-202-18/+457
* [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726)terryjreedy2017-07-161-0/+56
* [3.6] Update idlelib/NEWS.txt. (GH-2703) (#2704)terryjreedy2017-07-141-0/+31
* [3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi...terryjreedy2017-07-141-45/+437
* [3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)...terryjreedy2017-07-143-29/+108
* [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su...terryjreedy2017-07-122-30/+196
* [3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2...terryjreedy2017-07-113-5/+9
* [3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663)terryjreedy2017-07-111-4/+93
* [3.6] bpo-30870: IDLE -- fix logic error in eae2537. (GH-2660) (#2661)terryjreedy2017-07-111-2/+5
* [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ...terryjreedy2017-07-101-22/+1
* [3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617...terryjreedy2017-07-091-26/+26
* [3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631)terryjreedy2017-07-083-7/+7
* [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in...terryjreedy2017-07-074-171/+277
* [3.6] bpo-30780: Fix error in idlelib.test_idle.test_configdialog (GH-2606) (...terryjreedy2017-07-071-1/+1
* [3.6] Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (GH-2595) (#2596)terryjreedy2017-07-061-2/+47
* [3.6] bpo-21624: IDLE -- minor htest fixes (GH-2575) (#2578)terryjreedy2017-07-052-1/+2
* [3.6] bpo-30777: IDLE: configdialog - add docstrings and improve comments (GH...terryjreedy2017-07-051-128/+297
* [3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tes...terryjreedy2017-06-295-100/+139
* [3.6] bpo-24813: IDLE tagline is Integrated Development and Learning Environ...terryjreedy2017-06-281-1/+1
* [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2...terryjreedy2017-06-283-72/+91
* [3.6] bpo-30674: IDLE: add docstrings to grep.py (GH-2213) (#2434)terryjreedy2017-06-271-12/+54
* [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2...terryjreedy2017-06-272-7/+13