COMMITS
/ Modules/clinic/_localemodule.c.h November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 1, 2023
V
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
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 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
August 11, 2022
May 3, 2022
V
gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Victor Stinner committed
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki committed
October 31, 2020
V
bpo-42208: Add _locale._get_locale_encoding() (GH-23052)
Victor Stinner committed
July 15, 2020
Z
bpo-20183: Convert _locale to the Argument Clinic (GH-14201)
Zackery Spytz committed