From: Terry Jan Reedy Date: Thu, 5 Jun 2014 07:45:08 +0000 (-0400) Subject: Merge heads from 3.4. X-Git-Tag: v3.5.0a1~1516 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7497ec0fd0d559aa239fbe6657fb8437208437cf;p=python Merge heads from 3.4. --- 7497ec0fd0d559aa239fbe6657fb8437208437cf diff --cc Misc/NEWS index 28cb46ed91,912bf3d690..ffc172765e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -450,17 -364,6 +450,19 @@@ Extension Module 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.