]> granicus.if.org Git - python/commitdiff
Issue #19493: Merge with 3.4
authorZachary Ware <zachary.ware@gmail.com>
Fri, 13 Jun 2014 18:48:03 +0000 (13:48 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 13 Jun 2014 18:48:03 +0000 (13:48 -0500)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 07abb44165f71cd74adcdb356ca0fc7483e72bae,2f4b0ed523644ca82fea818097961162b5b4a935..c7005f88fa3f7613d7bcc9519f809adf8f3cfd6b
+++ b/Misc/NEWS
@@@ -573,27 -449,6 +573,30 @@@ Documentatio
  Tests
  -----
  
++- Issue #19493: Refactored the ctypes test package to skip tests explicitly
++  rather than silently.
++
 +- Issue #18492: All resources are now allowed when tests are not run by
 +  regrtest.py.
 +
 +- Issue #21634: Fix pystone micro-benchmark: use floor division instead of true
 +  division to benchmark integers instead of floating point numbers. Set pystone
 +  version to 1.2. Patch written by Lennart Regebro.
 +
 +- Issue #21605: Added tests for Tkinter images.
 +
 +- Issue #21493: Added test for ntpath.expanduser().  Original patch by
 +  Claudiu Popa.
 +
 +- Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
 +
 +- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
 +  PanedWindow.paneconfigure(), and Menu.entryconfigure().
 +
 +- Issue #17756: Fix test_code test when run from the installed location.
 +
 +- Issue #17752: Fix distutils tests when run from the installed location.
 +
  - Issue #18604: Consolidated checks for GUI availability.  All platforms now
    at least check whether Tk can be instantiated when the GUI resource is
    requested.