Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: b0ef5c979b0c4e1df2286ac734160d7560fcce2c authored by Ned Deily on 28 February 2018, 00:49:18 UTC
Update NEWS, docs, and patchlevel for 3.7.0b2
Tip revision: b0ef5c9
3.5.0b4.rst
.. bpo: 23573
.. date: 7923
.. nonce: HdJPs7
.. release date: 2015-07-26
.. section: Core and Builtins

Restored optimization of bytes.rfind() and bytearray.rfind() for single-byte
argument on Linux.

..

.. bpo: 24569
.. date: 7922
.. nonce: bqh6PQ
.. section: Core and Builtins

Make PEP 448 dictionary evaluation more consistent.

..

.. bpo: 24583
.. date: 7921
.. nonce: Ooq0Tn
.. section: Core and Builtins

Fix crash when set is mutated while being updated.

..

.. bpo: 24407
.. date: 7920
.. nonce: GmCBB3
.. section: Core and Builtins

Fix crash when dict is mutated while being updated.

..

.. bpo: 24619
.. date: 7919
.. nonce: cnfZGo
.. section: Core and Builtins

New approach for tokenizing async/await. As a consequence, it is now
possible to have one-line 'async def foo(): await ..' functions.

..

.. bpo: 24687
.. date: 7918
.. nonce: 0UaXFe
.. section: Core and Builtins

Plug refleak on SyntaxError in function parameters annotations.

..

.. bpo: 15944
.. date: 7917
.. nonce: 4GuwqX
.. section: Core and Builtins

memoryview: Allow arbitrary formats when casting to bytes. Patch by Martin
Panter.

..

.. bpo: 23441
.. date: 7916
.. nonce: JXt2Yt
.. section: Library

rcompleter now prints a tab character instead of displaying possible
completions for an empty word.  Initial patch by Martin Sekera.

..

.. bpo: 24683
.. date: 7915
.. nonce: aJdWEv
.. section: Library

Fixed crashes in _json functions called with arguments of inappropriate
type.

..

.. bpo: 21697
.. date: 7914
.. nonce: jpATha
.. section: Library

shutil.copytree() now correctly handles symbolic links that point to
directories.  Patch by Eduardo Seabra and Thomas Kluyver.

..

.. bpo: 14373
.. date: 7913
.. nonce: Je0yDg
.. section: Library

Fixed segmentation fault when gc.collect() is called during constructing
lru_cache (C implementation).

..

.. bpo: 24695
.. date: 7912
.. nonce: QjZzFb
.. section: Library

Fix a regression in traceback.print_exception().  If exc_traceback is None
we shouldn't print a traceback header like described in the documentation.

..

.. bpo: 24620
.. date: 7911
.. nonce: rrnxB-
.. section: Library

Random.setstate() now validates the value of state last element.

..

.. bpo: 22485
.. date: 7910
.. nonce: HvJf6T
.. section: Library

Fixed an issue that caused `inspect.getsource` to return incorrect results
on nested functions.

..

.. bpo: 22153
.. date: 7909
.. nonce: 6n6yld
.. section: Library

Improve unittest docs. Patch from Martin Panter and evilzero.

..

.. bpo: 24580
.. date: 7908
.. nonce: AGi4Gm
.. section: Library

Symbolic group references to open group in re patterns now are explicitly
forbidden as well as numeric group references.

..

.. bpo: 24206
.. date: 7907
.. nonce: ffkVHH
.. section: Library

Fixed __eq__ and __ne__ methods of inspect classes.

..

.. bpo: 24631
.. date: 7906
.. nonce: uljPxM
.. section: Library

Fixed regression in the timeit module with multiline setup.

..

.. bpo: 18622
.. date: 7905
.. nonce: i6nCCW
.. section: Library

unittest.mock.mock_open().reset_mock would recurse infinitely. Patch from
Nicola Palumbo and Laurent De Buyst.

..

.. bpo: 23661
.. date: 7904
.. nonce: 5VHJmh
.. section: Library

unittest.mock side_effects can now be exceptions again. This was a
regression vs Python 3.4. Patch from Ignacio Rossi

..

.. bpo: 24608
.. date: 7903
.. nonce: 0TndL0
.. section: Library

chunk.Chunk.read() now always returns bytes, not str.

..

.. bpo: 18684
.. date: 7902
.. nonce: S2es0F
.. section: Library

Fixed reading out of the buffer in the re module.

..

.. bpo: 24259
.. date: 7901
.. nonce: vMAi1A
.. section: Library

tarfile now raises a ReadError if an archive is truncated inside a data
segment.

..

.. bpo: 15014
.. date: 7900
.. nonce: hwXwCH
.. section: Library

SMTP.auth() and SMTP.login() now support RFC 4954's optional initial-
response argument to the SMTP AUTH command.

..

.. bpo: 24669
.. date: 7899
.. nonce: kFThK0
.. section: Library

Fix inspect.getsource() for 'async def' functions. Patch by Kai Groner.

..

.. bpo: 24688
.. date: 7898
.. nonce: -yWfcO
.. section: Library

ast.get_docstring() for 'async def' functions.

..

.. bpo: 24603
.. date: 7897
.. nonce: PyHyF5
.. section: Build

Update Windows builds and OS X 10.5 installer to use OpenSSL 1.0.2d.
back to top