Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9 authored by Ned Deily on 20 October 2018, 05:24:09 UTC
3.6.7final
Tip revision: 6ec5cf2
3.5.0rc2.rst
.. bpo: 24769
.. date: 8254
.. 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: 8253
.. 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: 8252
.. 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: 8251
.. nonce: SHiiO_
.. section: Library

Removes vcruntime140.dll dependency from Tcl/Tk.

..

.. bpo: 24839
.. date: 8250
.. nonce: 7_iQZl
.. section: Library

platform._syscmd_ver raises DeprecationWarning

..

.. bpo: 24867
.. date: 8249
.. nonce: rxJIl7
.. section: Library

Fix Task.get_stack() for 'async def' coroutines
back to top