COMMITS
/ Lib/idlelib/editor.py April 12, 2026
C
gh-89520: Load extension settings and keybindings from user config (GH-28713)
CoolCat467 committed
April 11, 2026
S
gh-94523: IDLE: Detect file if modified and prompt the user to refresh (GH-145625)
Shixian Li committed
December 9, 2025
A
GH-139436: Remove PDF and CHM from IDLE HelpSource (#140418)
Adam Turner committed
October 11, 2025
S
gh-96491: Deduplicate version in IDLE shell title (#139841)
Stan Ulbrych committed
September 3, 2025
S
gh-95844: Move help_url code to a help module function (#129971)
Stan Ulbrych committed
June 29, 2025
W
Doc: Fix duplicate words in idlelib (#136089)
Weilin Du committed
September 3, 2024
A
Fix typos in warnings, docstrings, comments and text files (#123597)
abstractee committed
February 23, 2024
R
gh-88516: show file proxy icon in IDLE editor windows on macOS (#112894)
Ronald Oussoren committed
February 2, 2024
C
gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 (GH-103821)
Christopher Chavez committed
December 4, 2023
T
gh-66819: More IDLE htest updates(4) (#112686)
Terry Jan Reedy committed
May 24, 2023
T
gh-104719: IDLE - test existence of all tokenize references. (#104767)
Terry Jan Reedy committed
May 21, 2023
T
gh-104719: IDLE - delete useless monkeypatch of tokenize (#104726)
Terry Jan Reedy committed
May 13, 2023
T
gh-75710: IDLE - add docstrings and comments to editor module (#104446)
Terry Jan Reedy committed
April 23, 2023
N
gh-103668: Run pyugrade on idlelib (#103671)
Nikita Sobolev committed
August 11, 2022
T
gh-95841: IDLE - Revise Windows local doc url (#95845)
Terry Jan Reedy committed
July 14, 2022
T
idlelib: replace 'while 1' with 'while True' (#94827)
Terry Jan Reedy committed
February 13, 2022
A
bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)
Alex Waygood committed
May 3, 2021
T
bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)
Tal Einat 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
January 24, 2021
T
bpo-43013: Update idlelib code to 3.x (GH-24315)
Terry Jan Reedy committed
May 29, 2020
T
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Terry Jan Reedy committed
March 9, 2020
T
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Terry Jan Reedy committed
March 8, 2020
T
bpo-39885: IDLE context menu clears selection (#18859)
Terry Jan Reedy committed
T
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Terry Jan Reedy committed
January 31, 2020
Z
bpo-38792: Remove IDLE shell calltip before new prompt. (#17150)
Zackery Spytz committed
January 21, 2020
C
bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968)
Cheryl Sabella committed
November 20, 2019
T
bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008)
Terry Jan Reedy committed
November 13, 2019
Z
bpo-4630: Add cursor no-blink option for IDLE (GH-16960)
Zackery Spytz committed
October 4, 2019
S
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
Serhiy Storchaka committed
September 17, 2019
T
bpo-35379: When exiting IDLE, catch any AttributeError. (GH-16212)
Terry Jan Reedy committed
September 16, 2019
T
bpo-38183: Test_idle ignores user config directory GH-16198)
Terry Jan Reedy committed
September 5, 2019
G
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit committed
August 25, 2019
T
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
Tal Einat committed
July 23, 2019
T
bpo-29446: IDLE -- add explicit imports (GH-14919)
Terry Jan Reedy committed
T
bpo-17535: IDLE editor line numbers (GH-14030)
Tal Einat committed
July 18, 2019
T
bpo-36390: Gather IDLE Format menu functions into format.py (#14827)
Terry Jan Reedy committed
July 17, 2019
C
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)
Cheryl Sabella committed
T
bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)
Tal Einat committed
July 11, 2019
T
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
Tal Einat committed
June 18, 2019
C
bpo-5680: IDLE: Customize running a module (GH-13763)
Cheryl Sabella committed
June 3, 2019
X
IDLE: Fix typos in docs and comments (GH-13749)
Xtreak committed
June 2, 2019
C
bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307)
Cheryl Sabella committed
March 1, 2019
C
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109)
Cheryl Sabella committed
January 18, 2019
T
bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled' (GH-11602)
Terry Jan Reedy committed
January 13, 2019
T
bpo-35196: Optimize Squeezer's write() interception (GH-10454)
Tal Einat committed
December 28, 2018
C
IDLE: Create function to update menu item state. (GH-11343)
Cheryl Sabella committed
December 22, 2018
C
bpo-22703: IDLE: Improve Code Context and Zoom Height menu labels (GH-11214)
Cheryl Sabella committed
September 25, 2018
T
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
Tal Einat committed