cpython/Misc/NEWS.d/next/C API
Victor Stinner bde9d6bbb4
bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759)
Fix memory leak in PyUnicode_EncodeLocale() and
PyUnicode_EncodeFSDefault() on error handling.

Changes:

* Fix unicode_encode_locale() error handling
* Fix test_codecs.LocaleCodecTest
2018-11-28 10:26:20 +01:00
..
2017-10-12-23-24-27.bpo-30863.xrED19.rst bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599) 2018-10-23 22:58:24 +03:00
2018-01-09-17-03-54.bpo-32374.SwwLoz.rst bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) 2018-03-17 15:41:20 +10:00
2018-03-20-21-43-09.bpo-33042.FPFp64.rst bpo-33042: Fix pre-initialization sys module configuration (GH-6157) 2018-03-25 20:44:30 +10:00
2018-06-10-09-42-31.bpo-33818.50nlf3.rst bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581) 2018-06-15 11:09:43 +03:00
2018-06-21-17-19-31.bpo-32500.WGCNad.rst bpo-32500: Fix error messages for sequence and mapping C API. (GH-7846) 2018-07-23 23:43:42 +03:00
2018-07-02-10-58-11.bpo-34008.COewz-.rst bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) 2018-07-20 17:34:23 +02:00
2018-07-08-12-06-18.bpo-32455.KVHlkz.rst bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610) 2018-09-18 09:54:26 +03:00
2018-07-09-11-39-54.bpo-23927.pDFkxb.rst bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192) 2018-07-11 17:41:43 +03:00
2018-07-22-14-58-06.bpo-34127.qkfnHO.rst bpo-34127: Fix grammar in error message with respect to argument count (GH-8395) 2018-07-22 13:13:26 -07:00
2018-08-29-18-48-47.bpo-34523.lLQ8rh.rst bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998) 2018-08-29 19:32:47 +02:00
2018-10-05-17-06-49.bpo-34910.tSFrls.rst bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733) 2018-10-06 09:44:25 +03:00
2018-10-13-16-30-54.bpo-34725.j52rIS.rst bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860) 2018-11-17 20:41:48 -08:00
2018-11-01-13-58-37.bpo-35134.SbZo0o.rst bpo-35134: Create Include/cpython/ subdirectory (GH-10624) 2018-11-23 17:00:00 +01:00
2018-11-13-12-13-04.bpo-35081.gFd85N.rst bpo-35081: Make some _PyGC macros internal (GH-10507) 2018-11-13 12:52:18 +01:00
2018-11-22-18-15-46.bpo-35081.FdK9mV.rst bpo-35081: add NEWS entry for new Include/internal/pycore_*.h files (GH-10666) 2018-11-23 15:05:15 +01:00
2018-11-22-18-34-23.bpo-35296.nxrIQt.rst bpo-35296: make install now installs the internal API (GH-10665) 2018-11-23 16:30:12 +01:00
2018-11-23-11-52-34.bpo-35059.BLSp6y.rst bpo-35059: NEWS entry for macros converted to inline funcs (GH-10671) 2018-11-23 12:34:35 +01:00
2018-11-28-03-20-36.bpo-35322.Qcqsag.rst bpo-34523, bpo-35322: Fix unicode_encode_locale() (GH-10759) 2018-11-28 10:26:20 +01: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/