COMMITS
/ Modules/clinic/fcntlmodule.c.h November 8, 2025
S
gh-140615: Update docstrings in the fcntl module (GH-140619)
Serhiy Storchaka committed
September 15, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in fcntl (#138921)
Victor Stinner committed
July 13, 2025
S
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
Serhiy Storchaka committed
April 26, 2025
S
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132988)
Serhiy Storchaka committed
April 24, 2025
S
gh-132742: Refactor fcntl.fcntl() and fcntl.ioctl() (GH-132768)
Serhiy Storchaka committed
May 24, 2024
V
gh-69214: Fix fcntl.ioctl() request type (#119498)
Victor Stinner committed
March 14, 2024
V
gh-85283: Build fcntl extension with the limited C API (#116791)
Victor Stinner 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 26, 2023
V
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
October 9, 2020
S
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
December 15, 2017
S
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
Serhiy Storchaka committed
July 3, 2017
S
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka committed
June 10, 2017
S
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 9, 2016
S
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
Serhiy Storchaka committed
April 14, 2016
S
Issue #26716: Regenerate Argument Clinic code.
Serhiy Storchaka committed
April 23, 2015
S
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
Serhiy Storchaka committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
March 20, 2015
S
Issue #22832: Tweaked parameter names for fcntl module to better match
Serhiy Storchaka committed
November 10, 2014
B
Issue 20152, 22821: Port the fcntl module to Argument Clinic.
Brett Cannon committed