• Home
  • Raw
  • Download

Lines Matching refs:Issue

317 Issue 35093: Document the IDLE document viewer in the IDLE doc.
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.
763 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
766 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
768 - Issue #27891: Consistently group and sort imports within idlelib modules.
770 - Issue #17642: add larger font sizes for classroom projection.
774 - Issue #25564: In section on IDLE -- console differences, mention that
777 - Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
780 - Issue #27714: text_textview and test_autocomplete now pass when re-run
784 - Issue #27621: Put query response validation error messages in the query
788 - Issue #27620: Escape key now closes Query box as cancelled.
790 - Issue #27609: IDLE: tab after initial whitespace should tab, not
794 - Issue #27609: Explicitly return None when there are also non-None
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.
812 - Issue #27452: make command line "idle-test> python test_help.py" work.
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.
824 - Issue #27372: Test_idle no longer changes the locale.
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.
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.
838 - Issue #5124: Paste with text selected now replaces the selection on X11.
842 - Issue #24750: Switch all scrollbars in IDLE to ttk versions.
845 - Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
849 - Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.
851 - Issue #27262: move Aqua unbinding code, which enable context menus, to macosx.
853 - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
856 - Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
861 - Issue #20567: Revise idle_test/README.txt with advice about avoiding
864 - Issue # 24225: Update idlelib/README.txt with new file names
867 - Issue #27156: Remove obsolete code not used by IDLE. Replacements:
876 - Issue #27117: Make colorizer htest and turtledemo work with dark themes.
879 - Issue #24225: Rename many idlelib/*.py and idle_test/test_*.py files.
884 - Issue #26673: When tk reports font size as 0, change to size 10.
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.
896 - Issue #21703: Add test for undo delegator. Patch mostly by
899 - Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
901 - Issue #23977: Add more asserts to test_delegator.
903 - Issue #20640: Add tests for idlelib.configHelpSourceEdit.
909 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
912 - Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
916 - Issue 15348: Stop the debugger engine (normally in a user process)
920 - Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
932 - Issue #24750: Improve the appearance of the IDLE editor window status bar.
935 - Issue #25313: Change the handling of new built-in text color themes to better
939 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
943 - Issue #22726: Re-activate the config dialog help button with some content
946 - Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
954 - Issue #25224: README.txt is now an idlelib index for IDLE developers and
958 - Issue #24820: Users can now set breakpoint colors in
961 - Issue #24972: Inactive selection background now matches active selection
965 - Issue #24570: Idle: make calltip and completion boxes appear on Macs
968 - Issue #24988: Idle ScrolledList context menus (used in debugger)
971 - Issue #24801: Make right-click for context menu work on Mac Aqua.
974 - Issue #25173: Associate tkinter messageboxes with a specific widget.
977 - Issue #25198: Enhance the initial html viewer now used for Idle Help.
984 - Issue #25225: Condense and rewrite Idle doc section on text colors.
986 - Issue #21995: Explain some differences between IDLE and console Python.
988 - Issue #22820: Explain need for *print* when running file from Idle editor.
990 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
992 - Issue #25219: Update doc for Idle command line options.
995 - Issue #24861: Most of idlelib is private and subject to change.
998 - Issue #25199: Idle: add synchronization comments for future maintainers.
1000 - Issue #16893: Replace help.txt with help.html for Idle doc display.
1006 - Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
1008 - Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
1015 - Issue #23672: Allow Idle to edit and run files with astral chars in name.
1018 - Issue 24745: Idle editor default font. Switch from Courier to
1023 - Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
1026 - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
1028 - Issue #23184: remove unused names and imports in idlelib.
1031 - Issue #20577: Configuration of the max line length for the FormatParagraph
1036 - Issue #16893: Update Idle doc chapter to match current Idle and add new
1039 - Issue #3068: Add Idle extension configuration dialog to Options menu.
1043 - Issue #16233: A module browser (File : Class Browser, Alt+C) requires an
1049 - Issue #4832: Save As to type Python files automatically adds .py to the
1053 - Issue #21986: Code objects are not normally pickled by the pickle module.
1056 - Issue #23180: Rename IDLE "Windows" menu item to "Window".
1059 - Issue #17390: Adjust Editor window title; remove 'Python',
1062 - Issue #14105: Idle debugger breakpoints no longer disappear
1065 - Issue #17172: Turtledemo can now be run from Idle.
1069 - Issue #21765: Add support for non-ascii identifiers to HyperParser.
1071 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
1074 - Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
1076 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
1078 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
1081 - Issue #12387: Add missing upper(lower)case versions of default Windows key
1084 - Issue #21695: Closing a Find-in-files output window while the search is
1087 - Issue #18910: Add unittest for textView. Patch by Phil Webster.
1089 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
1091 - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
1093 - Issue #21477: htest.py - Improve framework, complete set of tests.
1096 - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
1100 - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
1102 - Issue #21284: Paragraph reformat test passes after user changes reformat width.
1104 - Issue #17654: Ensure IDLE menus are customized properly on OS X for
1112 - Issue #17390: Display Python version on Idle title bar.
1115 - Issue #5066: Update IDLE docs. Patch by Todd Rovito.
1117 - Issue #17625: Close the replace dialog after it is used.
1119 - Issue #16226: Fix IDLE Path Browser crash.
1122 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
1130 - Issue #17625: Close the replace dialog after it is used.
1132 - Issue #7163: Propagate return value of sys.stdout.write.
1134 - Issue #15318: Prevent writing to sys.stdin.
1136 - Issue #4832: Modify IDLE to save files with .py extension by
1139 - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
1141 - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
1144 - Issue #10365: File open dialog now works instead of crashing even when
1147 - Issue 14876: use user-selected font for highlight configuration.
1149 - Issue #14937: Perform auto-completion of filenames in strings even for
1152 - Issue #8515: Set __file__ when run file in IDLE.
1157 - Issue #14409: IDLE now properly executes commands in the Shell window
1162 - Issue #3573: IDLE hangs when passing invalid command line args
1165 - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X
1173 - Issue #6378: Further adjust idle.bat to start associated Python
1175 - Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
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
1183 - Issue #3851: <Home> toggle non-functional when NumLock set on Windows.
1190 - Issue #5707: Use of 'filter' in keybindingDialog.py was causing custom key assignment to
1193 - Issue #4815: Offer conversion to UTF-8 if source files have
1196 - Issue #4008: Fix problems with non-ASCII source files.
1198 - Issue #4323: Always encode source as UTF-8 without asking
1203 - Issue #2665: On Windows, an IDLE installation upgraded from an old version