/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
cpython/
Modules/clinic/
..
_abc.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_asynciomodule.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_bisectmodule.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
_bz2module.c.h

bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7822)

3 года назад
_codecsmodule.c.h

bpo-15999: Accept arbitrary values for boolean parameters. (#15609)

4 года назад
_collectionsmodule.c.h

gh-103092: Isolate `_collections` (#103093)

3 года назад
_contextvarsmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_cryptmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_csv.c.h

gh-90928: Improve static initialization of keywords tuple in AC (#95907)

4 года назад
_curses_panel.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_cursesmodule.c.h

[3.12] gh-120378: Fix crash caused by integer overflow in `curses` (GH-124555) (#124911)

2 года назад
_datetimemodule.c.h

gh-90928: Improve static initialization of keywords tuple in AC (#95907)

4 года назад
_dbmmodule.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_elementtree.c.h

[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116248)

2 года назад
_functoolsmodule.c.h

gh-64373: Convert `_functools` to Argument Clinic (#96640)

4 года назад
_gdbmmodule.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_hashopenssl.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
_heapqmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_localemodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_lsprof.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_lzmamodule.c.h

bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7822)

3 года назад
_opcode.c.h

gh-90928: Improve static initialization of keywords tuple in AC (#95907)

4 года назад
_operator.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_pickle.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_posixsubprocess.c.h

gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#94519)

3 года назад
_queuemodule.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
_randommodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_ssl.c.h

gh-101409: Improve generated clinic code for self type checks (#101411)

4 года назад
_statisticsmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_struct.c.h

[3.12] gh-112358: Fix Python 3.12 regression with subclassing struct.Struct (GH-112424) (#112426)

3 года назад
_testclinic.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
_testinternalcapi.c.h

[3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425)

2 года назад
_testmultiphase.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
_tkinter.c.h

[3.12] gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291) (GH-118662)

2 года назад
_tracemalloc.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_typingmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_weakref.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
_winapi.c.h

gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)

2 года назад
_zoneinfo.c.h

gh-99138: Isolate _zoneinfo (#99218)

3 года назад
arraymodule.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
audioop.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
binascii.c.h

bpo-15999: Accept arbitrary values for boolean parameters. (#15609)

4 года назад
cmathmodule.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
fcntlmodule.c.h

[3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1… (#119905)

2 года назад
gcmodule.c.h

gh-90928: Improve static initialization of keywords tuple in AC (#95907)

4 года назад
grpmodule.c.h

gh-90928: Improve static initialization of keywords tuple in AC (#95907)

4 года назад
itertoolsmodule.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
mathmodule.c.h

[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065)

2 года назад
md5module.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
overlapped.c.h

gh-98793: Fix typecheck in `overlapped.c` (#98835)

4 года назад
posixmodule.c.h

[3.12] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128599)

2 года назад
pwdmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
pyexpat.c.h

[3.12] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139527)

8 месяцев назад
readline.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
resource.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
selectmodule.c.h

[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)

2 года назад
sha1module.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
sha2module.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
sha3module.c.h

gh-99108: Replace SHA3 implementation HACL* version (#103597)

3 года назад
signalmodule.c.h

[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)

2 года назад
socketmodule.c.h

gh-90928: Improve static initialization of keywords tuple in AC (#95907)

4 года назад
spwdmodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
symtablemodule.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
syslogmodule.c.h

gh-95011: Migrate syslog module to Argument Clinic (GH-95012)

4 года назад
termios.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
unicodedata.c.h

gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860)

4 года назад
zlibmodule.c.h

[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067)

3 года назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©