| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605) | Eric Snow | 2024-10-18 | 1 | -0/+1 |
|
|
* | gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (#124663) | Tony Roberts | 2024-09-27 | 1 | -0/+4 |
|
|
* | gh-120642: Move private PyCode APIs to the internal C API (#120643) | Victor Stinner | 2024-06-26 | 1 | -1/+0 |
|
|
* | gh-119344: Make critical section API public (#119353) | Sam Gross | 2024-06-21 | 1 | -0/+1 |
|
|
* | gh-117511: Make PyMutex public in the non-limited API (#117731) | Sam Gross | 2024-06-20 | 1 | -0/+1 |
|
|
* | gh-120326: Include <intrin.h> on Windows with Free Threading (#120329) | Kirill Podoprigora | 2024-06-11 | 1 | -0/+4 |
|
|
* | gh-119853: Add Include/refcount.h file (#119854) | Victor Stinner | 2024-05-31 | 1 | -0/+1 |
|
|
* | gh-111997: C-API for signalling monitoring events (#116413) | Irit Katriel | 2024-05-04 | 1 | -0/+1 |
|
|
* | gh-111506: Error if the limited API is used in free-threaded build (#117762) | Sam Gross | 2024-04-11 | 1 | -0/+5 |
|
|
* | gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf... | Serhiy Storchaka | 2024-03-20 | 1 | -1/+1 |
|
|
* | gh-110850: Add PyTime_t C API (GH-115215) | Petr Viktorin | 2024-02-12 | 1 | -0/+1 |
|
|
* | gh-112026: Add again <unistd.h> include in Python.h (#112046) | Victor Stinner | 2023-11-15 | 1 | -3/+12 |
|
|
* | gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563) | Victor Stinner | 2023-10-31 | 1 | -3/+0 |
|
|
* | gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344) | Sam Gross | 2023-09-19 | 1 | -0/+1 |
|
|
* | gh-108765: Python.h no longer includes <ctype.h> (#108831) | Victor Stinner | 2023-09-03 | 1 | -1/+0 |
|
|
* | gh-108765: Python.h no longer includes <unistd.h> (#108783) | Victor Stinner | 2023-09-02 | 1 | -6/+5 |
|
|
* | gh-108765: Python.h no longer includes <ieeefp.h> (#108781) | Victor Stinner | 2023-09-02 | 1 | -0/+1 |
|
|
* | gh-108765: Move standard includes to Python.h (#108769) | Victor Stinner | 2023-09-01 | 1 | -16/+24 |
|
|
* | gh-106320: Remove private _PyTraceMalloc C API functions (#106324) | Victor Stinner | 2023-07-02 | 1 | -1/+1 |
|
|
* | gh-106316: Remove pytime.h header file (#106317) | Victor Stinner | 2023-07-01 | 1 | -1/+0 |
|
|
* | GH-104584: Plugin optimizer API (GH-105100) | Mark Shannon | 2023-06-02 | 1 | -0/+1 |
|
|
* | bpo-35134: Remove the Include/code.h header file (GH-32385) | Victor Stinner | 2022-04-07 | 1 | -1/+1 |
|
|
* | bpo-45459: Add pytypedefs.h header file (GH-31527) | Victor Stinner | 2022-02-24 | 1 | -0/+1 |
|
|
* | bpo-45459: Rename buffer.h to pybuffer.h (#31201) | Victor Stinner | 2022-02-22 | 1 | -1/+1 |
|
|
* | bpo-45459: Add Py_buffer to limited API (GH-29991) | Christian Heimes | 2022-02-02 | 1 | -0/+1 |
|
|
* | bpo-39026: Fix Python.h when building with Xcode (GH-29488) | Victor Stinner | 2021-11-23 | 1 | -1/+1 |
|
|
* | bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027) | Victor Stinner | 2021-10-19 | 1 | -4/+6 |
|
|
* | bpo-45482: Rename namespaceobject.h to pycore_namespace.h (GH-28975) | Victor Stinner | 2021-10-15 | 1 | -1/+0 |
|
|
* | bpo-45434: Remove Include/eval.h header file (GH-28973) | Victor Stinner | 2021-10-15 | 1 | -1/+0 |
|
|
* | bpo-35134: Move classobject.h to Include/cpython/ (GH-28968) | Victor Stinner | 2021-10-15 | 1 | -5/+5 |
|
|
* | bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964) | Victor Stinner | 2021-10-15 | 1 | -1/+1 |
|
|
* | po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958) | Victor Stinner | 2021-10-14 | 1 | -1/+1 |
|
|
* | bpo-45434: Limited Python.h no longer includes stdio.h (GH-28960) | Victor Stinner | 2021-10-14 | 1 | -7/+4 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -1/+2 |
|
|
* | bpo-45434: Python.h no longer includes <stdlib.h> (GH-28888) | Victor Stinner | 2021-10-11 | 1 | -1/+0 |
|
|
* | bpo-45434: Cleanup Python.h header file (GH-28883) | Victor Stinner | 2021-10-11 | 1 | -52/+13 |
|
|
* | closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH... | Geoffrey Thomas | 2021-07-27 | 1 | -13/+0 |
|
|
* | bpo-44363: Get test_capi passing with address sanitizer (GH-26639) | Mark Shannon | 2021-06-10 | 1 | -1/+10 |
|
|
* | bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) | Victor Stinner | 2021-04-29 | 1 | -9/+0 |
|
|
* | bpo-43244: Remove the pyarena.h header (GH-25007) | Victor Stinner | 2021-03-24 | 1 | -1/+0 |
|
|
* | bpo-43244: Remove parser_interface.h header file (GH-25001) | Victor Stinner | 2021-03-24 | 1 | -1/+0 |
|
|
* | bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) | Nicholas Sim | 2021-02-19 | 1 | -5/+5 |
|
|
* | bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) | Nicholas Sim | 2021-02-17 | 1 | -2/+2 |
|
|
* | bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988) | Nicholas Sim | 2021-02-16 | 1 | -1/+1 |
|
|
* | bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) | Lysandros Nikolaou | 2020-06-21 | 1 | -0/+1 |
|
|
* | bpo-40421: Add Include/cpython/code.h header file (GH-19756) | Victor Stinner | 2020-04-28 | 1 | -0/+1 |
|
|
* | bpo-40421: Add pyframe.h header file (GH-19755) | Victor Stinner | 2020-04-28 | 1 | -0/+1 |
|
|
* | bpo-40268: Remove explicit pythread.h includes (#19529) | Victor Stinner | 2020-04-15 | 1 | -0/+1 |
|
|
* | bpo-39481: Implementation for PEP 585 (#18239) | Guido van Rossum | 2020-04-07 | 1 | -0/+1 |
|
|
* | bpo-35081: Move dtoa.h header to the internal C API (GH-18489) | Victor Stinner | 2020-02-12 | 1 | -1/+0 |
|
|