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
/
query.py
Commit message (
Expand
)
Author
Age
*
gh-66819: More IDLE htest updates(2) (#112642)
Terry Jan Reedy
2023-12-03
*
bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)
Terry Jan Reedy
2022-02-03
*
bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...
Serhiy Storchaka
2021-04-25
*
bpo-41144: Fix IDLE open module error (#21182)
E-Paine
2020-06-28
*
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Terry Jan Reedy
2020-03-09
*
bpo-27115: Move IDLE Query error blanking (GH-18868)
Terry Jan Reedy
2020-03-09
*
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870)
Ngalim Siregar
2019-07-21
*
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
Terry Jan Reedy
2019-06-18
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Cheryl Sabella
2019-06-17
*
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Terry Jan Reedy
2019-01-02
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat
2018-08-02
*
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
Terry Jan Reedy
2018-06-18
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
*
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy
2016-08-31
*
Issue #27621: Put query response validation error messages in query box
Terry Jan Reedy
2016-08-10
*
Issue #27620: Mark the default action button as the default.
Terry Jan Reedy
2016-07-27
*
Issue #27620: Escape key closes Query box as cancelled.
Terry Jan Reedy
2016-07-25
*
Issue #27380: IDLE: add query.HelpSource class and tests.
Terry Jan Reedy
2016-07-08
*
Issue 27437: Add query.ModuleName and use it for file => Load Module.
Terry Jan Reedy
2016-07-03
*
Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass
Terry Jan Reedy
2016-06-26