Lines Matching full:by

24 It previously deleted Window => Zoom Height by mistake.
107 bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.
109 Settings dialog. Fewer, but possibly extra long, lines can be squeezed by
111 by double-clicking the button or into the clipboard or a separate window
112 by right-clicking the button.
122 Patch by Kevin Walzer.
178 bpo-33664: Scroll IDLE editor text by lines.
179 (Previously, the mouse wheel and scrollbar slider moved text by a fixed
203 Coverage is 100%. Patch by Cheryl Sabella.
208 In text and entry boxes, this affects selection by double-click,
209 movement left/right by control-left/right, and deletion left/right
210 by control-BACKSPACE/DEL.
248 When tk event handling is driven by IDLE's run loop, a confusing
251 as when event handling is driven by user code. Patch based on
252 a suggestion by Serhiy Storchaka.
255 Use of TabbedPageSet in configdialog was replaced by ttk.Notebook.
258 Patch mostly by Cheryl Sabella.
262 Patch by Serhiy Storchake and Terry Jan Reedy.
268 Patch by Terry Jan Reedy.
272 Patch by Zane Bitter.
282 Patch by Terry Jan Reedy
300 Patch by Cheryl Sabella.
303 Original patches for code and tests by Guilherme Polo and
304 Cheryl Sabella, respectively. Revisions by Terry Jan Reedy.
307 This affects all dialogs. Patch by Serhiy Storchaka.
328 bpo-31414: Fix tk entry box tests by deleting first.
330 because int('') will fail. Patch by Terry Jan Reedy.
348 Initial patch by Charles Wohlganger, revised by Terry Jan Reedy.
353 Patch by Terry Jan Reedy.
357 Patch by Cheryl Sabella.
361 Patch by Terry Jan Reedy.
365 Patches by Terry Jan Reedy and Cheryl Sabella.
368 Patch by Cheryl Sabella.
371 Patch by Cheryl Sabella.
375 Patch by Cheryl Sabella.
378 Patch by Cheryl Sabella.
386 parameters. Patch by Louie Lu.
390 Initial patch by Cheryl Sabella.
394 Patch by Cheryl Sabella.
398 broken by the switch to ttk.Notebook is fixed.
399 Patch mostly by Cheryl Sabella.
402 This improves navigation by tabbing.
403 Patch by Terry Jan Reedy.
409 Patch by Terry Jan Reedy.
415 Patch by Terry Jan Reedy.
418 Patch by Terry Jan Reedy.
430 Patch by Terry Jan Reedy.
438 Patch by Louie Lu.
442 Original patch by Cheryl Sabella.
446 Patch by Louie Lu.
449 Patch by Cheryl Sabella.
452 One is a duplicate, one is set but cannot be altered by users.
453 Patch by Cheryl Sabella.
457 Patches mostly by Louie Lu.
472 Patch by Cheryl Sabella.
478 Patches by Cheryl Sabella and Terry Jan Reedy.
486 Original patch by Charles Wohlganger. Revisions by Terry Jan Reedy
488 bpo-30674: Grep -- Add docstrings. Patch by Cheryl Sabella.
491 duplicates properly. Original patch by Saimadhav Heblikar.
494 region by a key shortcut. Add "return 'break'" for this and other
496 Patch by Serhiy Storchaka.
501 Patch by Cheryl Sabella.
503 bpo-6739: Verify user-entered key sequences by trying to bind them
505 Original patch by G Polo. Tests added by Cheryl Sabella.
506 Code revised and more tests added by Terry Jan Reedy
512 using the scrollbar; selecting an item by hitting Return.
513 Hangs on MacOSX should no longer happen. Patch by Louie Lu.
519 Patches by Louie Lu and Terry Jan Reedy.
522 Patches by Cheryl Sabella and Terry Jan Reedy.
526 Patches by Louie Lu, Cheryl Sabella, and Terry Jan Reedy.
530 Patches by Louie Lu and Terry Jan Reedy.
543 Patch by Roger Serwy, updated by Bayard Randel.
565 Add Mac OSX refinements. Original patch by Mark Roseman.
598 used to get information from users by configdialog and file =>Load Module.
608 Previously, when IDLE was started from a console or by import, a cascade
609 of warnings was emitted. Patch by Serhiy Storchaka.
619 and ttk widgets. Original patch by Serhiy Storchaka.
646 - Issue #27156: Remove obsolete code not used by IDLE. Replacements:
647 1. help.txt, replaced by help.html, is out-of-date and should not be used.
648 Its dedicated viewer has be replaced by the html viewer in help.py.
667 Original patch by Saimadhav Heblikar.
670 Original patch by Saimadhav Heblikar.
673 Original patch by Westley Martínez.
675 - Issue #21703: Add test for undo delegator. Patch mostly by
683 Patch by Saimadhav Heblikar.
702 The patch by Mark Roseman does this by making two changes.
712 Patch by Mark Roseman.
715 address the compatibility problem introduced by the addition of IDLE Dark.
720 list. Patch by Mark Roseman.
738 Settings -> Custom Highlighting. Original patch by Mark Roseman.
741 background, as configured by users, on all systems. Found items are now
742 always highlighted on Windows. Initial patch by Mark Roseman.
745 affected by a tk regression. Initial patch by Mark Roseman.
748 now work on Mac Aqua. Patch by Mark Roseman.
751 Patch by Mark Roseman.
754 For Mac OSX, make them a 'sheet'. Patch by Mark Roseman.
757 * Properly indent fixed-pitch text (patch by Mark Roseman).
759 * Re-use initial width and height set by users for shell and editor.
782 The tkinter html viewer that works for this file was written by Mark Roseman.
795 Patch by Mohd Sanad Zaki Rizvi.
800 and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman.
803 Do not print false prompts. Original patch by Adnan Umer.
805 - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
808 Initial patch by Al Sweigart.
813 Patch by Tal Einat.
820 Original patch by Tal Einat.
832 - Issue #21986: Code objects are not normally pickled by the pickle module.
836 Patch by Al Sweigart.
846 Patch by Ramchandra Apt and Lita Cho.
850 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
853 - Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
855 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
857 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
861 bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
866 - Issue #18910: Add unittest for textView. Patch by Phil Webster.
868 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
870 - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
873 Patches by Saimadhav Heblikar
892 Initial patch by Edmond Burnett.
894 - Issue #5066: Update IDLE docs. Patch by Todd Rovito.
899 (Patch by Roger Serwy)
902 with certain versions of Tk 8.5. Initial patch by Kevin Walzer.
915 - Issue #4832: Modify IDLE to save files with .py extension by
932 Initial patch by Bruce Frederiksen.
970 fail. Patch by Amaury Forgeot d'Arc.