| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [3.6] bpo-30934: Document coverage details for idlelib tests (GH-2711) (#2726) | terryjreedy | 2017-07-16 | 1 | -0/+56 |
|
|
* | [3.6] Update idlelib/NEWS.txt. (GH-2703) (#2704) | terryjreedy | 2017-07-14 | 1 | -0/+31 |
|
|
* | [3.6] bpo-30913: IDLE: Document tk vars, attributes, and methods for ConfigDi... | terryjreedy | 2017-07-14 | 1 | -45/+437 |
|
|
* | [3.6] bpo-30870: IDLE: Add configdialog fontlist selection unittest (GH-2666)... | terryjreedy | 2017-07-14 | 3 | -29/+108 |
|
|
* | [3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser su... | terryjreedy | 2017-07-12 | 2 | -30/+196 |
|
|
* | [3.6] bpo-30779: IDLE: fix changes.delete_section calls in configdialog (GH-2... | terryjreedy | 2017-07-11 | 3 | -5/+9 |
|
|
* | [3.6] bpo-30881: IDLE: add docstrings to browser.py (GH-2638) (#2663) | terryjreedy | 2017-07-11 | 1 | -4/+93 |
|
|
* | [3.6] bpo-30870: IDLE -- fix logic error in eae2537. (GH-2660) (#2661) | terryjreedy | 2017-07-11 | 1 | -2/+5 |
|
|
* | [3.6] bpo-30851: IDLE: Remove unused tk variables in configdialog. (GH-2626) ... | terryjreedy | 2017-07-10 | 1 | -22/+1 |
|
|
* | [3.6] bpo-30870: IDLE: Change sample font when select by key-up/down (GH-2617... | terryjreedy | 2017-07-09 | 1 | -26/+26 |
|
|
* | [3.6] bpo-8231: Call idlelib.IdleConf.GetUserCfgDir only once. (GH-2629) (#2631) | terryjreedy | 2017-07-08 | 3 | -7/+7 |
|
|
* | [3.6] bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in... | terryjreedy | 2017-07-07 | 4 | -171/+277 |
|
|
* | [3.6] bpo-30780: Fix error in idlelib.test_idle.test_configdialog (GH-2606) (... | terryjreedy | 2017-07-07 | 1 | -1/+1 |
|
|
* | [3.6] Update idlelib/NEWS.txt with merges upto 2017 Jul 5. (GH-2595) (#2596) | terryjreedy | 2017-07-06 | 1 | -2/+47 |
|
|
* | [3.6] bpo-21624: IDLE -- minor htest fixes (GH-2575) (#2578) | terryjreedy | 2017-07-05 | 2 | -1/+2 |
|
|
* | [3.6] bpo-30777: IDLE: configdialog - add docstrings and improve comments (GH... | terryjreedy | 2017-07-05 | 1 | -128/+297 |
|
|
* | [3.6] bpo-30495: IDLE: improve textview with docstrings, PEP8 names, more tes... | terryjreedy | 2017-06-29 | 5 | -100/+139 |
|
|
* | [3.6] bpo-24813: IDLE tagline is Integrated Development and Learning Environ... | terryjreedy | 2017-06-28 | 1 | -1/+1 |
|
|
* | [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2... | terryjreedy | 2017-06-28 | 3 | -72/+91 |
|
|
* | [3.6] bpo-30674: IDLE: add docstrings to grep.py (GH-2213) (#2434) | terryjreedy | 2017-06-27 | 1 | -12/+54 |
|
|
* | [3.6] bpo-21519: IDLE basic custom key entry better detects duplicates. (GH-2... | terryjreedy | 2017-06-27 | 2 | -7/+13 |
|
|
* | [3.6] bpo-29910: IDLE no longer deletes a character after commenting out a re... | terryjreedy | 2017-06-27 | 10 | -16/+45 |
|
|
* | [3.6] bpo-24813: IDLE: Add build bitness to About Idle title (GH-2380) (#2426) | terryjreedy | 2017-06-27 | 2 | -6/+24 |
|
|
* | [3.6] bpo-30728: IDLE: Refactor configdialog to PEP8 names (GH-2307) (#2421) | terryjreedy | 2017-06-27 | 2 | -828/+837 |
|
|
* | [3.6] bpo-6739: IDLE: Check for valid keybinding in config_keys (GH-2377) (#2... | terryjreedy | 2017-06-26 | 2 | -26/+115 |
|
|
* | [3.6] bpo-24813: IDLE: Add default title to help_about (GH-2366) (#2369) | terryjreedy | 2017-06-24 | 4 | -9/+33 |
|
|
* | [3.6] bpo-24813: IDLE: Add icon to help_about (GH-2335) (#2359) | terryjreedy | 2017-06-23 | 2 | -4/+19 |
|
|
* | [3.6] Fix typo in idlelib.config_key.py (GH-2322) (#2323) | terryjreedy | 2017-06-22 | 1 | -1/+1 |
|
|
* | [3.6] Fix trivial typo in idlelib/config.py (GH-2309) (#2321) | terryjreedy | 2017-06-22 | 1 | -1/+1 |
|
|
* | [3.6]Add IDLE items to NEWS and idlelib/NEWS.txt (#2239) (#2240) | terryjreedy | 2017-06-16 | 1 | -1/+15 |
|
|
* | [3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199) | terryjreedy | 2017-06-14 | 1 | -1/+2 |
|
|
* | bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811) (#2187) | terryjreedy | 2017-06-14 | 1 | -8/+50 |
|
|
* | [3.6]bpo-25514: Improve IDLE's connection refused message (#2177) (#2178) | terryjreedy | 2017-06-14 | 3 | -35/+75 |
|
|
* | [3.6]bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171) (#2172) | terryjreedy | 2017-06-13 | 1 | -0/+1 |
|
|
* | [3.6]bpo-30642: Fix ref leak in idle_test.test_macosx (#2163) (#2165) | terryjreedy | 2017-06-13 | 1 | -0/+4 |
|
|
* | bpo-30642: IDLE: Fix test_query refleak (#2147) (#2161) | terryjreedy | 2017-06-13 | 1 | -0/+1 |
|
|
* | [3.6]bpo-20185: Adjust IDLE test to 3.7 Clinic change [GH-542] (#2116) | terryjreedy | 2017-06-11 | 1 | -4/+4 |
|
|
* | [3.6]bpo-29995: Adjust IDLE test for 3.7 re.escape change [GH-1007] (#2114) | terryjreedy | 2017-06-11 | 1 | -2/+2 |
|
|
* | [3.6] Use Travis to make sure all generated files are up to date (GH-2080) (G... | Zachary Ware | 2017-06-11 | 1 | -4/+4 |
|
|
* | [3.6]bpo-30022: idlelib.run IOError -> OSError [GH-1051] (#2107) | terryjreedy | 2017-06-11 | 1 | -1/+1 |
|
|
* | [3.6]bpo-30144: change idlelib abc import [GH-1263] (#2106) | terryjreedy | 2017-06-11 | 1 | -1/+1 |
|
|
* | [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (#2105) | terryjreedy | 2017-06-11 | 7 | -9/+4 |
|
|
* | [3.6] Remove unused imports (#2104) | terryjreedy | 2017-06-11 | 4 | -4/+0 |
|
|
* | bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)... | terryjreedy | 2017-06-11 | 3 | -42/+62 |
|
|
* | [3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098) | terryjreedy | 2017-06-11 | 1 | -5/+6 |
|
|
* | [3.6] Update idlelib NEWS for 3.6 (GH-2089) (#2097) | terryjreedy | 2017-06-11 | 1 | -3/+26 |
|
|
* | [3.6] bpo-30290: IDLE - pep8 names and tests for help-about (#2070) | terryjreedy | 2017-06-10 | 2 | -99/+222 |
|
|
* | [3.6] IDLE test_textview: add comments and test, increase coverage to 100% (G... | terryjreedy | 2017-06-09 | 2 | -9/+25 |
|
|
* | [3.6] bpo-30303: IDLE: Add _utest argument to textview (GH-1499) (#1916) | Mariatta | 2017-06-06 | 2 | -11/+57 |
|
|
* | import sys before we use it on line 9 (GH-828) (GH-833) | Mariatta | 2017-03-27 | 1 | -1/+2 |
|
|