Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f45d27b

Browse files
committed
Add items to MISC/NEWS and idlelib/NEWS.txt.
1 parent ebd84e3 commit f45d27b

2 files changed

Lines changed: 78 additions & 0 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
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+
141
What's New in IDLE 3.5.1?
242
=========================
343
*Release date: 2015-12-06*

Misc/NEWS

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,44 @@ Library
471471

472472
- Issue #27041: asyncio: Add loop.create_future method
473473

474+
IDLE
475+
----
476+
477+
- Issue #27117: Make colorizer htest and turtledemo work with dark themes.
478+
Move code for configuring text widget colors to a new function.
479+
480+
- Issue #26673: When tk reports font size as 0, change to size 10.
481+
Such fonts on Linux prevented the configuration dialog from opening.
482+
483+
- Issue #21939: Add test for IDLE's percolator.
484+
Original patch by Saimadhav Heblikar.
485+
486+
- Issue #21676: Add test for IDLE's replace dialog.
487+
Original patch by Saimadhav Heblikar.
488+
489+
- Issue #18410: Add test for IDLE's search dialog.
490+
Original patch by Westley Martínez.
491+
492+
- Issue #21703: Add test for IDLE's undo delegator.
493+
Original patch by Saimadhav Heblikar .
494+
495+
- Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks.
496+
497+
- Issue #23977: Add more asserts to test_delegator.
498+
499+
- Issue #20640: Add tests for idlelib.configHelpSourceEdit.
500+
Patch by Saimadhav Heblikar.
501+
502+
- In the 'IDLE-console differences' section of the IDLE doc, clarify
503+
how running with IDLE affects sys.modules and the standard streams.
504+
505+
- Issue #25507: fix incorrect change in IOBinding that prevented printing.
506+
Augment IOBinding htest to include all major IOBinding functions.
507+
508+
- Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION
509+
MARK in README.txt and open this and NEWS.txt with 'ascii'.
510+
Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'.
511+
474512
Documentation
475513
-------------
476514

0 commit comments

Comments
 (0)