summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/syslogmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-081-2/+3
* gh-117440: Make `syslog` thread-safe in free-threaded builds (#117441)Sam Gross2024-04-021-2/+13
* gh-110964: Remove private _PyArg functions (#110966)Victor Stinner2023-10-171-1/+2
* gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)Victor Stinner2023-08-311-4/+3
* gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)Victor Stinner2023-06-011-4/+1
* gh-95011: Migrate syslog module to Argument Clinic (GH-95012)Noam Cohen2022-10-081-0/+257