index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
idlelib
/
query.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Tal Einat
2018-08-02
1
-0/+4
*
bpo-33855: More edits and new minimal tests for IDLE (GH-7761)
Terry Jan Reedy
2018-06-18
1
-2/+2
*
bpo-29919: Remove unused imports found by pyflakes (#137)
Victor Stinner
2017-03-27
1
-1/+1
*
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy
2016-08-31
1
-1/+2
*
Issue #27621: Put query response validation error messages in query box
Terry Jan Reedy
2016-08-10
1
-52/+72
*
Issue #27620: Mark the default action button as the default.
Terry Jan Reedy
2016-07-28
1
-1/+1
*
Issue #27620: Escape key closes Query box as cancelled.
Terry Jan Reedy
2016-07-26
1
-0/+1
*
Issue #27380: IDLE: add query.HelpSource class and tests.
Terry Jan Reedy
2016-07-08
1
-36/+127
*
Issue 27437: Add query.ModuleName and use it for file => Load Module.
Terry Jan Reedy
2016-07-03
1
-18/+65
*
Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclass
Terry Jan Reedy
2016-06-27
1
-0/+148