cpython/Misc/NEWS.d/next/C API
Victor Stinner b26a0db8ea
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)
This partially reverts commit 45ec5b99ae.
2020-07-08 11:02:23 +02:00
..
2020-02-08-08-01-35.bpo-39583.qURKSl.rst bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) 2020-06-01 20:35:56 +02:00
2020-05-20-19-11-12.bpo-40703.qQXfW8.rst bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) 2020-06-10 18:09:01 +02:00
2020-05-26-16-21-47.bpo-39573.depAgq.rst bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) 2020-05-27 14:55:10 +02:00
2020-05-27-11-02-15.bpo-40792.pBw2Bb.rst bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) 2020-05-28 10:33:45 +03:00
2020-06-01-16-12-37.bpo-40826.zQzFoK.rst bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) 2020-06-01 20:34:15 +02:00
2020-06-01-20-47-49.bpo-40839.bAi52Z.rst bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) 2020-06-02 14:03:25 +02:00
2020-06-03-17-48-13.bpo-40679.3sgWma.rst bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) 2020-06-04 15:19:02 +02:00
2020-06-04-08-01-23.bpo-40724.qIIdSi.rst bpo-40724: Support setting buffer slots from type specs (GH-20648) 2020-06-06 21:35:10 +02:00
2020-06-08-15-59-06.bpo-40910.L56oI0.rst bpo-40910: Export Py_GetArgcArgv() function (GH-20721) 2020-06-08 18:12:59 +02:00
2020-06-10-18-37-26.bpo-40943.i4q7rK.rst bpo-40943: PY_SSIZE_T_CLEAN required for '#' formats (GH-20784) 2020-06-19 11:45:31 +02:00
2020-06-15-16-46-01.bpo-36020.djI6jw.rst bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889) 2020-06-15 21:59:47 +02:00
2020-06-15-23-17-51.bpo-40989.tlzG3r.rst bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) 2020-06-16 01:28:07 +02:00
2020-06-17-11-24-00.bpo-36346.fTMr3S.rst bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) 2020-07-05 18:53:45 +03:00
2020-06-17-20-31-12.bpo-36346.mwIyxi.rst bpo-36346: Raise DeprecationWarning when creating legacy Unicode (GH-20933) 2020-06-30 15:26:56 +09:00
2020-06-24-22-57-07.bpo-41103.doojgE.rst bpo-41103: Remove old buffer protocol support (#21117) 2020-06-26 08:07:22 +09:00
2020-06-26-13-29-25.bpo-41123.bRa1oy.rst bpo-41123: Remove Py_UNICODE_str* functions (GH-21164) 2020-06-27 18:22:09 +09:00
2020-06-28-11-39-22.bpo-41123.sjJWjQ.rst bpo-41123: Remove PyUnicode_GetMax() (GH-21192) 2020-06-29 10:46:51 +09:00
2020-06-29-11-33-49.bpo-41123.qFevek.rst bpo-41123: Remove PyLong_FromUnicode() (GH-21204) 2020-06-29 13:00:43 +09:00
2020-06-29-15-49-36.bpo-41123.wYY4E1.rst bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209) 2020-06-30 12:23:07 +09:00
2020-07-08-10-14-52.bpo-40170.N6Qx1i.rst Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390) 2020-07-08 11:02:23 +02:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

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

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