summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0b3v3.13.0b3Thomas Wouters2024-06-276-20/+0
* [3.13] gh-120642: Move private PyCode APIs to the internal C API (#120643) (#...Victor Stinner2024-06-262-0/+13
* [3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)Miss Islington (bot)2024-06-241-0/+3
* [3.13] gh-119344: Make critical section API public (GH-119353) (#120856)Sam Gross2024-06-211-0/+1
* [3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...Sam Gross2024-06-201-0/+1
* [3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...Miss Islington (bot)2024-06-181-0/+2
* Python 3.13.0b2v3.13.0b2Thomas Wouters2024-06-056-17/+0
* [3.13] gh-111389: Add PyHASH_MULTIPLIER constant (GH-119214) (#119334)Miss Islington (bot)2024-06-041-0/+2
* [3.13] gh-119336: Restore removed _PyLong_NumBits() function (GH-119418) (#11...Miss Islington (bot)2024-06-031-0/+1
* [3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Miss Islington (bot)2024-05-311-0/+5
* [3.13] gh-119247: Add macros to use PySequence_Fast safely in free-threaded b...Miss Islington (bot)2024-05-221-0/+4
* [3.13] gh-118789: Restore hidden `_PyWeakref_ClearRef` (GH-118797) (GH-118903)Miss Islington (bot)2024-05-101-0/+2
* [3.13] gh-116984: Make mimalloc header includes relative to the current file ...Miss Islington (bot)2024-05-091-0/+3
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-087-26/+0
* gh-109975: Update 'What's New in Python 3.13' for beta (#118694)Hugo van Kemenade2024-05-071-2/+3
* gh-111997: C-API for signalling monitoring events (#116413)Irit Katriel2024-05-041-0/+1
* gh-110850: Add PyTime_TimeRaw() function (#118394)Victor Stinner2024-05-011-0/+7
* gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)Victor Stinner2024-04-301-0/+3
* gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)Joe Jevnik2024-04-231-0/+2
* gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)Victor Stinner2024-04-181-0/+8
* gh-117929: Restore removed PyEval_InitThreads() function (#117931)Victor Stinner2024-04-171-0/+2
* Merge branch 'main' of https://github.com/python/cpythonThomas Wouters2024-04-091-0/+2
|\
| * gh-117534: Add checking for input parameter in iso_to_ymd (#117543)Vlad48962024-04-091-0/+2
* | Python 3.13.0a6v3.13.0a6Thomas Wouters2024-04-0916-43/+0
|/
* gh-117642: Fix PEP 737 implementation (GH-117643)Serhiy Storchaka2024-04-081-0/+1
* gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...Steve Dower2024-04-051-0/+3
* gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)Victor Stinner2024-03-251-0/+2
* gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...Serhiy Storchaka2024-03-251-0/+3
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+1
* gh-85283: Build _testconsole extension with limited C API (#117125)Victor Stinner2024-03-211-2/+3
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-212-0/+8
* gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...Serhiy Storchaka2024-03-201-0/+2
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-191-0/+3
* gh-116869: Make C API compatible with ISO C90 (#116950)Victor Stinner2024-03-181-0/+2
* gh-116869: Add test_cext test: build a C extension (#116954)Victor Stinner2024-03-181-0/+2
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-171-1/+1
* gh-85283: Build termios extension with the limited C API (#116928)Victor Stinner2024-03-171-2/+2
* gh-116809: Restore removed _PyErr_ChainExceptions1() function (#116900)Victor Stinner2024-03-161-0/+2
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-151-1/+1
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+4
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-141-0/+3
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-141-0/+4
* gh-85283: Build fcntl extension with the limited C API (#116791)Victor Stinner2024-03-141-0/+2
* Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-122-6/+0
* gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)Sergey B Kirpichev2024-03-091-0/+2
* gh-114626: Add again _PyCFunctionFastWithKeywords name (GH-115561)Victor Stinner2024-02-191-0/+4
* Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-157-26/+0
* gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)David Hewitt2024-02-151-0/+1
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-0/+2
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-0/+9