summaryrefslogtreecommitdiffstats
path: root/Modules/clinic/socketmodule.c.h
Commit message (Expand)AuthorAgeFilesLines
* gh-139748: fix leaks in AC error paths when using unicode FS-based converters...Bénédikt Tran2025-10-081-2/+5
* gh-135748: use argument clinic for more socket methods (#135749)Kumar Aditya2025-06-201-2/+170
* gh-133583: Add support for fixed size unsigned integers in argument parsing (...Serhiy Storchaka2025-05-081-1/+2
* gh-132987: Support __index__() in the socket module (GH-133093)Serhiy Storchaka2025-04-291-48/+135
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-271-1/+3
* gh-111178: Generate correct signature for most self converters (#128447)Erlend E. Aasland2025-01-201-13/+13
* gh-128277: remove unnecessary critical section from `socket.close` (#128305)Kumar Aditya2025-01-011-9/+2
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-081-2/+3
* gh-117657: Use critical section to make _socket.socket.close thread safe (GH-...AN Long2024-07-011-1/+28
* 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