summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/socketmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* socket: Update generated AC code (#111853)Jelle Zijlstra2023-11-081-2/+7
* gh-111662: Update socket module to use AC for optimizing performance (gh-111661)Bogdan Romanyuk2023-11-081-1/+164
* 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-108444: Argument Clinic uses PyLong_AsInt() (#108458)Victor Stinner2023-08-241-4/+4
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-131-18/+8
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-111-2/+41
* gh-92210: Move socket.__init__ to argument clinic (#92237)Joshua Herman2022-05-041-0/+65