summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_condvar.h
Commit message (Expand)AuthorAgeFilesLines
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-301-11/+1
* gh-108765: Move standard includes to Python.h (#108769)Victor Stinner2023-09-011-0/+4
* gh-108216: Cleanup #include in internal header files (#108228)Victor Stinner2023-08-211-3/+3
* bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)Christian Heimes2022-01-131-1/+3
* Fix typo in block comment in Include/internal/pycore_condvar.h (GH-26457)Rishi2021-06-011-1/+1
* bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)Victor Stinner2019-04-171-2/+2
* bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)Victor Stinner2018-11-091-0/+4
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-10-311-0/+91