COMMITS
/ Lib/idlelib/pyshell.py December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
October 11, 2025
S
gh-96491: Deduplicate version in IDLE shell title (#139841)
Stan Ulbrych committed
May 3, 2025
S
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
Serhiy Storchaka committed
May 2, 2025
Z
gh-112936: Fix IDLE: no Shell menu item in single-process mode (GH-126598)
Zhikang Yan committed
February 6, 2025
S
gh-86206: Change IDLE splash line (#129698)
Stan Ulbrych committed
December 18, 2024
V
gh-127060: Disable traceback colors in IDLE (#128028)
Victor Stinner committed
August 19, 2024
S
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev committed
May 21, 2024
December 4, 2023
T
gh-66819: More IDLE htest updates(4) (#112686)
Terry Jan Reedy committed
November 19, 2023
A
gh-79871: IDLE - Fix and test debugger module (#11451)
Anthony Shaw committed
October 18, 2023
T
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
Terry Jan Reedy committed
June 8, 2023
T
gh-102832: IDLE - update stackviewer open (#105528)
Terry Jan Reedy committed
I
gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer (#103339)
Irit Katriel committed
April 23, 2023
N
gh-103668: Run pyugrade on idlelib (#103671)
Nikita Sobolev committed
March 19, 2023
I
gh-102778: revert changes to idlelib (#102825)
Irit Katriel committed
March 18, 2023
I
August 2, 2022
T
gh-95191: IDLE: Include prompts when saving Shell #95554
Terry Jan Reedy committed
August 1, 2022
T
gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (#95512)
Terry Jan Reedy committed
March 19, 2022
S
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
Serhiy Storchaka committed
September 28, 2021
T
bpo-45296: Fix exit/quit message on Windows (GH-28577)
Terry Jan Reedy committed
May 3, 2021
T
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat committed
April 29, 2021
T
bpo-37892: Use space indents in IDLE Shell (GH-25678)
Terry Jan Reedy committed
April 28, 2021
T
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
Tal Einat committed
January 28, 2021
Z
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Zackery Spytz committed
January 25, 2021
T
bpo-43013: Fix old tkinter module names in idlelib (GH-24326)
Terry Jan Reedy committed
December 19, 2020
S
bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781)
Serhiy Storchaka committed
November 30, 2020
T
bpo-42508: Remove bogus idlelib.pyshell.ModifiedInterpreter attribute (GH-23570)
Terry Jan Reedy committed
November 20, 2020
C
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes committed
September 24, 2020
T
bpo-41775: Make 'IDLE Shell' the shell title (#22399)
Terry Jan Reedy committed
April 22, 2020
M
bpo-38439: Add 256px IDLE icon (GH-17473)
Miro Hrončok committed
March 28, 2020
T
bpo-38002: Use False/True for IDLE pyshell bools (GH-19203)
Terry Jan Reedy committed
January 31, 2020
Z
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz committed
October 8, 2019
S
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
Serhiy Storchaka committed
October 4, 2019
S
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
Serhiy Storchaka committed
September 16, 2019
T
bpo-38183: Test_idle ignores user config directory GH-16198)
Terry Jan Reedy committed
September 6, 2019
T
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Terry Jan Reedy committed
August 26, 2019
T
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
Terry Jan Reedy committed
July 23, 2019
T
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat committed
June 17, 2019
T
bpo-37321: Edit IDLE subprocess connection error messages. (#14170)
Terry Jan Reedy committed
June 2, 2019
C
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Cheryl Sabella committed
March 26, 2019
T
bpo-36429: Fix starting IDLE with pyshell (#12548)
Terry Jan Reedy committed
March 1, 2019
N
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031)
Ned Deily committed
January 13, 2019
T
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
Tal Einat committed
December 29, 2018
T
bpo-34055: Revert deletion of line in IDLE's PyShell (#11346)
Terry Jan Reedy committed
December 7, 2018
T
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (#10464)
Tal Einat committed
October 14, 2018
T
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
Terry Jan Reedy committed
September 25, 2018
T
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat committed
June 21, 2018
T
bpo-33924: Change IDLE mainmenu.menudefs key 'windows' to 'window' (GH-7836)
Terry Jan Reedy committed
June 16, 2018
S
bpo-33856: Add "help" to the welcome message of IDLE (GH-7755)
Stéphane Wirtel committed
June 11, 2018
T
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
Terry Jan Reedy committed