cpython/Misc/NEWS.d/next/Library
Yury Selivanov a70232f288
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
asyncio.get_event_loop(), and, subsequently asyncio._get_running_loop()
are one of the most frequently executed functions in asyncio.  They also
can't be sped up by third-party event loops like uvloop.

When implemented in C they become 4x faster.
2017-12-13 14:49:42 -05:00
..
2017-12-04-12-23-26.bpo-32199.nGof4v.rst bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) 2017-12-07 12:59:13 +01:00
2017-12-05-13-25-15.bpo-32227.3vnWFS.rst bpo-32227: functools.singledispatch supports registering via type annotations (#4733) 2017-12-11 13:56:31 -08:00
2017-12-08-11-02-26.bpo-32193.NJe_TQ.rst bpo-32193: Convert asyncio to async/await usage (#4753) 2017-12-09 00:23:48 +02:00
2017-12-08-15-09-41.bpo-22589.8ouqI6.rst bpo-22589 Changed MIME type of .bmp to "image/bmp" (#4756) 2017-12-08 07:48:44 -05:00
2017-12-09-11-30-35.bpo-32253.TQHSYF.rst bpo-32253: Deprecate with statement and bare await for asyncio locks (GH-4764) 2017-12-09 20:00:05 +02:00
2017-12-10-12-30-13.bpo-32269.Q85pKj.rst Add asyncio.get_running_loop() function. (#4782) 2017-12-11 10:07:44 -05:00
2017-12-10-18-59-13.bpo-32272.Mu84Am.rst bpo-32272: Remove asyncio.async() function. (#4784) 2017-12-11 10:03:48 -05:00
2017-12-10-19-14-55.bpo-32273.5KKlCv.rst bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785) 2017-12-11 10:04:40 -05:00
2017-12-12-07-29-06.bpo-32255.2bfNmM.rst bpo-32255: Always quote a single empty field when write into a CSV file. (#4769) 2017-12-12 11:57:06 +02:00
2017-12-12-18-01-01.bpo-32296.bwscHz.rst bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827) 2017-12-13 14:49:42 -05:00
2017-12-13-00-00-37.bpo-17852.Q8BP8N.rst bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) 2017-12-13 01:39:26 +01:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

Put news entry `blurb`_ files for the *Library* section in this directory.

.. _blurb: https://pypi.org/project/blurb/