]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
News entries
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 11 Jul 2014 04:26:21 +0000 (00:26 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 11 Jul 2014 04:26:21 +0000 (00:26 -0400)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 8f386d6c312270f665489bf02e3a039e410d7bd3,c02518fe4f3f05b8e991343e20eddedfb1e3c5a5..d651ffd4e4fbd05424f9a44f82dc0c5a9c64684b
+++ b/Misc/NEWS
@@@ -573,28 -501,6 +573,35 @@@ Extension Module
  IDLE
  ----
  
++- 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.