Staging
v0.5.1
https://github.com/python/cpython
Revision 83e64c8a544028ae677af2a0bc268dbe1c11cc3a authored by Eric Snow on 30 January 2018, 04:04:15 UTC, committed by GitHub on 30 January 2018, 04:04:15 UTC
1 parent 9424dcb
Raw File
Tip revision: 83e64c8a544028ae677af2a0bc268dbe1c11cc3a authored by Eric Snow on 30 January 2018, 04:04:15 UTC
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
Tip revision: 83e64c8
3.5.0b2.rst
.. bpo: 24284
.. date: 7868
.. nonce: NvtEnc
.. release date: 2015-05-31
.. section: Core and Builtins

The startswith and endswith methods of the str class no longer return True
when finding the empty string and the indexes are completely out of range.

..

.. bpo: 24115
.. date: 7867
.. nonce: y9e_MO
.. section: Core and Builtins

Update uses of PyObject_IsTrue(), PyObject_Not(), PyObject_IsInstance(),
PyObject_RichCompareBool() and _PyDict_Contains() to check for and handle
errors correctly.

..

.. bpo: 24328
.. date: 7866
.. nonce: 5gL8or
.. section: Core and Builtins

Fix importing one character extension modules.

..

.. bpo: 11205
.. date: 7865
.. nonce: bikrRP
.. section: Core and Builtins

In dictionary displays, evaluate the key before the value.

..

.. bpo: 24285
.. date: 7864
.. nonce: wvJumr
.. section: Core and Builtins

Fixed regression that prevented importing extension modules from inside
packages. Patch by Petr Viktorin.

..

.. bpo: 23247
.. date: 7863
.. nonce: nN-K74
.. section: Library

Fix a crash in the StreamWriter.reset() of CJK codecs.

..

.. bpo: 24270
.. date: 7862
.. nonce: M2rJNs
.. section: Library

Add math.isclose() and cmath.isclose() functions as per PEP 485. Contributed
by Chris Barker and Tal Einat.

..

.. bpo: 5633
.. date: 7861
.. nonce: JNzKZq
.. section: Library

Fixed timeit when the statement is a string and the setup is not.

..

.. bpo: 24326
.. date: 7860
.. nonce: 4t_6Gy
.. section: Library

Fixed audioop.ratecv() with non-default weightB argument. Original patch by
David Moore.

..

.. bpo: 16991
.. date: 7859
.. nonce: 19_Zmj
.. section: Library

Add a C implementation of OrderedDict.

..

.. bpo: 23934
.. date: 7858
.. nonce: esb-45
.. section: Library

Fix inspect.signature to fail correctly for builtin types lacking signature
information.  Initial patch by James Powell.
back to top