Skip to content

Commit aa3f17d

Browse files
Merge branch 'main' into gh-129515-ifexp-syntax-error
2 parents b204fdb + 6fbf15f commit aa3f17d

File tree

5 files changed

+46
-417
lines changed

5 files changed

+46
-417
lines changed

Doc/library/idle.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ IDLE --- Python editor and shell
1212
single: Python Editor
1313
single: Integrated Development Environment
1414

15+
..
16+
Remember to update Lib/idlelib/help.html with idlelib.help.copy_source() when modifying this file.
17+
1518
--------------
1619

1720
IDLE is Python's Integrated Development and Learning Environment.

Lib/idlelib/News3.txt

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1+
What's New in IDLE 3.14.0
2+
(since 3.13.0)
3+
Released on 2025-10-07
4+
=========================
5+
6+
7+
gh-127060: Set TERM environment variable to 'dumb' to not add ANSI escape
8+
sequences for text color in tracebacks. IDLE does not understand them.
9+
Patch by Victor Stinner.
10+
11+
gh-122392: Increase currently inadequate vertical spacing for the IDLE
12+
browsers (path, module, and stack) on high-resolution monitors.
13+
14+
115
What's New in IDLE 3.13.0
216
(since 3.12.0)
3-
Released on 2024-10-xx
17+
Released on 2024-10-07
418
=========================
519

20+
gh-120104: Fix padding in config and search dialog windows in IDLE.
21+
22+
gh-129873: Simplify displaying the IDLE doc by only copying the text
23+
section of idle.html to idlelib/help.html. Patch by Stan Ulbrych.
624

725
gh-120083: Add explicit black IDLE Hovertip foreground color needed for
826
recent macOS. Fixes Sonoma showing unreadable white on pale yellow.

0 commit comments

Comments
 (0)