• Home
  • Raw
  • Download

Lines Matching +full:no +full:- +full:useless +full:- +full:escape

2 Released on 2021-02-15?
6 bpo-23544: Disable Debug=>Stack Viewer when user code is running or
9 bpo-43008: Make IDLE invoke :func:`sys.excepthook` in normal,
10 2-process mode. Patch by Ken Hilton.
12 bpo-33065: Fix problem debugging user classes with __repr__ method.
14 bpo-32631: Finish zzdummy example extension module: make menu entries
19 Released on 2020-12-07
22 bpo-42508: Keep IDLE running on macOS. Remove obsolete workaround
26 bpo-42426: Fix reporting offset of the RE error in searchengine.
28 bpo-42416: Get docstrings for IDLE calltips more often
31 bpo-33987: Mostly finish using ttk widgets, mainly for editor,
34 bpo-41775: Make 'IDLE Shell' the shell title.
36 bpo-35764: Rewrite the Calltips doc section.
38 bpo-40181: In calltips, stop reminding that '/' marks the end of
39 positional-only arguments.
43 Released on 2020-10-05?
46 bpo-41468: Improve IDLE run crash error message (which users should
49 bpo-41373: Save files loaded with no line ending, as when blank, or
53 bpo-41300: Save files with non-ascii chars. Fix regression in
56 bpo-37765: Add keywords to module name completion list. Rewrite
59 bpo-41152: The encoding of ``stdin``, ``stdout`` and ``stderr`` in IDLE
60 is now always UTF-8.
62 bpo-41144: Make Open Module open a special module such as os.path.
64 bpo-40723: Make test_idle pass when run after import.
67 bpo-38689: IDLE will no longer freeze when inspect.signature fails
70 bpo-27115: For 'Go to Line', use a Query entry box subclass with
73 bpo-39885: When a context menu is invoked by right-clicking outside
77 bpo-39852: Edit "Go to line" now clears any selection, preventing
80 bpo-39781: Selecting code context lines no longer causes a jump.
82 bpo-39663: Add tests for pyparse find_good_parse_start().
84 bpo-39600: Remove duplicate font names from configuration list.
86 bpo-38792: Close a shell calltip if a :exc:`KeyboardInterrupt`
89 bpo-30780: Add remaining configdialog tests for buttons and
92 bpo-39388: Settings dialog Cancel button cancels pending changes.
94 bpo-39050: Settings dialog Help button again displays help text.
96 bpo-32989: Add tests for editor newline_and_indent_event method.
100 bpo-38943: Fix autocomplete windows not always appearing on some
103 bpo-38944: Escape key now closes IDLE completion windows. Patch by
106 bpo-38862: 'Strip Trailing Whitespace' on the Format menu removes extra
107 newlines at the end of non-shell files.
109 bpo-38636: Fix IDLE Format menu tab toggle and file indent width. These
110 functions (default shortcuts Alt-T and Alt-U) were mistakenly disabled
113 bpo-4630: Add an option to toggle IDLE's cursor blink for shell,
117 bpo-26353: Stop adding newline when saving an IDLE shell window.
119 bpo-38598: Do not try to compile IDLE shell or output windows.
123 Released on 2019-10-14
126 bpo-36698: IDLE no longer fails when writing non-encodable characters
130 bpo-13153: Improve tkinter's handing of non-BMP (astral) unicode
135 bpo-35379: When exiting IDLE, catch any AttributeError. One happens
137 IDLE is run from a terminal, is useless and annoying.
139 bpo-38183: To avoid test issues, test_idle ignores the user config
140 directory. It no longer tries to create or access .idlerc or any files
143 bpo-38077: IDLE no longer adds 'argv' to the user namespace when
146 bpo-38401: Shell restart lines now fill the window width, always start
150 bpo-37092: Add mousewheel scrolling for IDLE module, path, and stack
153 bpo-35771: To avoid occasional spurious test_idle failures on slower
156 bpo-37824: Properly handle user input warnings in IDLE shell.
159 bpo-37929: IDLE Settings dialog now closes properly when there is no
162 bpo-37849: Fix completions list appearing too high or low when shown
165 bpo-36419: Refactor autocompete and improve testing.
167 bpo-37748: Reorder the Run menu. Put the most common choice,
170 bpo-37692: Improve highlight config sample with example shell
173 bpo-37628: Settings dialog no longer expands with font size.
176 bpo-17535: Add optional line numbers for IDLE editor windows.
178 bpo-37627: Initialize the Customize Run dialog with the command line
182 bpo-33610: Code context always shows the correct context when toggled on.
184 bpo-36390: Gather Format menu functions into format.py. Combine
187 bpo-37530: Optimize code context to reduce unneeded background activity.
191 bpo-27452: Cleanup config.py by inlining RemoveFile and simplifying
194 bpo-26806: To compensate for stack frames added by IDLE and avoid
199 bpo-37325: Fix tab focus traversal order for help source and custom
202 bpo-37321: Both subprocess connection error messages now refer to
205 bpo-37177: Properly attach search dialogs to their main window so
209 bpo-37039: Adjust "Zoom Height" to individual screens by momentarily
212 maximized, "Zoom Height" has no effect.
214 bpo-35763: Make calltip reminder about '/' meaning positional-only less
217 bpo-5680: Add 'Run Customized' to the Run menu to run a module with
221 bpo-35610: Replace now redundant editor.context_use_ps1 with
222 .prompt_last_line. This finishes change started in bpo-31858.
224 bpo-32411: Stop sorting dict created with desired line order.
226 bpo-37038: Make idlelib.run runnable; add test clause.
228 bpo-36958: Print any argument other than None or int passed to
231 bpo-36807: When saving a file, call file.flush() and os.fsync()
234 bpo-36429: Fix starting IDLE with pyshell.
238 bpo-30348: Increase test coverage of idlelib.autocomplete by 30%.
241 bpo-23205: Add tests and refactor grep's findfiles.
243 bpo-36405: Use dict unpacking in idlelib.
245 bpo-36396: Remove fgBg param of idlelib.config.GetHighlight().
248 bpo-23216: IDLE: Add docstrings to search modules.
250 bpo-36176: Fix IDLE autocomplete & calltip popup colors.
254 bpo-36152: Remove colorizer.ColorDelegator.close_when_done and the
258 bpo-36096: Make colorizer state variables instance-only.
260 bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6.
263 bpo-24310: Document settings dialog font tab sample.
265 bpo-35689: Add docstrings and tests for colorizer.
267 bpo-35833: Revise IDLE doc for control codes sent to Shell.
270 bpo-35770: IDLE macosx deletes Options => Configure IDLE.
275 bpo-35769: Change new file name from 'Untitled' to 'untitled'.
277 bpo-35660: Fix imports in window module.
279 bpo-35641: Properly format calltip for function without docstring.
281 bpo-33987: Use ttk Frame for ttk widgets.
283 bpo-34055: Fix erroneous 'smart' indents and newlines in IDLE Shell.
285 bpo-28097: Add Previous/Next History entries to Shell menu.
287 bpo-35591: Find Selection now works when selection not found.
289 bpo-35598: Update config_key: use PEP 8 names and ttk widgets,
292 bpo-35196: Speed up squeezer line counting.
294 bpo-35208: Squeezer now counts wrapped lines before newlines.
296 bpo-35555: Gray out Code Context menu entry when it's not applicable.
298 bpo-22703: Improve the Code Context and Zoom Height menu labels.
303 bpo-35521: Document the editor code context feature.
306 bpo-34864: When starting IDLE on MacOS, warn if the system setting
310 there will be no warning until IDLE is restarted.
312 bpo-35213: Where appropriate, use 'macOS' in idlelib.
314 bpo-34864: Document two IDLE on MacOS issues. The System Preferences
318 bpo-35202: Remove unused imports in idlelib.
320 bpo-33000: Document that IDLE's shell has no line limit.
323 bpo-23220: Explain how IDLE's Shell displays output.
326 bpo-35099: Improve the doc about IDLE running user code.
327 "IDLE -- console differences" is renamed "Running user code".
330 bpo-35097: Add IDLE doc subsection explaining editor windows.
336 bpo-1529353: Explain Shell text squeezing in the IDLE doc.
338 bpo-35088: Update idlelib.help.copy_string docstring.
341 bpo-35087: Update idlelib help files for the current doc build.
342 The main change is the elimination of chapter-section numbers.
344 bpo-1529353: Output over N lines (50 by default) is squeezed down to a button.
348 by double-clicking the button or into the clipboard or a separate window
349 by right-clicking the button.
351 bpo-34548: Use configured color theme for read-only text views.
353 bpo-33839: Refactor ToolTip and CallTip classes; add documentation
356 bpo-34047: Fix mouse wheel scrolling direction on macOS.
358 bpo-34275: Make calltips always visible on Mac.
361 bpo-34120: Fix freezing after closing some dialogs on Mac.
364 bpo-33975: Avoid small type when running htests.
365 Since part of the purpose of human-viewed tests is to determine that
369 bpo-33905: Add test for idlelib.stackview.StackBrowser.
371 bpo-33924: Change mainmenu.menudefs key 'windows' to 'window'.
375 bpo-33906: Rename idlelib.windows as window
379 bpo-33917: Fix and document idlelib/idle_test/template.py.
383 bpo-33904: In rstrip module, rename class RstripExtension as Rstrip.
385 bpo-33907: For consistency and clarity, rename calltip objects.
389 bpo-33855: Minimally test all IDLE modules.
394 bpo-33856: Add 'help' to Shell's initial welcome message.
398 Released on 2018-06-27
401 bpo-33656: On Windows, add API call saying that tk scales for DPI.
405 On other systems, it should have no effect. If you have a custom theme,
408 pyshell.py and report the problem on python-list or idle-dev@python.org.
410 bpo-33768: Clicking on a context line moves that line to the top
413 bpo-33763: Replace the code context label widget with a text widget.
415 bpo-33664: Scroll IDLE editor text by lines.
419 but currently not to read-only text views.
421 bpo-33679: Enable theme-specific color configuration for Code Context.
424 to all themes.) For built-in themes, the foreground is the same as
431 bpo-33642: Display up to maxlines non-blank lines for Code Context.
432 If there is no current context, show a single blank line. (Previously,
437 bpo-33628: Cleanup codecontext.py and its test.
439 bpo-32831: Add docstrings and tests for codecontext.py.
442 bpo-33564: Code context now recognizes async as a block opener.
444 bpo-21474: Update word/identifier definition from ascii to unicode.
445 In text and entry boxes, this affects selection by double-click,
446 movement left/right by control-left/right, and deletion left/right
447 by control-BACKSPACE/DEL.
449 bpo-33204: Consistently color invalid string prefixes.
454 bpo-32984: Set __file__ while running a startup file.
457 option -s runs a file named in environmental variable IDLESTARTUP or
458 PYTHONSTARTUP; -r file runs file. Python sets __file__ to the startup
460 prompt. IDLE now does the same when run normally, without the -n
463 bpo-32940: Replace StringTranslatePseudoMapping with faster code.
465 bpo-32916: Change 'str' to 'code' in idlelib.pyparse and users.
467 bpo-32905: Remove unused code in pyparse module.
469 bpo-32874: IDLE - add pyparse tests with 97% coverage.
471 bpo-32837: IDLE - require encoding argument for textview.view_file.
472 Using the system and place-dependent default encoding for open()
473 is a bad idea for IDLE's system and location-independent files.
475 bpo-32826: Add "encoding=utf-8" to open() in IDLE's test_help_about.
476 GUI test test_file_buttons() only looks at initial ascii-only lines,
479 a non-ascii character in CREDITS.txt.
481 bpo-32765: Update configdialog General tab create page docstring.
484 bpo-32207: Improve tk event exception tracebacks in IDLE.
486 and distracting queue.EMPTY traceback context is no longer added
491 bpo-32164: Delete unused file idlelib/tabbedpages.py.
494 bpo-32100: Fix old and new bugs in pathbrowser; improve tests.
497 bpo-31860: The font sample in the settings dialog is now editable.
501 bpo-31858: Restrict shell prompt manipulation to the shell.
504 Sys.ps1, if present, is read on Shell start-up, but is not set or changed.
507 bpo-28603: Fix a TypeError that caused a shell restart when printing
511 bpo-13802: Use non-Latin characters in the Font settings sample.
514 character. The expanded example give users of non-Latin characters
518 re-arranged. The Font/Tabs help explains a bit about the additions.
521 bpo-31460: Simplify the API of IDLE's Module Browser.
528 bpo-31649: Make _htest and _utest parameters keyword-only.
531 bpo-31459: Rename module browser from Class Browser to Module Browser.
532 The original module-level class and method browser became a module
533 browser, with the addition of module-level functions, years ago.
534 Nested classes and functions were added yesterday. For back-
535 compatibility, the virtual event <<open-class-browser>>, which
539 bpo-1612262: Module browser now shows nested classes and functions.
543 bpo-31500: Tk's default fonts now are scaled on HiDPI displays.
546 bpo-31493: Fix code context update and font update timers.
549 bpo-31488: Update non-key options in former extension classes.
554 bpo-31477: Improve rstrip entry in IDLE doc.
558 bpo-31480: fix tests to pass with zzdummy extension disabled. (#3590)
561 bpo-31421: Document how IDLE runs tkinter programs.
565 bpo-31414: Fix tk entry box tests by deleting first.
569 bpo-27099: Convert IDLE's built-in 'extensions' to regular features.
576 defined together in the system-specific default keysets in config-
577 extensions.def. All custom keysets are saved as a whole in config-
579 The affected events are '<<force-open-completions>>',
580 '<<expand-word>>', '<<force-open-calltip>>', '<<flash-paren>>',
581 '<<format-paragraph>>', '<<run-module>>', '<<check-module>>', and
582 '<<zoom-height>>'. Any (global) customizations made before 3.6.3 will
583 not affect their keyset-specific customization after 3.6.3. and vice
587 bpo-31051: Rearrange condigdialog General tab.
588 Sort non-Help options into Window (Shell+Editor) and Editor (only).
592 bpo-30617: Add docstrings and tests for outwin subclass of editor.
596 bpo-31287: Do not modify tkinter.messagebox in test_configdialog.
600 bpo-30781: Use ttk widgets in ConfigDialog pages.
604 bpo-31206: Factor HighPage(Frame) class from ConfigDialog.
607 bp0-31001: Add tests for configdialog highlight tab.
610 bpo-31205: Factor KeysPage(Frame) class from ConfigDialog.
614 bpo-31002: Add tests for configdialog keys tab.
617 bpo-19903: Change calltipes to use inspect.signature.
622 callable, has an invalid signature, or if it has positional-only
625 bop-31083: Add an outline of a TabPage class in configdialog.
629 bpo-31050: Factor GenPage(Frame) class from ConfigDialog.
633 bpo-31004: Factor FontPage(Frame) class from ConfigDialog.
638 bpo-30781: IDLE - Use ttk Notebook in ConfigDialog.
642 bpo-31060: IDLE - Finish rearranging methods of ConfigDialog.
648 bpo-30853: IDLE -- Factor a VarTrace class out of ConfigDialog.
654 bpo-31003: IDLE: Add more tests for General tab.
657 bpo-30993: IDLE - Improve configdialog font page and tests.
669 bpo-30981: IDLE -- Add more configdialog font page tests.
671 bpo-28523: IDLE: replace 'colour' with 'color' in configdialog.
673 bpo-30917: Add tests for idlelib.config.IdleConf.
677 bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
681 bpo-30899: Add tests for ConfigParser subclasses in config.
685 bpo-30881: Add docstrings to browser.py.
688 bpo-30851: Remove unused tk variables in configdialog.
692 bpo-30870: Select font option with Up and Down keys, as well as with mouse.
696 bpo-8231: Call config.IdleConf.GetUserCfgDir only once per process.
698 bpo-30779: Factor ConfigChanges class from configdialog, put in config; test.
708 bpo-30777: Configdialog - add docstrings and improve comments.
711 bpo-30495: Improve textview with docstrings, PEP8 names, and more tests.
717 bpo-30723: Make several improvements to parenmatch.
720 * Make time-delay work the same with all styles.
725 bpo-30674: Grep -- Add docstrings. Patch by Cheryl Sabella.
727 bpo-21519: IDLE's basic custom key entry dialog now detects
730 bpo-29910: IDLE no longer deletes a character after commenting out a
735 bpo-30728: Modernize idlelib.configdialog:
740 bpo-6739: Verify user-entered key sequences by trying to bind them
745 bpo-24813: Add icon to help_about and make other changes.
747 bpo-15786: Fix several problems with IDLE's autocompletion box.
750 Hangs on MacOSX should no longer happen. Patch by Louie Lu.
752 bpo-25514: Add doc subsubsection about IDLE failure to start.
753 Popup no-connection message directs users to this section.
755 bpo-30642: Fix reference leaks in IDLE tests.
758 bpo-30495: Add docstrings for textview.py and use PEP8 names.
761 bpo-30290: Help-about: use pep8 names and add tests.
765 bpo-30303: Add _utest option to textview; add new tests.
769 Issue #29071: IDLE colors f-string prefixes but not invalid ur prefixes.
776 Released on 2016-12-23
779 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
782 - Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
784 - Issue #27891: Consistently group and sort imports within idlelib modules.
786 - Issue #17642: add larger font sizes for classroom projection.
788 - Add version to title of IDLE help window.
790 - Issue #25564: In section on IDLE -- console differences, mention that
793 - Issue #27821: Fix 3.6.0a3 regression that prevented custom key sets
794 from being selected when no custom theme was defined.
796 - Issue #27714: text_textview and test_autocomplete now pass when re-run
798 -w option but without -jn. Fix warning from test_config.
800 - Issue #27621: Put query response validation error messages in the query
804 - Issue #27620: Escape key now closes Query box as cancelled.
806 - Issue #27609: IDLE: tab after initial whitespace should tab, not
810 - Issue #27609: Explicitly return None when there are also non-None
813 - Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
816 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
820 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
822 - Issue #27477: IDLE search dialogs now use ttk widgets.
824 - Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
828 - Issue #27452: make command line "idle-test> python test_help.py" work.
831 - Issue #27452: add line counter and crc to IDLE configHandler test dump.
833 - Issue #27380: IDLE: add query.py with base Query dialog and ttk widgets.
840 - Issue #27372: Test_idle no longer changes the locale.
842 - Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
844 - Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
848 - Issue #24137: Run IDLE, test_idle, and htest with tkinter default root disabled.
852 - Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
854 - Issue #5124: Paste with text selected now replaces the selection on X11.
858 - Issue #24750: Switch all scrollbars in IDLE to ttk versions.
861 - Issue #24759: IDLE requires tk 8.5 and availability ttk widgets.
865 - Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.
867 - Issue #27262: move Aqua unbinding code, which enable context menus, to macosx.
869 - Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
872 - Issue #27196: Stop 'ThemeChanged' warnings when running IDLE tests.
877 - Issue #20567: Revise idle_test/README.txt with advice about avoiding
880 - Issue # 24225: Update idlelib/README.txt with new file names
883 - Issue #27156: Remove obsolete code not used by IDLE. Replacements:
884 1. help.txt, replaced by help.html, is out-of-date and should not be used.
892 - Issue #27117: Make colorizer htest and turtledemo work with dark themes.
895 - Issue #24225: Rename many idlelib/*.py and idle_test/test_*.py files.
900 - Issue #26673: When tk reports font size as 0, change to size 10.
903 - Issue #21939: Add test for IDLE's percolator.
906 - Issue #21676: Add test for IDLE's replace dialog.
909 - Issue #18410: Add test for IDLE's search dialog.
912 - Issue #21703: Add test for undo delegator. Patch mostly by
915 - Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
917 - Issue #23977: Add more asserts to test_delegator.
919 - Issue #20640: Add tests for idlelib.configHelpSourceEdit.
922 - In the 'IDLE-console differences' section of the IDLE doc, clarify
925 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
928 - Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
930 Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
932 - Issue 15348: Stop the debugger engine (normally in a user process)
936 - Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
944 - Change 'The program' to 'Your program' in an IDLE 'kill program?' message
948 - Issue #24750: Improve the appearance of the IDLE editor window status bar.
951 - Issue #25313: Change the handling of new built-in text color themes to better
955 - Issue #24782: Extension configuration is now a tab in the IDLE Preferences
959 - Issue #22726: Re-activate the config dialog help button with some content
962 - Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
970 - Issue #25224: README.txt is now an idlelib index for IDLE developers and
974 - Issue #24820: Users can now set breakpoint colors in
975 Settings -> Custom Highlighting. Original patch by Mark Roseman.
977 - Issue #24972: Inactive selection background now matches active selection
981 - Issue #24570: Idle: make calltip and completion boxes appear on Macs
984 - Issue #24988: Idle ScrolledList context menus (used in debugger)
987 - Issue #24801: Make right-click for context menu work on Mac Aqua.
990 - Issue #25173: Associate tkinter messageboxes with a specific widget.
993 - Issue #25198: Enhance the initial html viewer now used for Idle Help.
994 * Properly indent fixed-pitch text (patch by Mark Roseman).
995 * Give code snippet a very Sphinx-like light blueish-gray background.
996 * Re-use initial width and height set by users for shell and editor.
1000 - Issue #25225: Condense and rewrite Idle doc section on text colors.
1002 - Issue #21995: Explain some differences between IDLE and console Python.
1004 - Issue #22820: Explain need for *print* when running file from Idle editor.
1006 - Issue #25224: Doc: augment Idle feature list and no-subprocess section.
1008 - Issue #25219: Update doc for Idle command line options.
1011 - Issue #24861: Most of idlelib is private and subject to change.
1014 - Issue #25199: Idle: add synchronization comments for future maintainers.
1016 - Issue #16893: Replace help.txt with help.html for Idle doc display.
1022 - Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
1024 - Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
1029 *Release date: 2015-09-13*
1031 - Issue #23672: Allow Idle to edit and run files with astral chars in name.
1034 - Issue 24745: Idle editor default font. Switch from Courier to
1035 platform-sensitive TkFixedFont. This should not affect current customized
1036 font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg
1039 - Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
1042 - Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
1044 - Issue #23184: remove unused names and imports in idlelib.
1047 - Issue #20577: Configuration of the max line length for the FormatParagraph
1052 - Issue #16893: Update Idle doc chapter to match current Idle and add new
1055 - Issue #3068: Add Idle extension configuration dialog to Options menu.
1056 Changes are written to HOME/.idlerc/config-extensions.cfg.
1059 - Issue #16233: A module browser (File : Class Browser, Alt+C) requires an
1061 from a shell, output window, or 'Untitled' editor, Idle no longer displays
1065 - Issue #4832: Save As to type Python files automatically adds .py to the
1069 - Issue #21986: Code objects are not normally pickled by the pickle module.
1070 To match this, they are no longer pickled when running under Idle.
1072 - Issue #23180: Rename IDLE "Windows" menu item to "Window".
1075 - Issue #17390: Adjust Editor window title; remove 'Python',
1078 - Issue #14105: Idle debugger breakpoints no longer disappear
1081 - Issue #17172: Turtledemo can now be run from Idle.
1085 - Issue #21765: Add support for non-ascii identifiers to HyperParser.
1087 - Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
1090 - Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
1092 - Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
1094 - Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
1097 - Issue #12387: Add missing upper(lower)case versions of default Windows key
1100 - Issue #21695: Closing a Find-in-files output window while the search is
1101 still in progress no longer closes Idle.
1103 - Issue #18910: Add unittest for textView. Patch by Phil Webster.
1105 - Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
1107 - Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
1109 - Issue #21477: htest.py - Improve framework, complete set of tests.
1112 - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
1113 consolidating and improving human-validated tests of Idle. Change other files
1116 - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
1118 - Issue #21284: Paragraph reformat test passes after user changes reformat width.
1120 - Issue #17654: Ensure IDLE menus are customized properly on OS X for
1121 non-framework builds and for all variants of Tk.
1126 *Release date: 2014-03-16*
1128 - Issue #17390: Display Python version on Idle title bar.
1131 - Issue #5066: Update IDLE docs. Patch by Todd Rovito.
1133 - Issue #17625: Close the replace dialog after it is used.
1135 - Issue #16226: Fix IDLE Path Browser crash.
1138 - Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
1144 *Release date: 2012-09-29*
1146 - Issue #17625: Close the replace dialog after it is used.
1148 - Issue #7163: Propagate return value of sys.stdout.write.
1150 - Issue #15318: Prevent writing to sys.stdin.
1152 - Issue #4832: Modify IDLE to save files with .py extension by
1155 - Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
1157 - Issue # 12510: Attempt to get certain tool tips no longer crashes IDLE.
1160 - Issue #10365: File open dialog now works instead of crashing even when
1163 - Issue 14876: use user-selected font for highlight configuration.
1165 - Issue #14937: Perform auto-completion of filenames in strings even for
1166 non-ASCII filenames. Likewise for identifiers.
1168 - Issue #8515: Set __file__ when run file in IDLE.
1171 - IDLE can be launched as `python -m idlelib`
1173 - Issue #14409: IDLE now properly executes commands in the Shell window
1175 has to use the built-in default key bindings.
1178 - Issue #3573: IDLE hangs when passing invalid command line args
1181 - Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X
1187 *Release date: 15-May-11*
1189 - Issue #6378: Further adjust idle.bat to start associated Python
1191 - Issue #11896: Save on Close failed despite selecting "Yes" in dialog.
1193 - Issue #1028: Ctrl-space binding to show completions was causing IDLE to exit.
1196 - Issue #4676: <Home> toggle failing on Tk 8.5, causing IDLE exits and strange selection
1199 - Issue #3851: <Home> toggle non-functional when NumLock set on Windows.
1204 *Release date: 06-May-09*
1206 - Issue #5707: Use of 'filter' in keybindingDialog.py was causing custom key assignment to
1209 - Issue #4815: Offer conversion to UTF-8 if source files have
1210 no encoding declaration and are not encoded in UTF-8.
1212 - Issue #4008: Fix problems with non-ASCII source files.
1214 - Issue #4323: Always encode source as UTF-8 without asking
1219 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
1222 ------------------------------------------------------------------------
1224 ------------------------------------------------------------------------