blob: 53f10eaeb6cb0d27b6a92d9a6615fc54e13a452a [file] [log] [blame]
.. bpo: 24769
.. date: 7954
.. nonce: XgRA0n
.. release date: 2015-08-25
.. section: Core and Builtins
Interpreter now starts properly when dynamic loading is disabled. Patch by
Petr Viktorin.
..
.. bpo: 21167
.. date: 7953
.. nonce: uom-Dq
.. section: Core and Builtins
NAN operations are now handled correctly when python is compiled with ICC
even if -fp-model strict is not specified.
..
.. bpo: 24492
.. date: 7952
.. nonce: LKDAIu
.. section: Core and Builtins
A "package" lacking a __name__ attribute when trying to perform a ``from ..
import ...`` statement will trigger an ImportError instead of an
AttributeError.
..
.. bpo: 24847
.. date: 7951
.. nonce: SHiiO_
.. section: Library
Removes vcruntime140.dll dependency from Tcl/Tk.
..
.. bpo: 24839
.. date: 7950
.. nonce: 7_iQZl
.. section: Library
platform._syscmd_ver raises DeprecationWarning
..
.. bpo: 24867
.. date: 7949
.. nonce: rxJIl7
.. section: Library
Fix Task.get_stack() for 'async def' coroutines