Skip to content
Snippets Groups Projects
Select Git revision
  • bfed0ae8c021a1649962647e2412db35cdcc418f
  • main default protected
  • 3.10
  • 3.11
  • revert-15688-bpo-38031-_io-FileIO-opener-crash
  • 3.8
  • 3.9
  • 3.7
  • enum-fix_auto
  • branch-v3.11.0
  • backport-c3648f4-3.11
  • gh-93963/remove-importlib-resources-abcs
  • refactor-wait_for
  • shared-testcase
  • v3.12.0a2
  • v3.12.0a1
  • v3.11.0
  • v3.8.15
  • v3.9.15
  • v3.10.8
  • v3.7.15
  • v3.11.0rc2
  • v3.8.14
  • v3.9.14
  • v3.7.14
  • v3.10.7
  • v3.11.0rc1
  • v3.10.6
  • v3.11.0b5
  • v3.11.0b4
  • v3.10.5
  • v3.11.0b3
  • v3.11.0b2
  • v3.9.13
34 results

NEWS.txt

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    NEWS.txt 52.28 KiB
    What's New in IDLE 3.10.z
    after 3.10.0 until 3.10.10?
    Released 2023-04-03?
    =========================
    
    
    gh-95411: Enable using IDLE's module browser with .pyw files.
    
    gh-89610: Add .pyi as a recognized extension for IDLE on macOS.  This allows
    opening stub files by double clicking on them in the Finder.
    
    bpo-28950: Apply IDLE syntax highlighting to `.pyi` files.  Add util.py
    for common components.  Patch by Alex Waygood and Terry Jan Reedy.
    
    bpo-46630: Make query dialogs on Windows start with a cursor in the
    entry box.
    
    bpo-46591: Make the IDLE doc URL on the About IDLE dialog clickable.
    
    bpo-45296: Clarify close, quit, and exit in IDLE.  In the File menu,
    'Close' and 'Exit' are now 'Close Window' (the current one) and 'Exit'
    is now 'Exit IDLE' (by closing all windows).  In Shell, 'quit()' and
    'exit()' mean 'close Shell'.  If there are no other windows,
    this also exits IDLE.
    
    bpo-45495: Add context keywords 'case' and 'match' to completions list.
    
    bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
    works, instead of <Ctrl-Z Return>, which does not work in IDLE.
    
    
    What's New in IDLE 3.10.0
    (since 3.9.0)
    Released on 2021-10-04
    =========================
    
    bpo-45193: Make completion boxes appear on Ubuntu again.
    
    bpo-40128: Mostly fix completions on macOS when not using tcl/tk 8.6.11
    (as with 3.9).
    
    bpo-33962: Move the indent space setting from the Font tab to the new Windows
    tab. Patch by Mark Roseman and Terry Jan Reedy.
    
    bpo-40468: Split the settings dialog General tab into Windows and Shell/Ed
    tabs. Move help sources, which extend the Help menu, to the Extensions tab.
    Make space for new options and shorten the dialog. The latter makes the
    dialog better fit small screens.
    
    bpo-44010: Highlight the new match statement's soft keywords: match, case,
    and _. This highlighting is not perfect and will be incorrect in some rare
    cases, especially for some _s in case patterns.
    
    bpo-44026: Include interpreter's typo fix suggestions in message line
    for NameErrors and AttributeErrors.  Patch by E. Paine.
    
    bpo-41611: Avoid occasional uncaught exceptions and freezing when using
    completions on macOS.
    
    bpo-37903: Add mouse actions to the shell sidebar.  Left click and
    optional drag selects one or more lines of text, as with the
    editor line number sidebar.  Right click after selecting text lines
    displays a context menu with 'copy with prompts'.  This zips together
    prompts from the sidebar with lines from the selected text.  This option
    also appears on the context menu for the text.
    
    bpo-43981: Fix reference leaks in test_sidebar and test_squeezer.
    Patches by Terry Jan Reedy and Pablo Galindo
    
    bpo-37892: Change Shell input indents from tabs to spaces.  Shell input