index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
autocomplete_w.py
Commit message (
Expand
)
Author
Age
*
gh-104499: Fix typo. (#104598)
Terry Jan Reedy
2023-05-18
*
gh-104499: IDLE - fix completions for tk aqua 8.7 (#104591)
Terry Jan Reedy
2023-05-17
*
bpo-45193: Restore IDLE completion boxes on Ubuntu (GH-28343)
Terry Jan Reedy
2021-09-15
*
bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)
Kaustubh J
2021-06-11
*
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...
Tal Einat
2021-05-28
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Tal Einat
2021-05-27
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-02
*
bpo-40443: Remove unused imports in idlelib (GH-19801)
Victor Stinner
2020-04-29
*
bpo-38943: Fix IDLE autocomplete window not always appearing (GH-17416)
JohnnyNajera
2019-12-09
*
bpo-38944: Escape key now closes IDLE completion windows. (GH-17419)
JohnnyNajera
2019-12-09
*
bpo-37849: IDLE: fix completion window positioning above line (GH-15267)
Tal Einat
2019-08-14
*
bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)
Terry Jan Reedy
2019-08-04
*
bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)
Terry Jan Reedy
2019-03-10
*
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Terry Jan Reedy
2019-01-02
*
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy
2018-06-20
*
bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy
2018-06-15
*
Fix idlelib comment typos reported by Mike on pull request 4803. (#4807)
Terry Jan Reedy
2017-12-11
*
bpo-15786: Fix IDLE autocomplete return problem. (#2198)
terryjreedy
2017-06-14
*
bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)
mlouielu
2017-06-14
*
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy
2016-08-31
*
Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete.
Terry Jan Reedy
2016-07-24
*
Issue #27609: Explicitly return None when there are other returns.
Terry Jan Reedy
2016-07-24
*
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Terry Jan Reedy
2016-06-10
*
Issue #24225: Within idlelib files, update idlelib module names.
Terry Jan Reedy
2016-05-28
*
Issue #24225: Rename many idlelib/*.py and idlelib/idle_test/test_*.py files.
Terry Jan Reedy
2016-05-22