• Home
  • Raw
  • Download

Lines Matching refs:IDLE

1 What's New in IDLE 3.9.1
6 bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
12 bpo-42416: Get docstrings for IDLE calltips more often
18 bpo-41775: Make 'IDLE Shell' the shell title.
26 What's New in IDLE 3.9.0 (since 3.8.0)
30 bpo-41468: Improve IDLE run crash error message (which users should
41 Completions section of IDLE doc.
43 bpo-41152: The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE
51 bpo-38689: IDLE will no longer freeze when inspect.signature fails
55 IDLE standard behavior and improved error checking.
87 bpo-38944: Escape key now closes IDLE completion windows. Patch by
93 bpo-38636: Fix IDLE Format menu tab toggle and file indent width. These
97 bpo-4630: Add an option to toggle IDLE's cursor blink for shell,
101 bpo-26353: Stop adding newline when saving an IDLE shell window.
103 bpo-38598: Do not try to compile IDLE shell or output windows.
106 What's New in IDLE 3.8.0 (since 3.7.0)
110 bpo-36698: IDLE no longer fails when writing non-encodable characters
116 replacement char is displayed depends on the OS and font. For IDLE,
119 bpo-35379: When exiting IDLE, catch any AttributeError. One happens
121 IDLE is run from a terminal, is useless and annoying.
125 within. Users must run IDLE to discover problems with saving settings.
127 bpo-38077: IDLE no longer adds 'argv' to the user namespace when
134 bpo-37092: Add mousewheel scrolling for IDLE module, path, and stack
140 bpo-37824: Properly handle user input warnings in IDLE shell.
143 bpo-37929: IDLE Settings dialog now closes properly when there is no
160 bpo-17535: Add optional line numbers for IDLE editor windows.
178 bpo-26806: To compensate for stack frames added by IDLE and avoid
187 the 'Startup failure' section of the IDLE doc.
218 bpo-36429: Fix starting IDLE with pyshell.
232 bpo-23216: IDLE: Add docstrings to search modules.
234 bpo-36176: Fix IDLE autocomplete & calltip popup colors.
239 corresponding argument of .close(). In IDLE, both have always been
244 bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
251 bpo-35833: Revise IDLE doc for control codes sent to Shell.
254 bpo-35770: IDLE macosx deletes Options => Configure IDLE.
257 dialog is accessed via Preferences on the IDLE menu.
267 bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell.
288 Add some internal references within the IDLE doc.
290 bpo-34864: When starting IDLE on MacOS, warn if the system setting
292 documented for this issue, running IDLE with this setting causes
293 problems. If the setting is changed while IDLE is running,
294 there will be no warning until IDLE is restarted.
298 bpo-34864: Document two IDLE on MacOS issues. The System Preferences
299 Dock "prefer tabs always" setting disables some IDLE features.
304 bpo-33000: Document that IDLE's shell has no line limit.
307 bpo-23220: Explain how IDLE's Shell displays output.
310 bpo-35099: Improve the doc about IDLE running user code.
311 "IDLE -- console differences" is renamed "Running user code".
314 bpo-35097: Add IDLE doc subsection explaining editor windows.
317 Issue 35093: Document the IDLE document viewer in the IDLE doc.
320 bpo-1529353: Explain Shell text squeezing in the IDLE doc.
351 testing as when running IDLE.
365 explains how to use it to create new IDLE test files.
373 bpo-33855: Minimally test all IDLE modules.
381 What's New in IDLE 3.7.0 (since 3.6.0)
399 bpo-33664: Scroll IDLE editor text by lines.
411 When one starts IDLE from a console and loads a custom theme without
435 IDLE now consistently colors as much of the prefix, starting at the
439 Like Python, IDLE optionally runs 1 startup file in the Shell window
440 before presenting the first interactive input prompt. For IDLE,
444 prompt. IDLE now does the same when run normally, without the -n
453 bpo-32874: IDLE - add pyparse tests with 97% coverage.
455 bpo-32837: IDLE - require encoding argument for textview.view_file.
457 is a bad idea for IDLE's system and location-independent files.
459 bpo-32826: Add "encoding=utf-8" to open() in IDLE's test_help_about.
468 bpo-32207: Improve tk event exception tracebacks in IDLE.
469 When tk event handling is driven by IDLE's run loop, a confusing
482 Edits persist while IDLE remains open.
505 bpo-31460: Simplify the API of IDLE's Module Browser.
538 bpo-31477: Improve rstrip entry in IDLE doc.
545 bpo-31421: Document how IDLE runs tkinter programs.
546 IDLE calls tcl/tk update in the background in order to make live
553 bpo-27099: Convert IDLE's built-in 'extensions' to regular features.
554 About 10 IDLE features were implemented as supposedly optional
622 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog.
626 bpo-31060: IDLE - Finish rearranging methods of ConfigDialog.
632 bpo-30853: IDLE -- Factor a VarTrace class out of ConfigDialog.
638 bpo-31003: IDLE: Add more tests for General tab.
641 bpo-30993: IDLE - Improve configdialog font page and tests.
653 bpo-30981: IDLE -- Add more configdialog font page tests.
655 bpo-28523: IDLE: replace 'colour' with 'color' in configdialog.
711 bpo-21519: IDLE's basic custom key entry dialog now detects
714 bpo-29910: IDLE no longer deletes a character after commenting out a
716 potential conflicts between IDLE and default key bindings.
731 bpo-15786: Fix several problems with IDLE's autocompletion box.
736 bpo-25514: Add doc subsubsection about IDLE failure to start.
739 bpo-30642: Fix reference leaks in IDLE tests.
753 Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes.
755 Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
759 What's New in IDLE 3.6.0 (since 3.5.0)
766 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
772 - Add version to title of IDLE help window.
774 - Issue #25564: In section on IDLE -- console differences, mention that
790 - Issue #27609: IDLE: tab after initial whitespace should tab, not
797 - Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
800 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
804 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
806 - Issue #27477: IDLE search dialogs now use ttk widgets.
808 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
815 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
817 - Issue #27380: IDLE: add query.py with base Query dialog and ttk widgets.
826 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
828 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
829 Previously, when IDLE was started from a console or by import, a cascade
832 - Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
836 - Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
842 - Issue #24750: Switch all scrollbars in IDLE to ttk versions.
845 - Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
847 Add test for IDLE syntax colorizer.
856 - Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
862 tk warning messages from tests. Apply advice to several IDLE tests.
867 - Issue #27156: Remove obsolete code not used by IDLE. Replacements:
882 See the issue and IDLE section in What's New in 3.6 for more.
887 - Issue #21939: Add test for IDLE's percolator.
890 - Issue #21676: Add test for IDLE's replace dialog.
893 - Issue #18410: Add test for IDLE's search dialog.
906 - In the 'IDLE-console differences' section of the IDLE doc, clarify
907 how running with IDLE affects sys.modules and the standard streams.
917 before closing the debugger window (running in the IDLE process).
920 - Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
928 - Change 'The program' to 'Your program' in an IDLE 'kill program?' message
930 user program, not IDLE itself.
932 - Issue #24750: Improve the appearance of the IDLE editor window status bar.
936 address the compatibility problem introduced by the addition of IDLE Dark.
939 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
944 about the other buttons and the new IDLE Dark theme.
946 - Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
947 It is more or less IDLE Classic inverted, with a cobalt blue background.
951 such as 'Custom Dark'. The custom theme will work with any IDLE
954 - Issue #25224: README.txt is now an idlelib index for IDLE developers and
955 curious users. The previous user content is now in the IDLE doc chapter.
956 'IDLE' now means 'Integrated Development and Learning Environment'.
986 - Issue #21995: Explain some differences between IDLE and console Python.
1011 What's New in IDLE 3.5.0?
1056 - Issue #23180: Rename IDLE "Windows" menu item to "Window".
1104 - Issue #17654: Ensure IDLE menus are customized properly on OS X for
1108 What's New in IDLE 3.4.0?
1115 - Issue #5066: Update IDLE docs. Patch by Todd Rovito.
1119 - Issue #16226: Fix IDLE Path Browser crash.
1122 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
1126 What's New in IDLE 3.3.0?
1136 - Issue #4832: Modify IDLE to save files with .py extension by
1141 - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
1152 - Issue #8515: Set __file__ when run file in IDLE.
1155 - IDLE can be launched as `python -m idlelib`
1157 - Issue #14409: IDLE now properly executes commands in the Shell window
1162 - Issue #3573: IDLE hangs when passing invalid command line args
1169 What's New in IDLE 3.2.1?
1177 - Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit.
1180 - Issue #4676: <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection
1186 What's New in IDLE 3.1b1?
1203 - Issue #2665: On Windows, an IDLE installation upgraded from an old version