Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib64/python2..../idlelib
File: NEWS.txt
Since 2.7.13, only severe bugs are fixed on the 2.7 branch.
[0] Fix | Delete
[1] Fix | Delete
What's New in IDLE 2.7.17?
[2] Fix | Delete
==========================
[3] Fix | Delete
*Release date: 2019-07-??*
[4] Fix | Delete
[5] Fix | Delete
bpo-36807: When saving a file, call file.flush() and os.fsync()
[6] Fix | Delete
so bits are flushed to e.g. a USB drive.
[7] Fix | Delete
[8] Fix | Delete
[9] Fix | Delete
What's New in IDLE 2.7.16?
[10] Fix | Delete
==========================
[11] Fix | Delete
*Release date: 2019-03-02*
[12] Fix | Delete
[13] Fix | Delete
bpo-31500: Default fonts now are scaled on HiDPI displays.
[14] Fix | Delete
[15] Fix | Delete
bpo-34275: Make calltips always visible on Mac.
[16] Fix | Delete
Patch by Kevin Walzer.
[17] Fix | Delete
[18] Fix | Delete
bpo-34120: Fix freezing after closing some dialogs on Mac.
[19] Fix | Delete
This is one of multiple regressions from using newer tcl/tk.
[20] Fix | Delete
[21] Fix | Delete
[22] Fix | Delete
What's New in IDLE 2.7.13?
[23] Fix | Delete
==========================
[24] Fix | Delete
*Release date: 2016-12-17*
[25] Fix | Delete
[26] Fix | Delete
- Issue #27854: Make Help => IDLE Help work again on Windows.
[27] Fix | Delete
Include idlelib/help.html in 2.7 Windows installer.
[28] Fix | Delete
[29] Fix | Delete
- Issue #25507: Add back import needed for 2.x encoding warning box.
[30] Fix | Delete
Add pointer to 'Encoding declaration' in Language Reference.
[31] Fix | Delete
[32] Fix | Delete
- Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
[33] Fix | Delete
Patch by Roger Serwy, updated by Bayard Randel.
[34] Fix | Delete
[35] Fix | Delete
- Issue #27922: Stop IDLE tests from 'flashing' gui widgets on the screen.
[36] Fix | Delete
[37] Fix | Delete
- Issue #17642: add larger font sizes for classroom projection.
[38] Fix | Delete
[39] Fix | Delete
- Add version to title of IDLE help window.
[40] Fix | Delete
[41] Fix | Delete
- Issue #25564: In section on IDLE -- console differences, mention that
[42] Fix | Delete
using exec means that __builtins__ is defined for each statement.
[43] Fix | Delete
[44] Fix | Delete
- Issue #27714: text_textview and test_autocomplete now pass when re-run
[45] Fix | Delete
in the same process. This occurs when test_idle fails when run with the
[46] Fix | Delete
-w option but without -jn. Fix warning from test_config.
[47] Fix | Delete
[48] Fix | Delete
- Issue #27452: add line counter and crc to IDLE configHandler test dump.
[49] Fix | Delete
[50] Fix | Delete
- Issue #27365: Allow non-ascii chars in IDLE NEWS.txt, for contributor names.
[51] Fix | Delete
[52] Fix | Delete
- Issue #27245: IDLE: Cleanly delete custom themes and key bindings.
[53] Fix | Delete
Previously, when IDLE was started from a console or by import, a cascade
[54] Fix | Delete
of warnings was emitted. Patch by Serhiy Storchaka.
[55] Fix | Delete
[56] Fix | Delete
[57] Fix | Delete
What's New in IDLE 2.7.12?
[58] Fix | Delete
==========================
[59] Fix | Delete
*Release date: 2016-06-25*
[60] Fix | Delete
[61] Fix | Delete
- Issue #5124: Paste with text selected now replaces the selection on X11.
[62] Fix | Delete
This matches how paste works on Windows, Mac, most modern Linux apps,
[63] Fix | Delete
and ttk widgets. Original patch by Serhiy Storchaka.
[64] Fix | Delete
[65] Fix | Delete
- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
[66] Fix | Delete
is a private implementation of test.test_idle and tool for maintainers.
[67] Fix | Delete
[68] Fix | Delete
- Issue #26673: When tk reports font size as 0, change to size 10.
[69] Fix | Delete
Such fonts on Linux prevented the configuration dialog from opening.
[70] Fix | Delete
[71] Fix | Delete
- Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
[72] Fix | Delete
[73] Fix | Delete
- In the 'IDLE-console differences' section of the IDLE doc, clarify
[74] Fix | Delete
how running with IDLE affects sys.modules and the standard streams.
[75] Fix | Delete
[76] Fix | Delete
- Issue #25507: fix incorrect change in IOBinding that prevented printing.
[77] Fix | Delete
Change also prevented saving shell window with non-ascii characters.
[78] Fix | Delete
Augment IOBinding htest to include all major IOBinding functions.
[79] Fix | Delete
[80] Fix | Delete
[81] Fix | Delete
MARK in README.txt and open this and NEWS.txt with 'ascii'.
[82] Fix | Delete
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
[83] Fix | Delete
[84] Fix | Delete
- Issue #26417: Prevent spurious errors and incorrect defaults when
[85] Fix | Delete
installing IDLE 2.7 on OS X: default configuration settings are
[86] Fix | Delete
no longer installed from OS X specific copies.
[87] Fix | Delete
[88] Fix | Delete
[89] Fix | Delete
What's New in IDLE 2.7.11?
[90] Fix | Delete
==========================
[91] Fix | Delete
*Release date: 2015-12-06*
[92] Fix | Delete
[93] Fix | Delete
- Issue 15348: Stop the debugger engine (normally in a user process)
[94] Fix | Delete
before closing the debugger window (running in the IDLE process).
[95] Fix | Delete
This prevents the RuntimeErrors that were being caught and ignored.
[96] Fix | Delete
[97] Fix | Delete
- Issue #24455: Prevent IDLE from hanging when a) closing the shell while the
[98] Fix | Delete
debugger is active (15347); b) closing the debugger with the [X] button
[99] Fix | Delete
(15348); and c) activating the debugger when already active (24455).
[100] Fix | Delete
The patch by Mark Roseman does this by making two changes.
[101] Fix | Delete
1. Suspend and resume the gui.interaction method with the tcl vwait
[102] Fix | Delete
mechanism intended for this purpose (instead of root.mainloop & .quit).
[103] Fix | Delete
2. In gui.run, allow any existing interaction to terminate first.
[104] Fix | Delete
[105] Fix | Delete
- Change 'The program' to 'Your program' in an IDLE 'kill program?' message
[106] Fix | Delete
to make it clearer that the program referred to is the currently running
[107] Fix | Delete
user program, not IDLE itself.
[108] Fix | Delete
[109] Fix | Delete
- Issue #24750: Improve the appearance of the IDLE editor window status bar.
[110] Fix | Delete
Patch by Mark Roseman.
[111] Fix | Delete
[112] Fix | Delete
- Issue #25313: Change the handling of new built-in text color themes to better
[113] Fix | Delete
address the compatibility problem introduced by the addition of IDLE Dark.
[114] Fix | Delete
Consistently use the revised idleConf.CurrentTheme everywhere in idlelib.
[115] Fix | Delete
[116] Fix | Delete
- Issue #24782: Extension configuration is now a tab in the IDLE Preferences
[117] Fix | Delete
dialog rather than a separate dialog. The former tabs are now a sorted
[118] Fix | Delete
list. Patch by Mark Roseman.
[119] Fix | Delete
[120] Fix | Delete
- Issue #22726: Re-activate the config dialog help button with some content
[121] Fix | Delete
about the other buttons and the new IDLE Dark theme.
[122] Fix | Delete
[123] Fix | Delete
- Issue #24820: IDLE now has an 'IDLE Dark' built-in text color theme.
[124] Fix | Delete
It is more or less IDLE Classic inverted, with a cobalt blue background.
[125] Fix | Delete
Strings, comments, keywords, ... are still green, red, orange, ... .
[126] Fix | Delete
To use it with IDLEs released before November 2015, hit the
[127] Fix | Delete
'Save as New Custom Theme' button and enter a new name,
[128] Fix | Delete
such as 'Custom Dark'. The custom theme will work with any IDLE
[129] Fix | Delete
release, and can be modified.
[130] Fix | Delete
[131] Fix | Delete
- Issue #25224: README.txt is now an idlelib index for IDLE developers and
[132] Fix | Delete
curious users. The previous user content is now in the IDLE doc chapter.
[133] Fix | Delete
'IDLE' now means 'Integrated Development and Learning Environment'.
[134] Fix | Delete
[135] Fix | Delete
- Issue #24820: Users can now set breakpoint colors in
[136] Fix | Delete
Settings -> Custom Highlighting. Original patch by Mark Roseman.
[137] Fix | Delete
[138] Fix | Delete
- Issue #24972: Inactive selection background now matches active selection
[139] Fix | Delete
background, as configured by users, on all systems. Found items are now
[140] Fix | Delete
always highlighted on Windows. Initial patch by Mark Roseman.
[141] Fix | Delete
[142] Fix | Delete
- Issue #24570: Idle: make calltip and completion boxes appear on Macs
[143] Fix | Delete
affected by a tk regression. Initial patch by Mark Roseman.
[144] Fix | Delete
[145] Fix | Delete
- Issue #24988: Idle ScrolledList context menus (used in debugger)
[146] Fix | Delete
now work on Mac Aqua. Patch by Mark Roseman.
[147] Fix | Delete
[148] Fix | Delete
- Issue #24801: Make right-click for context menu work on Mac Aqua.
[149] Fix | Delete
Patch by Mark Roseman.
[150] Fix | Delete
[151] Fix | Delete
- Issue #25173: Associate tkinter messageboxes with a specific widget.
[152] Fix | Delete
For Mac OSX, make them a 'sheet'. Patch by Mark Roseman.
[153] Fix | Delete
[154] Fix | Delete
- Issue #25198: Enhance the initial html viewer now used for Idle Help.
[155] Fix | Delete
* Properly indent fixed-pitch text (patch by Mark Roseman).
[156] Fix | Delete
* Give code snippet a very Sphinx-like light blueish-gray background.
[157] Fix | Delete
* Re-use initial width and height set by users for shell and editor.
[158] Fix | Delete
* When the Table of Contents (TOC) menu is used, put the section header
[159] Fix | Delete
at the top of the screen.
[160] Fix | Delete
[161] Fix | Delete
- Issue #25225: Condense and rewrite Idle doc section on text colors.
[162] Fix | Delete
[163] Fix | Delete
- Issue #21995: Explain some differences between IDLE and console Python.
[164] Fix | Delete
[165] Fix | Delete
- Issue #22820: Explain need for *print* when running file from Idle editor.
[166] Fix | Delete
[167] Fix | Delete
- Issue #25224: Doc: augment Idle feature list and no-subprocess section.
[168] Fix | Delete
[169] Fix | Delete
- Issue #25219: Update doc for Idle command line options.
[170] Fix | Delete
Some were missing and notes were not correct.
[171] Fix | Delete
[172] Fix | Delete
- Issue #24861: Most of idlelib is private and subject to change.
[173] Fix | Delete
Use idleib.idle.* to start Idle. See idlelib.__init__.__doc__.
[174] Fix | Delete
[175] Fix | Delete
- Issue #25199: Idle: add synchronization comments for future maintainers.
[176] Fix | Delete
[177] Fix | Delete
- Issue #16893: Replace help.txt with help.html for Idle doc display.
[178] Fix | Delete
The new idlelib/help.html is rstripped Doc/build/html/library/idle.html.
[179] Fix | Delete
It looks better than help.txt and will better document Idle as released.
[180] Fix | Delete
The tkinter html viewer that works for this file was written by Mark Roseman.
[181] Fix | Delete
The now unused EditorWindow.HelpDialog class and helt.txt file are deprecated.
[182] Fix | Delete
[183] Fix | Delete
- Issue #24199: Deprecate unused idlelib.idlever with possible removal in 3.6.
[184] Fix | Delete
[185] Fix | Delete
- Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts).
[186] Fix | Delete
[187] Fix | Delete
- Issue #23672: Allow Idle to edit and run files with astral chars in name.
[188] Fix | Delete
Patch by Mohd Sanad Zaki Rizvi.
[189] Fix | Delete
[190] Fix | Delete
- Issue 24745: Idle editor default font. Switch from Courier to
[191] Fix | Delete
platform-sensitive TkFixedFont. This should not affect current customized
[192] Fix | Delete
font selections. If there is a problem, edit $HOME/.idlerc/config-main.cfg
[193] Fix | Delete
and remove 'fontxxx' entries from [Editor Window]. Patch by Mark Roseman.
[194] Fix | Delete
[195] Fix | Delete
- Issue #21192: Idle editor. When a file is run, put its name in the restart bar.
[196] Fix | Delete
Do not print false prompts. Original patch by Adnan Umer.
[197] Fix | Delete
[198] Fix | Delete
- Issue #13884: Idle menus. Remove tearoff lines. Patch by Roger Serwy.
[199] Fix | Delete
[200] Fix | Delete
- Issue #15809: IDLE shell now uses locale encoding instead of Latin1 for
[201] Fix | Delete
decoding unicode literals.
[202] Fix | Delete
[203] Fix | Delete
[204] Fix | Delete
What's New in IDLE 2.7.10?
[205] Fix | Delete
=========================
[206] Fix | Delete
*Release date: 2015-05-23*
[207] Fix | Delete
[208] Fix | Delete
- Issue #23583: Fixed writing unicode to standard output stream in IDLE.
[209] Fix | Delete
[210] Fix | Delete
- Issue #20577: Configuration of the max line length for the FormatParagraph
[211] Fix | Delete
extension has been moved from the General tab of the Idle preferences dialog
[212] Fix | Delete
to the FormatParagraph tab of the Config Extensions dialog.
[213] Fix | Delete
Patch by Tal Einat.
[214] Fix | Delete
[215] Fix | Delete
- Issue #16893: Update Idle doc chapter to match current Idle and add new
[216] Fix | Delete
information.
[217] Fix | Delete
[218] Fix | Delete
- Issue #23180: Rename IDLE "Windows" menu item to "Window".
[219] Fix | Delete
Patch by Al Sweigart.
[220] Fix | Delete
[221] Fix | Delete
[222] Fix | Delete
What's New in IDLE 2.7.9?
[223] Fix | Delete
=========================
[224] Fix | Delete
*Release date: 2014-12-10*
[225] Fix | Delete
[226] Fix | Delete
- Issue #16893: Update Idle doc chapter to match current Idle and add new
[227] Fix | Delete
information.
[228] Fix | Delete
[229] Fix | Delete
- Issue #3068: Add Idle extension configuration dialog to Options menu.
[230] Fix | Delete
Changes are written to HOME/.idlerc/config-extensions.cfg.
[231] Fix | Delete
Original patch by Tal Einat.
[232] Fix | Delete
[233] Fix | Delete
- Issue #16233: A module browser (File : Class Browser, Alt+C) requires an
[234] Fix | Delete
editor window with a filename. When Class Browser is requested otherwise,
[235] Fix | Delete
from a shell, output window, or 'Untitled' editor, Idle no longer displays
[236] Fix | Delete
an error box. It now pops up an Open Module box (Alt+M). If a valid name
[237] Fix | Delete
is entered and a module is opened, a corresponding browser is also opened.
[238] Fix | Delete
[239] Fix | Delete
- Issue #4832: Save As to type Python files automatically adds .py to the
[240] Fix | Delete
name you enter (even if your system does not display it). Some systems
[241] Fix | Delete
automatically add .txt when type is Text files.
[242] Fix | Delete
[243] Fix | Delete
- Issue #21986: Code objects are not normally pickled by the pickle module.
[244] Fix | Delete
To match this, they are no longer pickled when running under Idle.
[245] Fix | Delete
[246] Fix | Delete
- Issue #22221: IDLE now ignores the source encoding declaration on the second
[247] Fix | Delete
line if the first line contains anything except a comment.
[248] Fix | Delete
[249] Fix | Delete
- Issue #17390: Adjust Editor window title; remove 'Python',
[250] Fix | Delete
move version to end.
[251] Fix | Delete
[252] Fix | Delete
- Issue #14105: Idle debugger breakpoints no longer disappear
[253] Fix | Delete
when inserting or deleting lines.
[254] Fix | Delete
[255] Fix | Delete
[256] Fix | Delete
What's New in IDLE 2.7.8?
[257] Fix | Delete
=========================
[258] Fix | Delete
*Release date: 2014-06-29*
[259] Fix | Delete
[260] Fix | Delete
- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav
[261] Fix | Delete
Heblikar.
[262] Fix | Delete
[263] Fix | Delete
- Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster.
[264] Fix | Delete
[265] Fix | Delete
- Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar.
[266] Fix | Delete
[267] Fix | Delete
- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav
[268] Fix | Delete
Heblikar.
[269] Fix | Delete
[270] Fix | Delete
- Issue #12387: Add missing upper(lower)case versions of default Windows key
[271] Fix | Delete
bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy.
[272] Fix | Delete
[273] Fix | Delete
- Issue #21695: Closing a Find-in-files output window while the search is
[274] Fix | Delete
still in progress no longer closes Idle.
[275] Fix | Delete
[276] Fix | Delete
- Issue #18910: Add unittest for textView. Patch by Phil Webster.
[277] Fix | Delete
[278] Fix | Delete
- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar.
[279] Fix | Delete
[280] Fix | Delete
- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster.
[281] Fix | Delete
[282] Fix | Delete
[283] Fix | Delete
What's New in IDLE 2.7.7?
[284] Fix | Delete
=========================
[285] Fix | Delete
*Release date: 2014-05-31*
[286] Fix | Delete
[287] Fix | Delete
- Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
[288] Fix | Delete
consolidating and improving human-validated tests of Idle. Change other files
[289] Fix | Delete
as needed to work with htest. Running the module as __main__ runs all tests.
[290] Fix | Delete
[291] Fix | Delete
- Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation.
[292] Fix | Delete
[293] Fix | Delete
- Issue #21284: Paragraph reformat test passes after user changes reformat width.
[294] Fix | Delete
[295] Fix | Delete
- Issue #20406: Use Python application icons for Idle window title bars.
[296] Fix | Delete
Patch mostly by Serhiy Storchaka.
[297] Fix | Delete
[298] Fix | Delete
- Issue #21029: Occurrences of "print" are now consistently colored as
[299] Fix | Delete
being a keyword (the colorizer doesn't know if print functions are
[300] Fix | Delete
enabled in the source).
[301] Fix | Delete
[302] Fix | Delete
- Issue #17721: Remove non-functional configuration dialog help button until we
[303] Fix | Delete
[304] Fix | Delete
[305] Fix | Delete
- Issue #17390: Add Python version to Idle editor window title bar.
[306] Fix | Delete
Original patches by Edmond Burnett and Kent Johnson.
[307] Fix | Delete
[308] Fix | Delete
- Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.
[309] Fix | Delete
[310] Fix | Delete
- Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
[311] Fix | Delete
no more hangs.
[312] Fix | Delete
[313] Fix | Delete
- Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
[314] Fix | Delete
shell window is present.
[315] Fix | Delete
[316] Fix | Delete
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
[317] Fix | Delete
non-framework builds and for all variants of Tk.
[318] Fix | Delete
[319] Fix | Delete
[320] Fix | Delete
What's New in IDLE 2.7.6?
[321] Fix | Delete
=========================
[322] Fix | Delete
*Release date: 2013-11-10*
[323] Fix | Delete
[324] Fix | Delete
- Issue #19426: Fixed the opening of Python source file with specified encoding.
[325] Fix | Delete
[326] Fix | Delete
- Issue #18873: IDLE now detects Python source code encoding only in comment
[327] Fix | Delete
lines.
[328] Fix | Delete
[329] Fix | Delete
- Issue #18988: The "Tab" key now works when a word is already autocompleted.
[330] Fix | Delete
[331] Fix | Delete
- Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster.
[332] Fix | Delete
[333] Fix | Delete
- Issue #18429: Format / Format Paragraph, now works when comment blocks
[334] Fix | Delete
are selected. As with text blocks, this works best when the selection
[335] Fix | Delete
only includes complete lines.
[336] Fix | Delete
[337] Fix | Delete
- Issue #18226: Add docstrings and unittests for FormatParagraph.py.
[338] Fix | Delete
Original patches by Todd Rovito and Phil Webster.
[339] Fix | Delete
[340] Fix | Delete
- Issue #18279: Format - Strip trailing whitespace no longer marks a file as
[341] Fix | Delete
changed when it has not been changed. This fix followed the addition of a
[342] Fix | Delete
test file originally written by Phil Webster (the issue's main goal).
[343] Fix | Delete
[344] Fix | Delete
- Issue #18539: Calltips now work for float default arguments.
[345] Fix | Delete
[346] Fix | Delete
- Issue #7136: In the Idle File menu, "New Window" is renamed "New File".
[347] Fix | Delete
Patch by Tal Einat, Roget Serwy, and Todd Rovito.
[348] Fix | Delete
[349] Fix | Delete
- Issue #8515: Set __file__ when run file in IDLE.
[350] Fix | Delete
Initial patch by Bruce Frederiksen.
[351] Fix | Delete
[352] Fix | Delete
- Issue #5492: Avoid traceback when exiting IDLE caused by a race condition.
[353] Fix | Delete
[354] Fix | Delete
- Issue #17511: Keep IDLE find dialog open after clicking "Find Next".
[355] Fix | Delete
Original patch by Sarah K.
[356] Fix | Delete
[357] Fix | Delete
- Issue #15392: Create a unittest framework for IDLE.
[358] Fix | Delete
Preliminary patch by Rajagopalasarma Jayakrishnan
[359] Fix | Delete
See Lib/idlelib/idle_test/README.txt for how to run Idle tests.
[360] Fix | Delete
[361] Fix | Delete
- Issue #14146: Highlight source line while debugging on Windows.
[362] Fix | Delete
[363] Fix | Delete
- Issue #17532: Always include Options menu for IDLE on OS X.
[364] Fix | Delete
[365] Fix | Delete
[366] Fix | Delete
[367] Fix | Delete
What's New in IDLE 2.7.5?
[368] Fix | Delete
=========================
[369] Fix | Delete
*Release date: 2013-05-12*
[370] Fix | Delete
[371] Fix | Delete
- Issue #17838: Allow sys.stdin to be reassigned.
[372] Fix | Delete
[373] Fix | Delete
- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
[374] Fix | Delete
[375] Fix | Delete
- Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
[376] Fix | Delete
[377] Fix | Delete
- Issue #17657: Show full Tk version in IDLE's about dialog.
[378] Fix | Delete
Patch by Todd Rovito.
[379] Fix | Delete
[380] Fix | Delete
- Issue #17613: Prevent traceback when removing syntax colorizer in IDLE.
[381] Fix | Delete
[382] Fix | Delete
- Issue #1207589: Backwards-compatibility patch for right-click menu in IDLE.
[383] Fix | Delete
[384] Fix | Delete
- Issue #16887: IDLE now accepts Cancel in tabify/untabify dialog box.
[385] Fix | Delete
[386] Fix | Delete
- Issue #14254: IDLE now handles readline correctly across shell restarts.
[387] Fix | Delete
[388] Fix | Delete
- Issue #17614: IDLE no longer raises exception when quickly closing a file.
[389] Fix | Delete
[390] Fix | Delete
- Issue #6698: IDLE now opens just an editor window when configured to do so.
[391] Fix | Delete
[392] Fix | Delete
- Issue #8900: Using keyboard shortcuts in IDLE to open a file no longer
[393] Fix | Delete
raises an exception.
[394] Fix | Delete
[395] Fix | Delete
- Issue #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo.
[396] Fix | Delete
[397] Fix | Delete
- Issue #17390: Display Python version on Idle title bar.
[398] Fix | Delete
Initial patch by Edmond Burnett.
[399] Fix | Delete
[400] Fix | Delete
[401] Fix | Delete
What's New in IDLE 2.7.4?
[402] Fix | Delete
=========================
[403] Fix | Delete
*Release date: 2013-04-06*
[404] Fix | Delete
[405] Fix | Delete
- Issue #17625: In IDLE, close the replace dialog after it is used.
[406] Fix | Delete
[407] Fix | Delete
- IDLE was displaying spurious SystemExit tracebacks when running scripts
[408] Fix | Delete
that terminated by raising SystemExit (i.e. unittest and turtledemo).
[409] Fix | Delete
[410] Fix | Delete
- Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
[411] Fix | Delete
interface and support all mandatory methods and properties.
[412] Fix | Delete
[413] Fix | Delete
- Issue #16829: IDLE printing no longer fails if there are spaces or other
[414] Fix | Delete
special characters in the file path.
[415] Fix | Delete
[416] Fix | Delete
- Issue #16819: IDLE method completion now correctly works for unicode literals.
[417] Fix | Delete
[418] Fix | Delete
- Issue #16504: IDLE now catches SyntaxErrors raised by tokenizer. Patch by
[419] Fix | Delete
Roger Serwy.
[420] Fix | Delete
[421] Fix | Delete
- Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu
[422] Fix | Delete
Patch by Todd Rovito.
[423] Fix | Delete
[424] Fix | Delete
- Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog
[425] Fix | Delete
ended with '\'. Patch by Roger Serwy.
[426] Fix | Delete
[427] Fix | Delete
- Issue #9803: Don't close IDLE on saving if breakpoint is open.
[428] Fix | Delete
Patch by Roger Serwy.
[429] Fix | Delete
[430] Fix | Delete
- Issue #14958: Change IDLE systax highlighting to recognize all string and byte
[431] Fix | Delete
literals currently supported in Python 2.7.
[432] Fix | Delete
[433] Fix | Delete
- Issue #14962: Update text coloring in IDLE shell window after changing
[434] Fix | Delete
options. Patch by Roger Serwy.
[435] Fix | Delete
[436] Fix | Delete
- Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.
[437] Fix | Delete
[438] Fix | Delete
- Issue #12510: Attempting to get invalid tooltip no longer closes IDLE.
[439] Fix | Delete
Original patch by Roger Serwy.
[440] Fix | Delete
[441] Fix | Delete
- Issue #10365: File open dialog now works instead of crashing
[442] Fix | Delete
even when parent window is closed. Patch by Roger Serwy.
[443] Fix | Delete
[444] Fix | Delete
- Issue #14876: Use user-selected font for highlight configuration.
[445] Fix | Delete
Patch by Roger Serwy.
[446] Fix | Delete
[447] Fix | Delete
- Issue #14409: IDLE now properly executes commands in the Shell window
[448] Fix | Delete
when it cannot read the normal config files on startup and
[449] Fix | Delete
has to use the built-in default key bindings.
[450] Fix | Delete
There was previously a bug in one of the defaults.
[451] Fix | Delete
[452] Fix | Delete
- Issue #3573: IDLE hangs when passing invalid command line args
[453] Fix | Delete
(directory(ies) instead of file(s)) (Patch by Guilherme Polo)
[454] Fix | Delete
[455] Fix | Delete
- Issue #5219: Prevent event handler cascade in IDLE.
[456] Fix | Delete
[457] Fix | Delete
- Issue #15318: Prevent writing to sys.stdin.
[458] Fix | Delete
[459] Fix | Delete
- Issue #13532, #15319: Check that arguments to sys.stdout.write are strings.
[460] Fix | Delete
[461] Fix | Delete
- Issue #10365: File open dialog now works instead of crashing even when
[462] Fix | Delete
parent window is closed while dialog is open.
[463] Fix | Delete
[464] Fix | Delete
- Issue #14018: Update checks for unstable system Tcl/Tk versions on OS X
[465] Fix | Delete
to include versions shipped with OS X 10.7 and 10.8 in addition to 10.6.
[466] Fix | Delete
[467] Fix | Delete
- Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu
[468] Fix | Delete
with certain versions of Tk 8.5. Initial patch by Kevin Walzer.
[469] Fix | Delete
[470] Fix | Delete
[471] Fix | Delete
What's New in IDLE 2.7.3?
[472] Fix | Delete
=========================
[473] Fix | Delete
*Release date: 2012-04-09*
[474] Fix | Delete
[475] Fix | Delete
- Issue #964437 Make IDLE help window non-modal.
[476] Fix | Delete
Patch by Guilherme Polo and Roger Serwy.
[477] Fix | Delete
[478] Fix | Delete
- Issue #13933: IDLE auto-complete did not work with some imported
[479] Fix | Delete
module, like hashlib. (Patch by Roger Serwy)
[480] Fix | Delete
[481] Fix | Delete
- Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell.
[482] Fix | Delete
Original patches by Marco Scataglini and Roger Serwy.
[483] Fix | Delete
[484] Fix | Delete
- Issue #4625: If IDLE cannot write to its recent file or breakpoint
[485] Fix | Delete
files, display a message popup and continue rather than crash.
[486] Fix | Delete
(original patch by Roger Serwy)
[487] Fix | Delete
[488] Fix | Delete
- Issue #8793: Prevent IDLE crash when given strings with invalid hex escape
[489] Fix | Delete
sequences.
[490] Fix | Delete
[491] Fix | Delete
- Issue #13296: Fix IDLE to clear compile __future__ flags on shell restart.
[492] Fix | Delete
(Patch by Roger Serwy)
[493] Fix | Delete
[494] Fix | Delete
- Issue #14409: IDLE now properly executes commands in the Shell window
[495] Fix | Delete
when it cannot read the normal config files on startup and
[496] Fix | Delete
has to use the built-in default key bindings.
[497] Fix | Delete
There was previously a bug in one of the defaults.
[498] Fix | Delete
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function