|
| 1 | +What's New in IDLE 3.5.2? |
| 2 | +========================= |
| 3 | +*Release date: 2016-06-30?* |
| 4 | + |
| 5 | +- Issue #27117: Make colorizer htest and turtledemo work with dark themes. |
| 6 | + Move code for configuring text widget colors to a new function. |
| 7 | + |
| 8 | +- Issue #26673: When tk reports font size as 0, change to size 10. |
| 9 | + Such fonts on Linux prevented the configuration dialog from opening. |
| 10 | + |
| 11 | +- Issue #21939: Add test for IDLE's percolator. |
| 12 | + Original patch by Saimadhav Heblikar. |
| 13 | + |
| 14 | +- Issue #21676: Add test for IDLE's replace dialog. |
| 15 | + Original patch by Saimadhav Heblikar. |
| 16 | + |
| 17 | +- Issue #18410: Add test for IDLE's search dialog. |
| 18 | + Original patch by Westley Mart�nez. |
| 19 | + |
| 20 | +- Issue #21703: Add test for undo delegator. |
| 21 | + Original patch by Saimadhav Heblikar . |
| 22 | + |
| 23 | +- Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks. |
| 24 | + |
| 25 | +- Issue #23977: Add more asserts to test_delegator. |
| 26 | + |
| 27 | +- Issue #20640: Add tests for idlelib.configHelpSourceEdit. |
| 28 | + Patch by Saimadhav Heblikar. |
| 29 | + |
| 30 | +- In the 'IDLE-console differences' section of the IDLE doc, clarify |
| 31 | + how running with IDLE affects sys.modules and the standard streams. |
| 32 | + |
| 33 | +- Issue #25507: fix incorrect change in IOBinding that prevented printing. |
| 34 | + Augment IOBinding htest to include all major IOBinding functions. |
| 35 | + |
| 36 | +- Issue #25905: Revert unwanted conversion of ' to � RIGHT SINGLE QUOTATION |
| 37 | + MARK in README.txt and open this and NEWS.txt with 'ascii'. |
| 38 | + Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'. |
| 39 | + |
| 40 | + |
1 | 41 | What's New in IDLE 3.5.1? |
2 | 42 | ========================= |
3 | 43 | *Release date: 2015-12-06* |
|
0 commit comments