From: Terry Jan Reedy Date: Tue, 29 Jul 2014 02:40:12 +0000 (-0400) Subject: Merge with 3.4 X-Git-Tag: v3.5.0a1~1168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=205c2260894b4f627aec719aad30134b4efd4b76;p=thirdparty%2FPython%2Fcpython.git Merge with 3.4 --- 205c2260894b4f627aec719aad30134b4efd4b76 diff --cc Misc/NEWS index fa36c6b8a574,b2dc7c9bcea4..2db6da096c85 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -113,6 -27,9 +113,9 @@@ Core and Builtin Library ------- + - Issue #17172: Make turtledemo start as active on Mac even when run with + subprocess. Patch by Ned Daily and Lita Cho. - ++ - Issue #21704: Fix build error for _multiprocessing when semaphores are not available. Patch by Arfrever Frehtes Taifersar Arahesis. @@@ -643,37 -559,6 +646,41 @@@ Extension Module IDLE ---- ++- Issue #17172: Add the ability to run turtledemo from Idle. ++ Currently, the entry is on the Help menu, but it may move to Run. ++ Patch by Ramchandra Apt and Lita Cho. ++ +- Issue #21765: Add support for non-ascii identifiers to HyperParser. + +- Issue #21940: Add unittest for WidgetRedirector. Initial patch by Saimadhav + Heblikar. + +- Issue #18592: Add unittest for SearchDialogBase. Patch by Phil Webster. + +- Issue #21694: Add unittest for ParenMatch. Patch by Saimadhav Heblikar. + +- Issue #21686: add unittest for HyperParser. Original patch by Saimadhav + Heblikar. + +- Issue #12387: Add missing upper(lower)case versions of default Windows key + bindings for Idle so Caps Lock does not disable them. Patch by Roger Serwy. + +- Issue #21695: Closing a Find-in-files output window while the search is + still in progress no longer closes Idle. + +- Issue #18910: Add unittest for textView. Patch by Phil Webster. + +- Issue #18292: Add unittest for AutoExpand. Patch by Saihadhav Heblikar. + +- Issue #18409: Add unittest for AutoComplete. Patch by Phil Webster. + +- Issue #21477: htest.py - Improve framework, complete set of tests. + Patches by Saimadhav Heblikar + +- Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin + consolidating and improving human-validated tests of Idle. Change other files + as needed to work with htest. Running the module as __main__ runs all tests. + - Issue #21139: Change default paragraph width to 72, the PEP 8 recommendation. - Issue #21284: Paragraph reformat test passes after user changes reformat width.