Lines Matching refs:Issue

5 - Issue #27854: Make Help => IDLE Help work again on Windows.
8 - Issue #25507: Add back import needed for 2.x encoding warning box.
11 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
14 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
16 - Issue #17642: add larger font sizes for classroom projection.
20 - Issue #25564: In section on IDLE -- console differences, mention that
23 - Issue #27714: text_textview and test_autocomplete now pass when re-run
27 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
29 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
31 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
40 - Issue #5124: Paste with text selected now replaces the selection on X11.
44 - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
47 - Issue #26673: When tk reports font size as 0, change to size 10.
50 - Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
55 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
59 - Issue #25905: Revert unwanted conversion of ' to � RIGHT SINGLE QUOTATION
63 - Issue #26417: Prevent spurious errors and incorrect defaults when
72 - Issue 15348: Stop the debugger engine (normally in a user process)
76 - Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
88 - Issue #24750: Improve the appearance of the IDLE editor window status bar.
91 - Issue #25313: Change the handling of new built-in text color themes to better
95 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
99 - Issue #22726: Re-activate the config dialog help button with some content
102 - Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
110 - Issue #25224: README.txt is now an idlelib index for IDLE developers and
114 - Issue #24820: Users can now set breakpoint colors in
117 - Issue #24972: Inactive selection background now matches active selection
121 - Issue #24570: Idle: make calltip and completion boxes appear on Macs
124 - Issue #24988: Idle ScrolledList context menus (used in debugger)
127 - Issue #24801: Make right-click for context menu work on Mac Aqua.
130 - Issue #25173: Associate tkinter messageboxes with a specific widget.
133 - Issue #25198: Enhance the initial html viewer now used for Idle Help.
140 - Issue #25225: Condense and rewrite Idle doc section on text colors.
142 - Issue #21995: Explain some differences between IDLE and console Python.
144 - Issue #22820: Explain need for *print* when running file from Idle editor.
146 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
148 - Issue #25219: Update doc for Idle command line options.
151 - Issue #24861: Most of idlelib is private and subject to change.
154 - Issue #25199: Idle: add synchronization comments for future maintainers.
156 - Issue #16893: Replace help.txt with help.html for Idle doc display.
162 - Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
164 - Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
166 - Issue #23672: Allow Idle to edit and run files with astral chars in name.
169 - Issue 24745: Idle editor default font. Switch from Courier to
174 - Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
177 - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
179 - Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
187 - Issue #23583: Fixed writing unicode to standard output stream in IDLE.
189 - Issue #20577: Configuration of the max line length for the FormatParagraph
194 - Issue #16893: Update Idle doc chapter to match current Idle and add new
197 - Issue #23180: Rename IDLE "Windows" menu item to "Window".
205 - Issue #16893: Update Idle doc chapter to match current Idle and add new
208 - Issue #3068: Add Idle extension configuration dialog to Options menu.
212 - Issue #16233: A module browser (File : Class Browser, Alt+C) requires an
218 - Issue #4832: Save As to type Python files automatically adds .py to the
222 - Issue #21986: Code objects are not normally pickled by the pickle module.
225 - Issue #22221: IDLE now ignores the source encoding declaration on the second
228 - Issue #17390: Adjust Editor window title; remove 'Python',
231 - Issue #14105: Idle debugger breakpoints no longer disappear
239 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
242 - Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
244 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
246 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
249 - Issue #12387: Add missing upper(lower)case versions of default Windows key
252 - Issue #21695: Closing a Find-in-files output window while the search is
255 - Issue #18910: Add unittest for textView. Patch by Phil Webster.
257 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
259 - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
266 - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
270 - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
272 - Issue #21284: Paragraph reformat test passes after user changes reformat width.
274 - Issue #20406: Use Python application icons for Idle window title bars.
277 - Issue #21029: Occurrences of "print" are now consistently colored as
281 - Issue #17721: Remove non-functional configuration dialog help button until we
284 - Issue #17390: Add Python version to Idle editor window title bar.
287 - Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
289 - Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
292 - Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
295 - Issue #17654: Ensure IDLE menus are customized properly on OS X for
303 - Issue #19426: Fixed the opening of Python source file with specified encoding.
305 - Issue #18873: IDLE now detects Python source code encoding only in comment
308 - Issue #18988: The "Tab" key now works when a word is already autocompleted.
310 - Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster.
312 - Issue #18429: Format / Format Paragraph, now works when comment blocks
316 - Issue #18226: Add docstrings and unittests for FormatParagraph.py.
319 - Issue #18279: Format - Strip trailing whitespace no longer marks a file as
323 - Issue #18539: Calltips now work for float default arguments.
325 - Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
328 - Issue #8515: Set __file__ when run file in IDLE.
331 - Issue #5492: Avoid traceback when exiting IDLE caused by a race condition.
333 - Issue #17511: Keep IDLE find dialog open after clicking "Find Next".
336 - Issue #15392: Create a unittest framework for IDLE.
340 - Issue #14146: Highlight source line while debugging on Windows.
342 - Issue #17532: Always include Options menu for IDLE on OS X.
350 - Issue #17838: Allow sys.stdin to be reassigned.
352 - Issue #14735: Update IDLE docs to omit "Control-z on Windows".
354 - Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
356 - Issue #17657: Show full Tk version in IDLE's about dialog.
359 - Issue #17613: Prevent traceback when removing syntax colorizer in IDLE.
361 - Issue #1207589: Backwards-compatibility patch for right-click menu in IDLE.
363 - Issue #16887: IDLE now accepts Cancel in tabify/untabify dialog box.
365 - Issue #14254: IDLE now handles readline correctly across shell restarts.
367 - Issue #17614: IDLE no longer raises exception when quickly closing a file.
369 - Issue #6698: IDLE now opens just an editor window when configured to do so.
371 - Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
374 - Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
376 - Issue #17390: Display Python version on Idle title bar.
384 - Issue #17625: In IDLE, close the replace dialog after it is used.
389 - Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
392 - Issue #16829: IDLE printing no longer fails if there are spaces or other
395 - Issue #16819: IDLE method completion now correctly works for unicode literals.
397 - Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
400 - Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
403 - Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
406 - Issue #9803: Don't close IDLE on saving if breakpoint is open.
409 - Issue #14958: Change IDLE systax highlighting to recognize all string and byte
412 - Issue #14962: Update text coloring in IDLE shell window after changing
415 - Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
417 - Issue #12510: Attempting to get invalid tooltip no longer closes IDLE.
420 - Issue #10365: File open dialog now works instead of crashing
423 - Issue #14876: Use user-selected font for highlight configuration.
426 - Issue #14409: IDLE now properly executes commands in the Shell window
431 - Issue #3573: IDLE hangs when passing invalid command line args
434 - Issue #5219: Prevent event handler cascade in IDLE.
436 - Issue #15318: Prevent writing to sys.stdin.
438 - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
440 - Issue #10365: File open dialog now works instead of crashing even when
443 - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X
446 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
454 - Issue #964437 Make IDLE help window non-modal.
457 - Issue #13933: IDLE auto-complete did not work with some imported
460 - Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell.
463 - Issue #4625: If IDLE cannot write to its recent file or breakpoint
467 - Issue #8793: Prevent IDLE crash when given strings with invalid hex escape
470 - Issue #13296: Fix IDLE to clear compile __future__ flags on shell restart.
473 - Issue #14409: IDLE now properly executes commands in the Shell window
478 - Issue #3573: IDLE hangs when passing invalid command line args
486 - Issue #11718: IDLE's open module dialog couldn't find the __init__.py
489 - Issue #12590: IDLE editor window now always displays the first line
492 - Issue #11088: don't crash when using F5 to run a script in IDLE on MacOSX
495 - Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
499 - Issue #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather
503 - Issue #11052: Correct IDLE menu accelerators on Mac OS X for Save
506 - Issue #6075: IDLE on Mac OS X now works with both Carbon AquaTk and
509 - Issue #10404: Use ctl-button-1 on OSX for the context menu in Idle.
511 - Issue #10107: Warn about unsaved files in IDLE on OSX.
513 - Issue #10406: Enable Rstrip IDLE extension on OSX (just like on other
516 - Issue #6378: Further adjust idle.bat to start associated Python
518 - Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
520 - Issue #4676: <Home> toggle failing on Tk 8.5, causing IDLE exits and
523 - Issue #3851 <Home> toggle non-functional when NumLock set on Windows.
530 - Issue #6378: idle.bat now runs with the appropriate Python version rather than
538 - Issue #5150: IDLE's format menu now has an option to strip trailing
541 - Issue #5847: Remove -n switch on "Edit with IDLE" menu item.
546 - Issue #5559: OutputWindow/PyShell right click menu "Go to file/line"
549 - Issue #5783: Windows: Version string for the .chm help file changed,
552 - Issue #1529142: Allow multiple IDLE GUI/subprocess pairs to exist
559 - Issue #5129: Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr
562 - Issue #3549: On MacOS the preferences menu was not present
569 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
586 - There was an error on exit if no sys.exitfunc was defined. Issue 1647.
589 Issue 1743, Issue 1862.