cpython/Modules/clinic
Serhiy Storchaka bc5356bb5d
gh-108494: Argument Clinic: fix support of Limited C API (GH-108536)
2023-08-28 16:04:27 +03:00
..
_abc.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_asynciomodule.c.h gh-97696: asyncio eager tasks factory (#102853) 2023-05-01 15:10:13 -06:00
_bisectmodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_bz2module.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_codecsmodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_collectionsmodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_contextvarsmodule.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_csv.c.h gh-90928: Improve static initialization of keywords tuple in AC (#95907) 2022-08-13 12:09:40 +02:00
_curses_panel.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_cursesmodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_datetimemodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_dbmmodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_elementtree.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_functoolsmodule.c.h gh-64373: Convert `_functools` to Argument Clinic (#96640) 2022-10-07 10:36:40 -07:00
_gdbmmodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_hashopenssl.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_heapqmodule.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_localemodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_lsprof.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_lzmamodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_opcode.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_operator.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_pickle.c.h gh-103092: Isolate `_pickle` module (#102982) 2023-04-04 15:38:54 +05:30
_posixsubprocess.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_queuemodule.c.h gh-101409: Improve generated clinic code for self type checks (#101411) 2023-01-31 21:42:03 +01:00
_randommodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_ssl.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_statisticsmodule.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_struct.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_testclinic.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_testclinic_depr.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
_testclinic_limited.c.h gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) 2023-08-28 16:04:27 +03:00
_testinternalcapi.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_testmultiphase.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_tkinter.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_tracemalloc.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
_typingmodule.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_weakref.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
_winapi.c.h gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503) 2023-08-26 03:18:09 +02:00
_zoneinfo.c.h gh-99138: Isolate _zoneinfo (#99218) 2023-02-15 22:58:48 +01:00
arraymodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
binascii.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
cmathmodule.c.h Add missing 'is' to `cmath.log()` docstring (#102049) 2023-02-19 15:00:59 +00:00
fcntlmodule.c.h gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503) 2023-08-26 03:18:09 +02:00
gcmodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
grpmodule.c.h gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
itertoolsmodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
mathmodule.c.h gh-94906: Support multiple steps in math.nextafter (#103881) 2023-05-19 21:03:49 +01:00
md5module.c.h gh-90928: Improve static initialization of keywords tuple in AC (#95907) 2022-08-13 12:09:40 +02:00
overlapped.c.h gh-106320: Remove private _PyLong converter functions (#108499) 2023-08-26 02:24:27 +02:00
posixmodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
pwdmodule.c.h gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
pyexpat.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
readline.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
resource.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
selectmodule.c.h gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503) 2023-08-26 03:18:09 +02:00
sha1module.c.h gh-90928: Improve static initialization of keywords tuple in AC (#95907) 2022-08-13 12:09:40 +02:00
sha2module.c.h gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924) 2023-02-15 22:08:20 -08:00
sha3module.c.h gh-106320: Remove private _PyLong converter functions (#108499) 2023-08-26 02:24:27 +02:00
signalmodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
socketmodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
symtablemodule.c.h gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) 2022-08-11 15:25:49 -06:00
syslogmodule.c.h gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
termios.c.h gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503) 2023-08-26 03:18:09 +02:00
unicodedata.c.h gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
zlibmodule.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00