summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [3.6] bpo-29910: IDLE no longer deletes a character after commenting out a re...terryjreedy2017-06-2710-16/+45
* [3.6] bpo-24813: IDLE: Add build bitness to About Idle title (GH-2380) (#2426)terryjreedy2017-06-272-6/+24
* [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421)terryjreedy2017-06-272-828/+837
* [3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2...terryjreedy2017-06-262-26/+115
* [3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369)terryjreedy2017-06-244-9/+33
* [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335) (#2359)terryjreedy2017-06-232-4/+19
* [3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323)terryjreedy2017-06-221-1/+1
* [3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321)terryjreedy2017-06-221-1/+1
* [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240)terryjreedy2017-06-161-1/+15
* [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199)terryjreedy2017-06-141-1/+2
* bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187)terryjreedy2017-06-141-8/+50
* [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178)terryjreedy2017-06-143-35/+75
* [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] Use Travis to make sure all generated files are up to date (GH-2080) (G...Zachary Ware2017-06-111-4/+4
* [3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107)terryjreedy2017-06-111-1/+1
* [3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106)terryjreedy2017-06-111-1/+1
* [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105)terryjreedy2017-06-117-9/+4
* [3.6] Remove unused imports (#2104)terryjreedy2017-06-114-4/+0
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)...terryjreedy2017-06-113-42/+62
* [3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098)terryjreedy2017-06-111-5/+6
* [3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097)terryjreedy2017-06-111-3/+26
* [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070)terryjreedy2017-06-102-99/+222
* [3.6] IDLE test_textview: add comments and test, increase coverage to 100% (G...terryjreedy2017-06-092-9/+25
* [3.6] bpo-30303: IDLE: Add _utest argument to textview (GH-1499) (#1916)Mariatta2017-06-062-11/+57
* import sys before we use it on line 9 (GH-828) (GH-833)Mariatta2017-03-271-1/+2