Lines Matching refs:Issue
352 Issue 35093: Document the IDLE document viewer in the IDLE doc.
788 Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes.
790 Issue #28572: Add 10% to coverage of IDLE's test_configdialog.
798 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
801 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
803 - Issue #27891: Consistently group and sort imports within idlelib modules.
805 - Issue #17642: add larger font sizes for classroom projection.
809 - Issue #25564: In section on IDLE -- console differences, mention that
812 - Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
815 - Issue #27714: text_textview and test_autocomplete now pass when re-run
819 - Issue #27621: Put query response validation error messages in the query
823 - Issue #27620: Escape key now closes Query box as cancelled.
825 - Issue #27609: IDLE: tab after initial whitespace should tab, not
829 - Issue #27609: Explicitly return None when there are also non-None
832 - Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
835 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
839 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
841 - Issue #27477: IDLE search dialogs now use ttk widgets.
843 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
847 - Issue #27452: make command line "idle-test> python test_help.py" work.
850 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
852 - Issue #27380: IDLE: add query.py with base Query dialog and ttk widgets.
859 - Issue #27372: Test_idle no longer changes the locale.
861 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
863 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
867 - Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
871 - Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
873 - Issue #5124: Paste with text selected now replaces the selection on X11.
877 - Issue #24750: Switch all scrollbars in IDLE to ttk versions.
880 - Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
884 - Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.
886 - Issue #27262: move Aqua unbinding code, which enable context menus, to macosx.
888 - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
891 - Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
896 - Issue #20567: Revise idle_test/README.txt with advice about avoiding
899 - Issue # 24225: Update idlelib/README.txt with new file names
902 - Issue #27156: Remove obsolete code not used by IDLE. Replacements:
911 - Issue #27117: Make colorizer htest and turtledemo work with dark themes.
914 - Issue #24225: Rename many idlelib/*.py and idle_test/test_*.py files.
919 - Issue #26673: When tk reports font size as 0, change to size 10.
922 - Issue #21939: Add test for IDLE's percolator.
925 - Issue #21676: Add test for IDLE's replace dialog.
928 - Issue #18410: Add test for IDLE's search dialog.
931 - Issue #21703: Add test for undo delegator. Patch mostly by
934 - Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
936 - Issue #23977: Add more asserts to test_delegator.
938 - Issue #20640: Add tests for idlelib.configHelpSourceEdit.
944 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
947 - Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
951 - Issue 15348: Stop the debugger engine (normally in a user process)
955 - Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
967 - Issue #24750: Improve the appearance of the IDLE editor window status bar.
970 - Issue #25313: Change the handling of new built-in text color themes to better
974 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
978 - Issue #22726: Re-activate the config dialog help button with some content
981 - Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
989 - Issue #25224: README.txt is now an idlelib index for IDLE developers and
993 - Issue #24820: Users can now set breakpoint colors in
996 - Issue #24972: Inactive selection background now matches active selection
1000 - Issue #24570: Idle: make calltip and completion boxes appear on Macs
1003 - Issue #24988: Idle ScrolledList context menus (used in debugger)
1006 - Issue #24801: Make right-click for context menu work on Mac Aqua.
1009 - Issue #25173: Associate tkinter messageboxes with a specific widget.
1012 - Issue #25198: Enhance the initial html viewer now used for Idle Help.
1019 - Issue #25225: Condense and rewrite Idle doc section on text colors.
1021 - Issue #21995: Explain some differences between IDLE and console Python.
1023 - Issue #22820: Explain need for *print* when running file from Idle editor.
1025 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
1027 - Issue #25219: Update doc for Idle command line options.
1030 - Issue #24861: Most of idlelib is private and subject to change.
1033 - Issue #25199: Idle: add synchronization comments for future maintainers.
1035 - Issue #16893: Replace help.txt with help.html for Idle doc display.
1041 - Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
1043 - Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
1050 - Issue #23672: Allow Idle to edit and run files with astral chars in name.
1053 - Issue 24745: Idle editor default font. Switch from Courier to
1058 - Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
1061 - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
1063 - Issue #23184: remove unused names and imports in idlelib.
1066 - Issue #20577: Configuration of the max line length for the FormatParagraph
1071 - Issue #16893: Update Idle doc chapter to match current Idle and add new
1074 - Issue #3068: Add Idle extension configuration dialog to Options menu.
1078 - Issue #16233: A module browser (File : Class Browser, Alt+C) requires an
1084 - Issue #4832: Save As to type Python files automatically adds .py to the
1088 - Issue #21986: Code objects are not normally pickled by the pickle module.
1091 - Issue #23180: Rename IDLE "Windows" menu item to "Window".
1094 - Issue #17390: Adjust Editor window title; remove 'Python',
1097 - Issue #14105: Idle debugger breakpoints no longer disappear
1100 - Issue #17172: Turtledemo can now be run from Idle.
1104 - Issue #21765: Add support for non-ascii identifiers to HyperParser.
1106 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
1109 - Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
1111 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
1113 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
1116 - Issue #12387: Add missing upper(lower)case versions of default Windows key
1119 - Issue #21695: Closing a Find-in-files output window while the search is
1122 - Issue #18910: Add unittest for textView. Patch by Phil Webster.
1124 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
1126 - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
1128 - Issue #21477: htest.py - Improve framework, complete set of tests.
1131 - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
1135 - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
1137 - Issue #21284: Paragraph reformat test passes after user changes reformat width.
1139 - Issue #17654: Ensure IDLE menus are customized properly on OS X for
1147 - Issue #17390: Display Python version on Idle title bar.
1150 - Issue #5066: Update IDLE docs. Patch by Todd Rovito.
1152 - Issue #17625: Close the replace dialog after it is used.
1154 - Issue #16226: Fix IDLE Path Browser crash.
1157 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
1165 - Issue #17625: Close the replace dialog after it is used.
1167 - Issue #7163: Propagate return value of sys.stdout.write.
1169 - Issue #15318: Prevent writing to sys.stdin.
1171 - Issue #4832: Modify IDLE to save files with .py extension by
1174 - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
1176 - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
1179 - Issue #10365: File open dialog now works instead of crashing even when
1182 - Issue 14876: use user-selected font for highlight configuration.
1184 - Issue #14937: Perform auto-completion of filenames in strings even for
1187 - Issue #8515: Set __file__ when run file in IDLE.
1192 - Issue #14409: IDLE now properly executes commands in the Shell window
1197 - Issue #3573: IDLE hangs when passing invalid command line args
1200 - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X
1208 - Issue #6378: Further adjust idle.bat to start associated Python
1210 - Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
1212 - Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit.
1215 - Issue #4676: <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection
1218 - Issue #3851: <Home> toggle non-functional when NumLock set on Windows.
1225 - Issue #5707: Use of 'filter' in keybindingDialog.py was causing custom key assignment to
1228 - Issue #4815: Offer conversion to UTF-8 if source files have
1231 - Issue #4008: Fix problems with non-ASCII source files.
1233 - Issue #4323: Always encode source as UTF-8 without asking
1238 - Issue #2665: On Windows, an IDLE installation upgraded from an old version