]> granicus.if.org Git - python/commitdiff
Merge Python 3.5.0rc4 back to hg.python.org.
authorLarry Hastings <larry@hastings.org>
Wed, 9 Sep 2015 13:52:38 +0000 (06:52 -0700)
committerLarry Hastings <larry@hastings.org>
Wed, 9 Sep 2015 13:52:38 +0000 (06:52 -0700)
1  2 
Misc/NEWS
Tools/msi/build.bat

diff --cc Misc/NEWS
index 31acc9fc7aa7e3fb8be12b8e1d8451c862aaf4fd,f57280a29a40b219de252bcd8ec9bd2e42843570..4c3385007e2d288975c6a2af0f64db1a5428eb49
+++ b/Misc/NEWS
  Python News
  +++++++++++
  
 -What's New in Python 3.5.0 final?
 -=================================
  
 -Release date: 2015-09-13
 +What's New in Python 3.5.1
 +==========================
 +
 +Release date: TBA
 +
 +Core and Builtins
 +-----------------
 +
 +Library
 +-------
 +
++- Issue #23144: Make sure that HTMLParser.feed() returns all the data, even
++  when convert_charrefs is True.
++
 +- Issue #24982: shutil.make_archive() with the "zip" format now adds entries
 +  for directories (including empty directories) in ZIP file.
 +
 +- Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
 +  Based on patch by John Leitch.
 +
 +- Issue #16180: Exit pdb if file has syntax error, instead of trapping user
 +  in an infinite loop.  Patch by Xavier de Gaye.
 +
 +- Issue #24891: Fix a race condition at Python startup if the file descriptor
 +  of stdin (0), stdout (1) or stderr (2) is closed while Python is creating
 +  sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set
 +  to None if the creation of the object failed, instead of raising an OSError
 +  exception. Initial patch written by Marco Paolini.
 +
 +- Issue #24992: Fix error handling and a race condition (related to garbage
 +  collection) in collections.OrderedDict constructor.
 +
 +- Issue #24881: Fixed setting binary mode in Python implementation of FileIO
 +  on Windows and Cygwin.  Patch from Akira Li.
 +
 +- Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
 +  Patch from Berker Peksag.
 +
 +- Issue #24764: cgi.FieldStorage.read_multi() now ignores the Content-Length
 +  header in part headers. Patch written by Peter Landry and reviewed by Pierre
 +  Quentel.
 +
 +- Issue #24913: Fix overrun error in deque.index().
 +  Found by John Leitch and Bryce Darling.
 +
 +- Issue #24774: Fix docstring in http.server.test. Patch from Chiu-Hsiang Hsu.
 +
 +- Issue #21159: Improve message in configparser.InterpolationMissingOptionError.
 +  Patch from Łukasz Langa.
 +
 +- Issue #20362: Honour TestCase.longMessage correctly in assertRegex.
 +  Patch from Ilia Kurenkov.
 +
 +- Issue #23572: Fixed functools.singledispatch on classes with falsy
 +  metaclasses.  Patch by Ethan Furman.
 +
 +Documentation
 +-------------
 +
 +- Issue #24952: Clarify the default size argument of stack_size() in
 +  the "threading" and "_thread" modules. Patch from Mattip.
 +
 +- Issue #23725: Overhaul tempfile docs. Note deprecated status of mktemp.
 +  Patch from Zbigniew Jędrzejewski-Szmek.
 +
 +- Issue #24808: Update the types of some PyTypeObject fields.  Patch by
 +  Joseph Weston.
 +
 +- Issue #22812: Fix unittest discovery examples.
 +  Patch from Pam McA'Nulty.
 +
 +Tests
 +-----
 +
 +- PCbuild\rt.bat now accepts an unlimited number of arguments to pass along
 +  to regrtest.py.  Previously there was a limit of 9.
 +
 +Build
 +-----
 +
 +- Issue #24910: Windows MSIs now have unique display names.
 +
 +- Issue #24986: It is now possible to build Python on Windows without errors
 +  when external libraries are not available.
  
  
+ What's New in Python 3.5.0 release candidate 4?
+ ===============================================
+ Release date: 2015-09-09
+ Library
+ -------
+ - Issue #25029: Fixes MemoryError in test_strptime.
+ Build
+ -----
+ - Issue #25027: Reverts partial-static build options and adds
+   vcruntime140.dll to Windows installation.
  What's New in Python 3.5.0 release candidate 3?
  ===============================================
  
Simple merge