summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/autocomplete_w.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)Terry Jan Reedy2021-09-151-1/+1
* bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)Kaustubh J2021-06-111-0/+1
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Tal Einat2021-05-281-27/+36
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Tal Einat2021-05-271-1/+7
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-031-2/+5
* bpo-40443: Remove unused imports in idlelib (GH-19801)Victor Stinner2020-04-301-1/+1
* bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)JohnnyNajera2019-12-101-0/+1
* bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)JohnnyNajera2019-12-091-1/+1
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Tal Einat2019-08-141-2/+13
* bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)Terry Jan Reedy2019-08-041-14/+18
* bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)Terry Jan Reedy2019-03-111-1/+1
* bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)Terry Jan Reedy2019-01-031-1/+1
* bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)Terry Jan Reedy2018-06-211-2/+2
* bpo-33855: Minimally test all IDLE modules. (GH-7689)Terry Jan Reedy2018-06-151-0/+7
* Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)Terry Jan Reedy2017-12-121-1/+1
* 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
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-311-1/+2
* Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.Terry Jan Reedy2016-07-251-3/+2
* Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-251-12/+12
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-101-0/+1
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-281-5/+5
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-221-0/+416