COMMITS
/ PC/clinic/msvcrtmodule.c.h July 13, 2025
S
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
Serhiy Storchaka committed
May 28, 2024
S
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
Serhiy Storchaka committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
September 12, 2023
A
gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)
AN Long 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
June 1, 2023
V
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
August 11, 2022
July 4, 2022
O
gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514)
Oleg Iarygin committed
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
June 10, 2020
V
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
August 29, 2019
January 11, 2019
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 25, 2018
S
bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689)
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 27, 2017
S
bpo-9566: Change HANDLE argument parsing to unsigned in msvcrtmodule.c (#2904)
Segev Finer committed
July 26, 2017
S
bpo-9566: Fix some Windows x64 compiler warnings (#2492)
Segev Finer 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
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
January 17, 2017
V
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
Victor Stinner committed
September 8, 2016
B
clinic: PY_LONG_LONG -> long long
Benjamin Peterson 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
May 14, 2015
May 13, 2015
Z
Issue #20172: Update clinicizations to current clinic.
Zachary Ware committed
Z
Issue #20172: Convert the msvcrt module to Argument Clinic.
Zachary Ware committed