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

bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)

8 лет назад
_asynciomodule.c.h

bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)

5 лет назад
_bisectmodule.c.h

bpo-44227: Update bisect docstrings (GH-26548) (GH-26563)

5 лет назад
_bz2module.c.h

bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)

6 лет назад
_codecsmodule.c.h

[3.10] bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28952)

5 лет назад
_collectionsmodule.c.h

bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)

6 лет назад
_contextvarsmodule.c.h

bpo-32436: Implement PEP 567 (#5027)

9 лет назад
_cryptmodule.c.h

bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)

7 лет назад
_curses_panel.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398)

5 лет назад
_datetimemodule.c.h

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
_dbmmodule.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

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

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

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)

5 лет назад
_heapqmodule.c.h

Let the argument clinic do the type checking for heapq (GH-20284)

6 лет назад
_localemodule.c.h

bpo-42208: Add _locale._get_locale_encoding() (GH-23052)

6 лет назад
_lsprof.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)

6 лет назад
_opcode.c.h

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
_operator.c.h

bpo-44558: Match countOf `is`/`==` treatment to c (GH-27007)

5 лет назад
_pickle.c.h

bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846)

6 лет назад
_queuemodule.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870)

6 лет назад
_sre.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-42854: Correctly use size_t for _ssl._SSLSocket.read and _ssl._SSLSocket.write (GH-27271) (GH-27308)

5 лет назад
_statisticsmodule.c.h

bpo-37942: Improve argument clinic float converter (GH-15470)

7 лет назад
_struct.c.h

bpo-1635741: Port _struct to multiphase initialization (GH-23398)

6 лет назад
_testclinic.c.h

[3.10] gh-99240: Fix double-free bug in Argument Clinic str_converter generated code (GH-99241) (#100353)

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

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
_tracemalloc.c.h

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
_weakref.c.h

bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)

7 лет назад
_winapi.c.h

bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)

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

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)

6 лет назад
binascii.c.h

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
cmathmodule.c.h

[3.10] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102280)

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

bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)

6 лет назад
gcmodule.c.h

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
grpmodule.c.h

bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)

7 лет назад
itertoolsmodule.c.h

[3.10] bpo-46728: fix docstring of combinations_with_replacement for consistency (GH-31293) (GH-31350)

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

bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604)

6 лет назад
md5module.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

[3.10] gh-98793: Fix typecheck in `overlapped.c` (GH-98835) (#98890)

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

[3.10] gh-96288: Add a sentence to `os.mkdir`'s docstring. (GH-96271). (#98066)

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

bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)

7 лет назад
pyexpat.c.h

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

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

bpo-43172: readline now passes its tests when built against libedit (GH-24499)

5 лет назад
resource.c.h

bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)

6 лет назад
selectmodule.c.h

[3.10] bpo-41857: mention timeout argument units in select.poll() and select.depoll() doc-strings (GH-22406)

5 лет назад
sha1module.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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

[3.10] bpo-41498: Fix build on platforms without sigset_t (GH-29770) (GH-29773)

5 лет назад
spwdmodule.c.h

bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)

7 лет назад
symtablemodule.c.h

bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)

7 лет назад
termios.c.h

bpo-20184: Convert termios to Argument Clinic. (GH-22693)

6 лет назад
unicodedata.c.h

bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)

7 лет назад
zlibmodule.c.h

[3.10] gh-91583: AC: Fix regression for functions with defining_class (GH-91739) (GH-92079)

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