summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
Commit message (Expand)AuthorAgeFilesLines
* bpo-15786: Fix IDLE autocomplete return problem. (#2198)terryjreedy2017-06-141-1/+2
* bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)mlouielu2017-06-141-8/+50
* bpo-25514: Improve IDLE's connection refused message (#2177)terryjreedy2017-06-143-35/+75
* bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)terryjreedy2017-06-131-0/+1
* Fix ref leak in idle_test.test_macosx (#2163)terryjreedy2017-06-131-0/+4
* bpo-30642: IDLE: Fix test_query refleak (#2147)mlouielu2017-06-131-0/+1
* Show what's changed when Travis fails regen check (GH-2095)Zachary Ware2017-06-111-4/+4
* Update idlelib NEWS for 3.7 (#2089)terryjreedy2017-06-111-3/+21
* bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)csabella2017-05-283-42/+62
* IDLE test_help_about: edit and add test. (#1838)terryjreedy2017-05-281-47/+75
* bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)csabella2017-05-272-95/+119
* bpo-30290: IDLE: Add more tests for help_about dialog (#1697)mlouielu2017-05-212-28/+99
* IDLE test_textview: add comments and test, increase coverage to 100% (#1641)terryjreedy2017-05-182-9/+25
* bpo-30303: IDLE: Add _utest argument to textview (#1499)Louie Lu2017-05-172-11/+57
* bpo-30166: Import command-line parsing modules only when needed. (#1293)Serhiy Storchaka2017-05-041-4/+6
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-241-1/+1
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-1/+1
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-131-2/+2
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-278-10/+4
* import sys before we use it on line 9 (#828)Jelle Zijlstra2017-03-271-1/+2
* bpo-20185: Convert list object implementation to Argument Clinic. (#542)Serhiy Storchaka2017-03-111-4/+4
* Change some mercurial/ hg.python.org references. (#8)Senthil Kumaran2017-02-161-1/+1
* Merge with 3.6Terry Jan Reedy2017-01-051-3/+3
|\
| * Issue #29162: Don't depend on 'from tkinter import *' importing sys.Terry Jan Reedy2017-01-051-3/+3
* | Merge with 3.6Terry Jan Reedy2017-01-021-4/+4
|\ \ | |/
| * Issue #29071: Use local flags for IDLE colorizer string prefix matcher.Terry Jan Reedy2017-01-021-4/+4
* | Merge with 3.6Terry Jan Reedy2016-12-271-3/+10
|\ \ | |/
| * Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes).Terry Jan Reedy2016-12-271-3/+10
* | Remove unused imports.Serhiy Storchaka2016-12-164-4/+0
|/
* Issue #28572: Use system-specific values for configdialog font testTerry Jan Reedy2016-11-082-8/+14
* Issue #28572: Add 10% to coverage of IDLE's test_configdialog.Terry Jan Reedy2016-11-074-75/+181
* Issue #25488: merge idle.py from 3.5.Terry Jan Reedy2016-09-301-6/+9
|\
| * Issue #25488: Stpp idle.py from adding a entry when it is a duplicate.Terry Jan Reedy2016-09-301-6/+8
* | Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.Terry Jan Reedy2016-09-302-677/+669
|\ \ | |/
| * Move idlelib/NEWS.txt entries for 2.x into a separate file -- NEWS2x.txt.Terry Jan Reedy2016-09-302-667/+669
| * IDLE NEWS item and ack.Terry Jan Reedy2016-09-291-0/+3
* | Issue #28300: Merge from 3.5Berker Peksag2016-09-281-1/+1
|\ \ | |/
| * Issue #28300: Fix typos, patch by Shlomi FishBerker Peksag2016-09-281-1/+1
* | Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-124-25/+51
|\ \ | |/
| * Issue #15308: Add 'interrupt execution' (^C) to Shell menu.Terry Jan Reedy2016-09-123-26/+49
* | IDLE newx items. merge from 3.5Terry Jan Reedy2016-09-101-1/+15
|\ \ | |/
| * IDLE newx items.Terry Jan Reedy2016-09-101-0/+7
| * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-084-11/+11
* | Issue #27922: IDLE tests no longer flash tk widgets (Merge 3.5).Terry Jan Reedy2016-09-019-6/+21
|\ \ | |/
| * Issue #27922: IDLE tests no longer flash tk widgets.Terry Jan Reedy2016-09-016-5/+13
* | Improve idlelib.textview comments.Terry Jan Reedy2016-08-311-7/+6
* | Issue #27891: Tweak new idlelib README entry.Terry Jan Reedy2016-08-311-2/+2
* | Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-3147-122/+197
* | Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2