summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.8v3.11.8Pablo Galindo2024-02-068-10/+0
* [3.11] gh-103820: IDLE: Do not interpret buttons 4/5 as scrolling on non-X11 ...Miss Islington (bot)2024-02-021-0/+2
* [3.11] gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' ...Miss Islington (bot)2024-01-181-0/+1
* [3.11] gh-72284: Revise lists in IDLE doc (GH-114174) (#114176)Miss Islington (bot)2024-01-171-0/+2
* [3.11] gh-113903: Fix an IDLE configdialog test (GH-113973) (#113975)Miss Islington (bot)2024-01-121-0/+1
* [3.11] gh-113729: Fix IDLE's Help -> "IDLE Help" menu bug in 3.12.1 and 3.11....Miss Islington (bot)2024-01-061-0/+1
* [3.11] gh-57795: IDLE: Enter the selected text when opening the "Replace" dia...Miss Islington (bot)2023-12-271-0/+1
* [3.11] gh-113269: IDLE - Fix test_editor hang (macOS) (GH-113271) (#113273)Miss Islington (bot)2023-12-191-0/+1
* [3.11] gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-11...Miss Islington (bot)2023-12-111-0/+1
* Python 3.11.7v3.11.7Pablo Galindo2023-12-041-4/+0
* [3.11] gh-79871: IDLE - Fix and test debugger module (GH-11451) (#112257)Miss Islington (bot)2023-11-191-0/+4
* Python 3.11.4v3.11.4Pablo Galindo2023-06-064-5/+0
* [3.11] gh-104719: IDLE - test existence of all tokenize references. (GH-10476...Miss Islington (bot)2023-05-241-0/+2
* [3.11] gh-104499: IDLE - fix completions for tk aqua 8.7 (GH-104591) (#104596)Miss Islington (bot)2023-05-181-0/+1
* [3.11] gh-104496: IDLE - fix About for mixed tcl/tk versions (GH-104585) (#10...Miss Islington (bot)2023-05-171-0/+1
* [3.11] gh-88496: Fix IDLE test hang on macOS (GH-104025) (#104027)Miss Islington (bot)2023-05-011-0/+1
* Python 3.11.1v3.11.1Pablo Galindo2022-12-061-3/+0
* gh-97527: IDLE - fix buggy macosx patch (GH-98313)Miss Islington (bot)2022-10-161-0/+3
* Python 3.11.0rc1v3.11.0rc1Pablo Galindo2022-08-056-8/+0
* gh-65802: IDLE - explain SaveAs and extensions (GH-95690) (GH-95692)Miss Islington (bot)2022-08-051-0/+1
* gh-95191: IDLE: Include prompts when saving Shell GH-95554 (#95557)Miss Islington (bot)2022-08-021-0/+1
* gh-95511: IDLE - fix Shell context menu copy-with-prompts bug (GH-95512)Miss Islington (bot)2022-08-011-0/+2
* gh-95471: IDLE - Tweak Edit menu (GH-95481)Miss Islington (bot)2022-07-311-0/+1
* gh-95411: IDLE - Enable using the module browser with .pyw files (GH-95397)Miss Islington (bot)2022-07-301-0/+1
* gh-89610: Add .pyi as a recognised extension for IDLE on macOS (GH-95393)Miss Islington (bot)2022-07-281-0/+2
* Python 3.11.0a6v3.11.0a6Pablo Galindo2022-03-072-3/+0
* bpo-45447: Add syntax highlighting for `.pyi` files in IDLE (GH-28950)Alex Waygood2022-02-131-0/+2
* Merge remote-tracking branch 'upstream/main'Pablo Galindo2022-02-031-0/+1
|\
| * bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Terry Jan Reedy2022-02-031-0/+1
* | Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-031-4/+0
|/
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)Terry Jan Reedy2022-01-271-0/+4
* Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-051-1/+0
* bpo-45495: Add 'case' and 'match' to IDLE completions list. (GH-29000)Terry Jan Reedy2021-10-161-0/+1
* Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-059-21/+0
* bpo-45296: Fix exit/quit message on Windows (GH-28577)Terry Jan Reedy2021-09-281-0/+2
* bpo-45193: News for IDLE PR_28343 (GH-28348)Terry Jan Reedy2021-09-151-0/+1
* bpo-40128: Fix IDLE autocomplete on macOS (GH-26672)Kaustubh J2021-06-111-0/+3
* bpo-33962: Use ttk spinbox for IDLE indent space config (GH-22954)Mark Roseman2021-06-101-0/+2
* bpo-40468: Split IDLE settings General tab (GH-26621)Terry Jan Reedy2021-06-091-2/+4
* bpo-40468: Move IDLE helplist settings to extensions page of dialog. (GH-26593)Terry Jan Reedy2021-06-081-0/+2
* bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...Tal Einat2021-05-281-0/+1
* bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)Tal Einat2021-05-271-0/+1
* bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)Tal Einat2021-05-191-0/+5
* Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)Ned Deily2021-05-085-9/+0
* bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)E-Paine2021-05-071-0/+2
* bpo-37903: IDLE: add shell sidebar mouse interactions (GH-25708)Tal Einat2021-05-031-0/+4
* bpo-43981: Fix reference leaks in test_squeezer (GH-25758)Pablo Galindo2021-04-301-0/+1
* bpo-37892: Use space indents in IDLE Shell (GH-25678)Terry Jan Reedy2021-04-291-0/+1
* bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)Tal Einat2021-04-281-0/+1
* bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...Serhiy Storchaka2021-04-251-0/+2