• Home
  • Raw
  • Download

Lines Matching +full:localhost +full:- +full:test +full:- +full:win

3 *Release date: 2017-01-01?*
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.
18 - Add version to title of IDLE help window.
20 - Issue #25564: In section on IDLE -- console differences, mention that
23 - Issue #27714: text_textview and test_autocomplete now pass when re-run
25 -w option but without -jn. Fix warning from test_config.
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.
38 *Release date: 2015-06-25*
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
45 is a private implementation of test.test_idle and tool for maintainers.
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.
52 - In the 'IDLE-console differences' section of the IDLE doc, clarify
55 - Issue #25507: fix incorrect change in IOBinding that prevented printing.
56 Change also prevented saving shell window with non-ascii characters.
59 - Issue #25905: Revert unwanted conversion of ' to � RIGHT SINGLE QUOTATION
61 Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
63 - Issue #26417: Prevent spurious errors and incorrect defaults when
70 *Release date: 2015-12-06*
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
84 - Change 'The program' to 'Your program' in an IDLE 'kill program?' message
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
115 Settings -> Custom Highlighting. Original patch by Mark Roseman.
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.
134 * Properly indent fixed-pitch text (patch by Mark Roseman).
135 * Give code snippet a very Sphinx-like light blueish-gray background.
136 * Re-use initial width and height set by users for shell and editor.
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
170 platform-sensitive TkFixedFont. This should not affect current customized
171 font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg
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
185 *Release date: 2015-05-23*
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".
203 *Release date: 2014-12-10*
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.
209 Changes are written to HOME/.idlerc/config-extensions.cfg.
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
237 *Release date: 2014-06-29*
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.
264 *Release date: 2014-05-31*
266 - Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
267 consolidating and improving human-validated tests of Idle. Change other files
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
296 non-framework builds and for all variants of Tk.
301 *Release date: 2013-11-10*
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
321 test file originally written by Phil Webster (the issue's main goal).
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.
348 *Release date: 2013-05-12*
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.
382 *Release date: 2013-04-06*
384 - Issue #17625: In IDLE, close the replace dialog after it is used.
386 - IDLE was displaying spurious SystemExit tracebacks when running scripts
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
428 has to use the built-in default key bindings.
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
452 *Release date: 2012-04-09*
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
475 has to use the built-in default key bindings.
478 - Issue #3573: IDLE hangs when passing invalid command line args
484 *Release date: 2011-06-11*
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
500 than the currently problematic Apple-supplied one, when running with the
501 64-/32-bit installer variant.
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.
528 *Release date: 2010-11-27*
530 - Issue #6378: idle.bat now runs with the appropriate Python version rather than
536 *Release date: 2010-07-03*
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.
543 - idle.py modified and simplified to better support developing experimental
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
556 - Remove port spec from run.py and fix bug where subprocess fails to
559 - Issue #5129: Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr
562 - Issue #3549: On MacOS the preferences menu was not present
567 *Release date: 01-Oct-2008*
569 - Issue #2665: On Windows, an IDLE installation upgraded from an old version
572 - Home / Control-A toggles between left margin and end of leading white
575 - Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.
577 - Autocompletion of filenames now support alternate separators, e.g. the
580 - Configured selection highlighting colors were ignored; updating highlighting
581 in the config dialog would cause non-Python files to be colored as if they
584 - ScriptBinding event handlers weren't returning 'break'. Patch 2050, Tal Einat.
586 - There was an error on exit if no sys.exitfunc was defined. Issue 1647.
588 - Could not open files in .idlerc directory if latter was hidden on Windows.
591 - Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat.
593 - tabpage.py updated: tabbedPages.py now supports multiple dynamic rows
596 - Add confirmation dialog before printing. Patch 1717170 Tal Einat.
598 - Show paste position if > 80 col. Patch 1659326 Tal Einat.
600 - Update cursor color without restarting. Patch 1725576 Tal Einat.
602 - Allow keyboard interrupt only when user code is executing in subprocess.
603 Patch 1225 Tal Einat (reworked from IDLE-Spoon).
605 - configDialog cleanup. Patch 1730217 Tal Einat.
607 - textView cleanup. Patch 1718043 Tal Einat.
609 - Clean up EditorWindow close.
611 - Patch 1693258: Fix for duplicate "preferences" menu-OS X. Backport of r56204.
613 - OSX: Avoid crash for those versions of Tcl/Tk which don't have a console
615 - Bug in idlelib.MultiCall: Options dialog was crashing IDLE if there was an
616 option in config-extensions w/o a value. Patch #1672481, Tal Einat
618 - Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
620 current selection and closes ACW (similar to double-click and Return); scroll
623 - AutoCompleteWindow moved below input line, will move above if there
626 - Calltips now 'handle' tuples in the argument list (display '<tuple>' :)
629 - Add 'raw' support to configHandler. Patch 1650174 Tal Einat.
631 - Avoid hang when encountering a duplicate in a completion list. Bug 1571112.
633 - Patch #1362975: Rework CodeContext indentation algorithm to
634 avoid hard-coding pixel widths.
636 - Bug #813342: Start the IDLE subprocess with -Qnew if the parent
639 - Honor the "Cancel" action in the save dialog (Debian bug #299092)
641 - Some syntax errors were being caught by tokenize during the tabnanny
645 - IDLE's version number takes a big jump to match the version number of
651 *Release date: 19-SEP-2006*
653 - File menu hotkeys: there were three 'p' assignments. Reassign the
657 - IDLE honors new quit() and exit() commands from site.py Quitter() object.
660 - The 'with' statement is now a Code Context block opener.
663 - Retrieval of previous shell command was not always preserving indentation
666 - Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
668 - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
670 - When used w/o subprocess, all exceptions were preceded by an error
673 - Bug #1525817: Don't truncate short lines in IDLE's tool tips.
675 - Bug #1517990: IDLE keybindings on MacOS X now work correctly
677 - Bug #1517996: IDLE now longer shows the default Tk menu when a
680 - EditorWindow.test() was failing. Bug 1417598
682 - EditorWindow failed when used stand-alone if sys.ps1 not set.
685 - Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie
687 - Avoid occasional failure to detect closing paren properly.
690 - Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168.
692 - Colorizer now handles #<builtin> correctly, also unicode strings and
696 - Patch #1162825: Support non-ASCII characters in IDLE window titles.
698 - Source file f.flush() after writing; trying to avoid lossage if user
701 - Options / Keys / Advanced dialog made functional. Also, allow binding
704 - 'syntax' patch adds improved calltips and a new class attribute listbox.
708 - Better indentation after first line of string continuation.
711 - Fixed CodeContext alignment problem, following suggestion from Tal Einat.
713 - Increased performance in CodeContext extension Patch 936169 Noam Raphael
715 - Mac line endings were incorrect when pasting code from some browsers
718 - <Enter> when cursor is on a previous command retrieves that command. Instead
723 - Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
726 - Corrected "tab/space" Error Dialog to show correct menu for Untabify.
729 - New files are colorized by default, and colorizing is removed when
730 saving as non-Python files. Patch 1196895 Jeff Shute
733 - Improve subprocess link error notification.
735 - run.py: use Queue's blocking feature instead of sleeping in the main
738 - Add config-main option to make the 'history' feature non-cyclic.
741 - Removed ability to configure tabs indent from Options dialog. This 'feature'
743 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on
747 - Enable setting the indentation width using the Options dialog.
750 - Add keybindings for del-word-left and del-word-right.
752 - Discourage using an indent width other than 8 when using tabs to indent
755 - Restore use of EditorWindow.set_indentation_params(), was dead code since
761 - Add Tabnanny check before Run/F5, not just when Checking module.
763 - If an extension can't be loaded, print warning and skip it instead of
766 - Improve error handling when .idlerc can't be created (warn and exit).
768 - The GUI was hanging if the shell window was closed while a raw_input()
770 http://mail.python.org/pipermail/idle-dev/2004-December/002307.html
772 - The remote procedure call module rpc.py can now access data attributes of
778 *Release date: 30-NOV-2004*
780 - On OpenBSD, terminating IDLE with ctrl-c from the command line caused a
783 - Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set"
785 config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535.
787 - A change to the linecache.py API caused IDLE to exit when an exception was
788 raised while running without the subprocess (-n switch). Python Bug 1063840.
790 - When paragraph reformat width was made configurable, a bug was
796 - Improve keyboard focus binding, especially in Windows menu. Improve
800 - If user passes a non-existent filename on the commandline, just
803 - EditorWindow.py was not finding the .chm help file on Windows. Typo
806 - checking sys.platform for substring 'win' was breaking IDLE docs on Mac
809 - Redirect the warning stream to the shell during the ScriptBinding check of
813 - CodeContext hint pane visibility state is now persistent across sessions.
818 - Paragraph reformat width is now a configurable parameter in the
821 - New Extension: CodeContext. Provides block structuring hints for code
824 - If nulls somehow got into the strings in recent-files.lst
827 - If the normal background is changed via Configure/Highlighting, it will
830 - Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
832 refreshed and Python bug [897872 ] Unknown color name on HP-UX
834 - rpc.py:SocketIO - Large modules were generating large pickles when downloaded
837 ready. Add an IO ready test to fix this. Moved the polling IO ready test
840 - Fix typo in rpc.py, s/b "pickle.PicklingError" not "pickle.UnpicklingError".
842 - Added a Tk error dialog to run.py inform the user if the subprocess can't
848 - Print correct exception even if source file changed since shell was
851 - Keybindings with the Shift modifier now work correctly. So do bindings which
855 - After an exception, run.py was not setting the exception vector. Noam
859 - IDLE now does not fail to save the file anymore if the Tk buffer is not a
862 - IDLE didn't start correctly when Python was installed in "Program Files" on
865 - config-main.def documentation incorrectly referred to idle- instead of
866 config- filenames. SF 782759 Also added note about .idlerc location.
871 *Release date: 29-Jul-2003*
873 - Calltip error when docstring was None Python Bug 775541
875 - Updated extend.txt, help.txt, and config-extensions.def to correctly
878 - Fixed: Call Tip Trimming May Loop Forever. Python Patch 769142 (Daniels)
880 - Replaced apply(f, args, kwds) with f(*args, **kwargs) to improve performance
883 - Break or continue statements outside a loop were causing IDLE crash
886 - Convert Unicode strings from readline to IOBinding.encoding. Also set
890 - Extend AboutDialog.ViewFile() to support file encodings. Make the CREDITS
891 file Latin-1.
893 - Updated the About dialog to reflect re-integration into Python. Provide
897 - TextViewer() now has a third parameter which allows inserting text into the
900 - (Created the .../Lib/idlelib directory in the Python CVS, which is a clone of
904 - Printing the Shell window was failing if it was not saved first SF 748975
906 - When using the Search in Files dialog, if the user had a selection
909 - The Python Shell entry was disappearing from the Windows menu.
911 - Update the Windows file list when a file name change occurs
913 - Change to File / Open Module: always pop up the dialog, using the current
916 - Avoided a problem with starting the subprocess when 'localhost' doesn't
919 - Fixed an issue with highlighted errors never de-colorizing. SF 747677. Also
922 - File / New will by default save in the directory of the Edit window from
928 *Release date: 02-Jun-2003*
930 - The current working directory of the execution environment (and shell
933 - Added the delete-exitfunc option to config-main.def. (This option is not
937 - IDLE now preserves the line ending codes when editing a file produced on
940 - Reduced default editor font size to 10 point and increased window height
943 - Options / Fonts/Tabs / Set Base Editor Font: List box was not highlighting
946 - Added Autosave feature: when user runs code from edit window, if the file
951 - Improved the RESTART annotation in the shell window when the user restarts
953 repeatedly hammers the Ctrl-F6 restart.
955 - Allow IDLE to run when not installed and cwd is not the IDLE directory
956 SF Patch 686254 "Run IDLEfork from any directory without set-up" - Raphael
958 - When a module is run from an EditorWindow: if its directory is not in
962 - Correctly restart the subprocess if it is running user code and the user
964 the link is broken and it is possible to restart the subprocess and re-
967 - Improved exception reporting when running commands or scripts from the
970 - Added a -n command line switch to start IDLE without the subprocess.
973 - Added a comment to the shell startup header to indicate when IDLE is not
976 - Restore the ability to run without the subprocess. This can be important for
982 edit the code and a separate instance run to test changes. (Multiple
985 - Improve the error message a user gets when saving a file with non-ASCII
987 'EncodingMessage', which contains the line to add in a fixed-font entry
990 possible values: none, utf-8, and locale. None is the default: IDLE will show
991 this dialog when non-ASCII characters are encountered. utf-8 means that files
992 with non-ASCII characters are saved as utf-8-with-bom. locale means that
994 source contains characters outside the locale's charset. SF 710733 - Loewis
996 - Improved I/O response by tweaking the wait parameter in various
999 - Implemented a threaded subprocess which allows interrupting a pass
1004 - Implemented the 'interrupt' extension module, which allows a subthread
1007 - Attempting to save the shell raised an error related to saving
1010 - Provide a correct message when 'exit' or 'quit' are entered at the
1013 - Eliminate extra blank line in shell output caused by not flushing
1016 - Moved responsibility for exception formatting (i.e. pruning IDLE internal
1019 - Exit IDLE cleanly even when doing subprocess I/O
1021 - Handle subprocess interrupt with an RPC message.
1023 - Restart the subprocess if it terminates itself. (VPython programs do that)
1025 - Support subclassing of exceptions, including in the shell, by moving the
1031 *Release date: 27-Jan-2003*
1033 - Updated INSTALL.txt to claify use of the python2 rpm.
1035 - Improved formatting in IDLE Help.
1037 - Run menu: Replace "Run Script" with "Run Module".
1039 - Code encountering an unhandled exception under the debugger now shows
1042 - If an exception occurs entirely in IDLE, don't prune the IDLE internal
1045 - Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
1047 - IDLE icons will now install correctly even when setup.py is run from the
1050 - Class Browser now compatible with Python2.3 version of pyclbr.py
1052 - Left cursor move in presence of selected text now moves from left end
1055 - Add Meta keybindings to "IDLE Classic Windows" to handle reversed
1058 - Change default: IDLE now starts with Python Shell.
1060 - Removed the File Path from the Additional Help Sources scrolled list.
1062 - Add capability to access Additional Help Sources on the web if the
1066 - Additional Help Sources were not being posted on the Help menu in the
1070 - Add Browse button to New Help Source dialog. Arrange to start in
1073 - Put the Additional Help Sources directly on the Help menu instead of in
1077 - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
1079 - Uniform capitalization in General tab of ConfigDialog, update the doc string.
1081 - Fix bug in ConfigDialog where SaveAllChangedConfig() was unexpectedly
1084 - Make configHelpSourceEdit OK button the default and bind <Return>
1086 - Fix Tk root pop-ups in configHelpSourceEdit: error dialogs not attached
1089 - Use os.startfile() to open both Additional Help and Python Help on the
1094 - If Python Help files are installed locally on Linux, use them instead of
1097 - Make the methods for finding the Python help docs more robust, and make
1100 - On the Save Before Run dialog, make the OK button the default. One
1103 - Add a method: EditorWindow.get_geometry() for future use in implementing
1106 - Removed the "Help/Advice" menu entry. Thanks, David! We'll remember!
1108 - Change the "Classic Windows" theme's paste key to be <ctrl-v>.
1110 - Rearrange the Shell menu to put Stack Viewer entries adjacent.
1112 - Add the ability to restart the subprocess interpreter from the shell window;
1113 add an associated menu entry "Shell/Restart" with binding Control-F6. Update
1116 - Upon a restart, annotate the shell window with a "restart boundary". Add a
1120 - Add Shell menu to Python Shell; change "Settings" to "Options".
1122 - Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
1124 - Add INSTALL.txt, HISTORY.txt, NEWS.txt to installed configuration.
1126 - In installer text, fix reference to Visual Python, should be VPython.
1129 - Modified idle, idle.py, idle.pyw to improve exception handling.
1134 *Release date: 31-Dec-2002*
1136 - First release of major new functionality. For further details refer to
1137 Idle-dev and/or the Sourceforge CVS.
1139 - Adapted to the Mac platform.
1141 - Overhauled the IDLE startup options and revised the idle -h help message,
1144 - Multiple bug fixes and usability enhancements.
1146 - Introduced the new RPC implementation, which includes a debugger. The output
1151 - Introduced the configuration GUI and a new About dialog.
1153 - Removed David Scherer's Remote Procedure Call code and replaced with Guido
1158 --------------------------------------------------------------------
1160 --------------------------------------------------------------------