COMMITS
/ Modules/clinic/socketmodule.c.h October 8, 2025
B
gh-139748: fix leaks in AC error paths when using unicode FS-based converters (#139765)
Bénédikt Tran committed
June 20, 2025
K
gh-135748: use argument clinic for more socket methods (#135749)
Kumar Aditya committed
May 8, 2025
S
gh-133583: Add support for fixed size unsigned integers in argument parsing (GH-133584)
Serhiy Storchaka committed
April 29, 2025
S
gh-132987: Support __index__() in the socket module (GH-133093)
Serhiy Storchaka committed
March 27, 2025
M
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom committed
January 20, 2025
E
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland committed
January 1, 2025
K
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya committed
November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
July 1, 2024
November 8, 2023
J
socket: Update generated AC code (#111853)
Jelle Zijlstra committed
B
gh-111662: Update socket module to use AC for optimizing performance (gh-111661)
Bogdan Romanyuk committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
August 13, 2022
E
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland committed
August 11, 2022
May 4, 2022
J
gh-92210: Move socket.__init__ to argument clinic (#92237)
Joshua Herman committed