aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/idlelib/autocomplete_w.py
Commit message (Expand)AuthorAge
* gh-104499: Fix typo. (#104598)Terry Jan Reedy2023-05-18
* gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)Terry Jan Reedy2023-05-17
* bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)Terry Jan Reedy2021-09-15
* bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)Kaustubh J2021-06-11
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Tal Einat2021-05-28
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Tal Einat2021-05-27
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-02
* bpo-40443: Remove unused imports in idlelib (GH-19801)Victor Stinner2020-04-29
* bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)JohnnyNajera2019-12-09
* bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)JohnnyNajera2019-12-09
* bpo-37849: IDLE: fix completion window positioning above line (GH-15267)Tal Einat2019-08-14
* bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)Terry Jan Reedy2019-08-04
* bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)Terry Jan Reedy2019-03-10
* bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)Terry Jan Reedy2019-01-02
* bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)Terry Jan Reedy2018-06-20
* bpo-33855: Minimally test all IDLE modules. (GH-7689)Terry Jan Reedy2018-06-15
* Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)Terry Jan Reedy2017-12-11
* bpo-15786: Fix IDLE autocomplete return problem. (#2198)terryjreedy2017-06-14
* bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)mlouielu2017-06-14
* Issue #27891: Consistently group and sort imports within idlelib modules.Terry Jan Reedy2016-08-31
* Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.Terry Jan Reedy2016-07-24
* Issue #27609: Explicitly return None when there are other returns.Terry Jan Reedy2016-07-24
* Issue *24750: Switch all scrollbars in IDLE to ttk versions.Terry Jan Reedy2016-06-10
* Issue #24225: Within idlelib files, update idlelib module names.Terry Jan Reedy2016-05-28
* Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.Terry Jan Reedy2016-05-22