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
/
Misc
/
NEWS.d
/
next
/
IDLE
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat
2021-05-03
1
-0/+4
*
bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
Pablo Galindo
2021-04-30
1
-0/+1
*
bpo-37892: Use space indents in IDLE Shell (GH-25678)
Terry Jan Reedy
2021-04-29
1
-0/+1
*
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
Tal Einat
2021-04-28
1
-0/+1
*
bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...
Serhiy Storchaka
2021-04-25
1
-0/+2
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
1
-2/+0
*
bpo-42225: IDLE - document two unix-related problems. (#25078)
Terry Jan Reedy
2021-03-31
1
-0/+2
*
Python 3.10.0a6
Pablo Galindo
2021-03-01
1
-3/+0
*
bpo-43283: Add IDLE doc paragraph about print speed (GH-24615)
Terry Jan Reedy
2021-02-24
1
-0/+3
*
Python 3.10.0a5
Pablo Galindo
2021-02-02
4
-7/+0
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
Terry Jan Reedy
2021-01-29
1
-0/+1
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Zackery Spytz
2021-01-28
1
-0/+2
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Ken
2021-01-26
1
-0/+1
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Terry Jan Reedy
2021-01-10
1
-0/+1
*
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Cheryl Sabella
2021-01-05
1
-0/+2
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
3
-5/+0
*
bpo-42508: Keep IDLE running on macOS (GH-23577)
Terry Jan Reedy
2020-12-07
1
-0/+3
*
bpo-42426: IDLE: Fix reporting offset of the RE error in searchengine (GH-23447)
Serhiy Storchaka
2020-11-22
1
-0/+1
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Terry Jan Reedy
2020-11-20
1
-0/+1
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
3
-8/+0
*
bpo-40511: Stop unwanted flashing of IDLE calltips (GH-20910)
Tal Einat
2020-11-02
1
-0/+3
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
1
-0/+3
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
2020-10-20
1
-0/+2
*
Python 3.10.0a1
v3.10.0a1
Pablo Galindo
2020-10-05
11
-18/+0
*
bpo-41775: Make 'IDLE Shell' the shell title (#22399)
Terry Jan Reedy
2020-09-24
1
-0/+1
*
bpo-35764: Rewrite the IDLE Calltips doc section (GH-22363)
Terry Jan Reedy
2020-09-22
1
-0/+1
*
bpo-40181: Remove '/' reminder in IDLE calltips. (GH-22350)
Terry Jan Reedy
2020-09-22
1
-0/+2
*
bpo-41468: Improve and test IDLE run error exit (GH-21798)
Terry Jan Reedy
2020-08-09
1
-0/+1
*
bpo-41373: IDLE: Fix saving files loaded with no newlines or mixed newlines (...
Serhiy Storchaka
2020-07-25
1
-0/+3
*
bpo-41300: IDLE - save files with non-ascii chars (GH-21512)
Terry Jan Reedy
2020-07-16
1
-0/+2
*
bpo-37765: Add keywords to IDLE tab completions (GH-15138)
Terry Jan Reedy
2020-07-09
1
-0/+2
*
bpo-41152: IDLE: always use UTF-8 for standard IO streams (GH-21214)
Serhiy Storchaka
2020-06-30
1
-0/+2
*
bpo-41144: Fix IDLE open module error (#21182)
E-Paine
2020-06-28
1
-0/+1
*
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Terry Jan Reedy
2020-05-29
1
-0/+2
*
bpo-40723: Make IDLE autocomplete test run without __main__.__file__ (GH-20311)
Florian Dahlitz
2020-05-24
1
-0/+1
*
Python 3.9.0a6
v3.9.0a6
Łukasz Langa
2020-04-27
2
-4/+0
*
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro Hrončok
2020-04-22
1
-0/+2
*
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Tal Einat
2020-04-04
1
-0/+2
*
Python 3.9.0a5
v3.9.0a5
Łukasz Langa
2020-03-23
4
-7/+0
*
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Terry Jan Reedy
2020-03-09
1
-0/+2
*
bpo-39885: IDLE context menu clears selection (#18859)
Terry Jan Reedy
2020-03-08
1
-0/+2
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Terry Jan Reedy
2020-03-08
1
-0/+2
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Terry Jan Reedy
2020-02-28
1
-0/+1
*
Python 3.9.0a4
v3.9.0a4
Łukasz Langa
2020-02-25
5
-6/+0
*
bpo-39663: IDLE: Add additional tests for pyparse (GH-18536)
Cheryl Sabella
2020-02-18
1
-0/+1
*
bpo-39600, IDLE: Remove duplicated font names (GH-18430)
Victor Stinner
2020-02-10
1
-0/+1
*
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz
2020-01-31
1
-0/+2
*
bpo-30780: Add IDLE configdialog tests (#3592)
Cheryl Sabella
2020-01-27
1
-0/+1
*
Merge tag 'v3.9.0a3'
Łukasz Langa
2020-01-25
3
-5/+0
|
\
|
*
Python 3.9.0a3
v3.9.0a3
Łukasz Langa
2020-01-24
3
-5/+0
[next]