summaryrefslogtreecommitdiffstats
path: root/Modules/_multiprocessing/clinic
Commit message (Expand)AuthorAgeFilesLines
* gh-117435: Make `SemLock` thread-safe in free-threaded build (#117436)Sam Gross2024-04-041-4/+27
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-072-4/+14
* gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)Victor Stinner2023-11-012-14/+4
* gh-67565: Remove redundant C-contiguity checks (GH-105521)Furkan Onder2023-10-231-5/+1
* gh-85283: Build posixshmem extension with Limited C API (#111087)Victor Stinner2023-10-191-92/+11
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-173-3/+7
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-313-15/+7
* gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-243-9/+9
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-011-7/+1
* bpo-15999: Accept arbitrary values for boolean parameters. (#15609)Serhiy Storchaka2022-12-031-7/+7
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-132-87/+37
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-113-8/+191
* gh-94512: Fix forced arg format in AC-processed multiprocessing (GH-94517)Oleg Iarygin2022-07-041-6/+24
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-033-11/+11
* bpo-45847: Fix _multiprocessing on platforms without sem_open (GH-29833)Christian Heimes2021-11-291-9/+77
* bpo-20175: Convert Modules/_multiprocessing to the Argument Clinic (GH-14245)Zackery Spytz2020-07-122-0/+553
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-11/+1
* bpo-37034: Display argument name on errors with keyword arguments with Argume...RĂ©mi Lapeyre2019-08-291-3/+3
* bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...Serhiy Storchaka2019-03-141-7/+48
* bpo-35813: Tests and docs for shared_memory (#11816)Davin Potts2019-02-241-0/+92