diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2016-05-30 05:02:34 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2016-05-30 05:02:34 (GMT) |
commit | f45d27bcc316c3af4fb2924d1dfa8da493e9941f (patch) | |
tree | 09360441070d49d46d23cd1d7d38a2662a500294 /Misc | |
parent | ebd84e342c830824f585ef334ff52aaf26fa8ac6 (diff) | |
download | cpython-f45d27bcc316c3af4fb2924d1dfa8da493e9941f.zip cpython-f45d27bcc316c3af4fb2924d1dfa8da493e9941f.tar.gz cpython-f45d27bcc316c3af4fb2924d1dfa8da493e9941f.tar.bz2 |
Add items to MISC/NEWS and idlelib/NEWS.txt.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -471,6 +471,44 @@ Library - Issue #27041: asyncio: Add loop.create_future method +IDLE +---- + +- Issue #27117: Make colorizer htest and turtledemo work with dark themes. + Move code for configuring text widget colors to a new function. + +- Issue #26673: When tk reports font size as 0, change to size 10. + Such fonts on Linux prevented the configuration dialog from opening. + +- Issue #21939: Add test for IDLE's percolator. + Original patch by Saimadhav Heblikar. + +- Issue #21676: Add test for IDLE's replace dialog. + Original patch by Saimadhav Heblikar. + +- Issue #18410: Add test for IDLE's search dialog. + Original patch by Westley Martínez. + +- Issue #21703: Add test for IDLE's undo delegator. + Original patch by Saimadhav Heblikar . + +- Issue #27044: Add ConfigDialog.remove_var_callbacks to stop memory leaks. + +- Issue #23977: Add more asserts to test_delegator. + +- Issue #20640: Add tests for idlelib.configHelpSourceEdit. + Patch by Saimadhav Heblikar. + +- In the 'IDLE-console differences' section of the IDLE doc, clarify + how running with IDLE affects sys.modules and the standard streams. + +- Issue #25507: fix incorrect change in IOBinding that prevented printing. + Augment IOBinding htest to include all major IOBinding functions. + +- Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION + MARK in README.txt and open this and NEWS.txt with 'ascii'. + Re-encode CREDITS.txt to utf-8 and open it with 'utf-8'. + Documentation ------------- |