Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139) | Victor Stinner | 2023-09-30 | 1 | -11/+1 |
* | gh-108765: Move standard includes to Python.h (#108769) | Victor Stinner | 2023-09-01 | 1 | -0/+4 |
* | gh-108216: Cleanup #include in internal header files (#108228) | Victor Stinner | 2023-08-21 | 1 | -3/+3 |
* | bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) | Christian Heimes | 2022-01-13 | 1 | -1/+3 |
* | Fix typo in block comment in Include/internal/pycore_condvar.h (GH-26457) | Rishi | 2021-06-01 | 1 | -1/+1 |
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -2/+2 |
* | bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) | Victor Stinner | 2018-11-09 | 1 | -0/+4 |
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -0/+91 |