|
| 1 | +What's New in IDLE 3.3.4? |
| 2 | +========================= |
| 3 | + |
| 4 | +- Issue #17390: Add Python version to Idle editor window title bar. |
| 5 | + Original patches by Edmond Burnett and Kent Johnson. |
| 6 | + |
| 7 | +- Issue #18960: IDLE now ignores the source encoding declaration on the second |
| 8 | + line if the first line contains anything except a comment. |
| 9 | + |
| 10 | +- Issue #20058: sys.stdin.readline() in IDLE now always returns only one line. |
| 11 | + |
| 12 | +- Issue #19481: print() of string subclass instance in IDLE no longer hangs. |
| 13 | + |
| 14 | +- Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial |
| 15 | + shell window is present. |
| 16 | + |
| 17 | + |
| 18 | +What's New in IDLE 3.3.3? |
| 19 | +========================= |
| 20 | + |
| 21 | +- Issue #18873: IDLE now detects Python source code encoding only in comment |
| 22 | + lines. |
| 23 | + |
| 24 | +- Issue #18988: The "Tab" key now works when a word is already autocompleted. |
| 25 | + |
| 26 | +- Issue #18489: Add tests for SearchEngine. Original patch by Phil Webster. |
| 27 | + |
| 28 | +- Issue #18429: Format / Format Paragraph, now works when comment blocks |
| 29 | + are selected. As with text blocks, this works best when the selection |
| 30 | + only includes complete lines. |
| 31 | + |
| 32 | +- Issue #18226: Add docstrings and unittests for FormatParagraph.py. |
| 33 | + Original patches by Todd Rovito and Phil Webster. |
| 34 | + |
| 35 | +- Issue #18279: Format - Strip trailing whitespace no longer marks a file as |
| 36 | + changed when it has not been changed. This fix followed the addition of a |
| 37 | + test file originally written by Phil Webster (the issue's main goal). |
| 38 | + |
| 39 | +- Issue #7136: In the Idle File menu, "New Window" is renamed "New File". |
| 40 | + Patch by Tal Einat, Roget Serwy, and Todd Rovito. |
| 41 | + |
| 42 | +- Remove dead imports of imp. |
| 43 | + |
| 44 | +- Issue #18196: Avoid displaying spurious SystemExit tracebacks. |
| 45 | + |
| 46 | +- Issue #5492: Avoid traceback when exiting IDLE caused by a race condition. |
| 47 | + |
| 48 | +- Issue #17511: Keep IDLE find dialog open after clicking "Find Next". |
| 49 | + Original patch by Sarah K. |
| 50 | + |
| 51 | +- Issue #18055: Move IDLE off of imp and on to importlib. |
| 52 | + |
| 53 | +- Issue #15392: Create a unittest framework for IDLE. |
| 54 | + Initial patch by Rajagopalasarma Jayakrishnan. |
| 55 | + See Lib/idlelib/idle_test/README.txt for how to run Idle tests. |
| 56 | + |
| 57 | +- Issue #14146: Highlight source line while debugging on Windows. |
| 58 | + |
| 59 | +- Issue #17532: Always include Options menu for IDLE on OS X. |
| 60 | + Patch by Guilherme Simões. |
| 61 | + |
| 62 | + |
1 | 63 | What's New in IDLE 3.3.2? |
2 | 64 | ========================= |
3 | 65 |
|
|
0 commit comments