Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: e76cbc781044ee01b059f3702c580e66266b84c5 authored by Larry Hastings on 18 March 2019, 16:51:26 UTC
Version bump for 3.4.10.
Tip revision: e76cbc7
3.4.0rc3.rst
.. bpo: 20786
.. date: 9339
.. nonce: M_2OYE
.. release date: 2014-03-09
.. section: Core and Builtins

Fix signatures for dict.__delitem__ and property.__delete__ builtins.

..

.. bpo: 20839
.. date: 9338
.. nonce: SNn1MY
.. section: Library

Don't trigger a DeprecationWarning in the still supported
pkgutil.get_loader() API when __loader__ isn't set on a module (nor when
pkgutil.find_loader() is called directly).

..

.. bpo: 14512
.. date: 9337
.. nonce: y7vmx3
.. section: Build

Launch pydoc -b instead of pydocgui.pyw on Windows.

..

.. bpo: 20748
.. date: 9336
.. nonce: HbDp_u
.. section: Build

Uninstalling pip does not leave behind the pyc of the uninstaller anymore.

..

.. bpo: 20568
.. date: 9335
.. nonce: ZvMU8d
.. section: Build

The Windows installer now installs the unversioned ``pip`` command in
addition to the versioned ``pip3`` and ``pip3.4`` commands.

..

.. bpo: 20757
.. date: 9334
.. nonce: BGFT6U
.. section: Build

The ensurepip helper for the Windows uninstaller now skips uninstalling pip
(rather than failing) if the user has updated pip to a different version
from the one bundled with ensurepip.

..

.. bpo: 20465
.. date: 9333
.. nonce: iemVBC
.. section: Build

Update OS X and Windows installer builds to use SQLite 3.8.3.1.
back to top