summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C_API
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-179-34/+0
* gh-127896: Add missing documentation of `PySequence_In` (GH-127979)Yuki Kobayashi2024-12-161-0/+2
* gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)Bénédikt Tran2024-12-131-0/+3
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-131-0/+10
* gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)Peter Bierma2024-12-111-0/+2
* gh-123378: fix post-merge typos in comments and NEWS (#127739)Bénédikt Tran2024-12-081-1/+1
* gh-127314: Don't mention the GIL when calling without a thread state on the f...Peter Bierma2024-12-061-0/+2
* gh-123378: Ensure results of `PyUnicode*Error_Get{Start,End}` are clamped (GH...Bénédikt Tran2024-12-042-0/+12
* gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream...Giovanni Siragusa2024-12-021-0/+1
* Move NEWS entries out of directories with spaces (GH-127067)Zachary Ware2024-11-202-0/+5
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-196-13/+0
* gh-126554: ctypes: Correctly handle NULL dlsym values (GH-126555)George Alexopoulos2024-11-151-0/+2
* gh-123619: Add an unstable C API function for enabling deferred reference cou...Peter Bierma2024-11-131-0/+2
* gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)RUANG (James Roy)2024-11-121-0/+3
* gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)Sergey B Kirpichev2024-11-011-0/+1
* gh-121654: Add PyType_Freeze() function (#122457)Victor Stinner2024-10-251-0/+2
* gh-125608: Trigger dictionary watchers when inline values change (#125611)Sam Gross2024-10-211-0/+3
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-1517-65/+0
* gh-124502: Add PyUnicode_Equal() function (#124504)Victor Stinner2024-10-071-0/+2
* gh-123961: Convert `curses.window` static type into a heap type (#124934)Bénédikt Tran2024-10-041-0/+3
* gh-124296: Remove private dictionary version tag (PEP 699) (#124472)Sam Gross2024-10-011-0/+3
* gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)Victor Stinner2024-09-241-0/+3
* gh-123880: Allow recursive import of single-phase-init modules (GH-123950)Petr Viktorin2024-09-201-0/+2
* gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)luk13372024-09-191-0/+2
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-0/+2
* gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...Wenzel Jakob2024-09-131-0/+4
* gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)Petr Viktorin2024-09-131-0/+3
* gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)Petr Viktorin2024-09-051-0/+4
* gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)Victor Stinner2024-09-041-0/+1
* gh-107954, PEP 741: Add PyInitConfig C API (#123502)Victor Stinner2024-09-031-0/+17
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-0/+8
* gh-122854: Add Py_HashBuffer() function (#122855)Victor Stinner2024-08-301-0/+2
* gh-121645: Add PyBytes_Join() function (#121646)Victor Stinner2024-08-301-0/+2
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-071-0/+2
* gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)Victor Stinner2024-08-061-0/+2
* gh-89364: Export PySignal_SetWakeupFd() function (#121537)Victor Stinner2024-07-101-0/+3
* gh-111863: Rename blurb snippet placed in the wrong directory by accident. (#...T. Wouters2023-11-211-1/+0
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-0/+1