/
githubmirror
/
cpython
ОбзорДокументацияВойти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
cpython/
Modules/clinic/
..
_abc.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_asynciomodule.c.h

gh-127949: remove asyncio policy system (#150310)

месяц назад
_bisectmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_bz2module.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_codecsmodule.c.h

gh-152997: Support system locale encodings via an iconv-based codec (GH-153001)

месяц назад
_collectionsmodule.c.h

gh-150750: Fix a race condition in `deque.index` with free-threading (#150779)

2 месяца назад
_csv.c.h

gh-137986: Fix and improve the csv functions docstrings (GH-137987)

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

gh-151623: Improve curses documentation and docstrings (GH-151625)

2 месяца назад
_cursesmodule.c.h

gh-64502: Convert curses methods with optional groups to Argument Clinic (GH-155229)

6 дней назад
_datetimemodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_dbmmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_elementtree.c.h

gh-131525: Cache the result of tuple_hash (#131529)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_gdbmmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_hashopenssl.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_heapqmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_interpqueuesmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_interpretersmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_json.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_localemodule.c.h

gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)

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

gh-116738: make `cProfile` module thread-safe (#138229)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_opcode.c.h

gh-131525: Cache the result of tuple_hash (#131529)

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

gh-115808: Add ``is_none`` and ``is_not_none`` to ``operator`` (#115814)

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

gh-131525: Cache the result of tuple_hash (#131529)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_queuemodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_randommodule.c.h

gh-149816: Fix a RC in `_random.Random.__init__` method (#149824)

3 месяца назад
_remote_debugging_module.c.h

GH-140643: Add `<native>` and `<GC>` frames to the sampling profiler (#141108)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_statisticsmodule.c.h

gh-85283: Build _statistics extension with the limited C API (#116927)

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

gh-71086: Document negative offset support in struct.pack_into() and unpack_from() (GH-153650)

месяц назад
_suggestions.c.h

gh-116738: Make _suggestions module thread-safe (gh-140321)

10 месяцев назад
_sysconfig.c.h

gh-145410: Add _sysconfig.get_platform() function (#146145)

5 месяцев назад
_testclinic.c.h

gh-155266: Fix Argument Clinic for a lone optional group (GH-155267)

5 дней назад
_testclinic_depr.c.h

gh-111489: Remove _PyTuple_FromArray() alias (#139973)

10 месяцев назад
_testclinic_kwds.c.h

gh-111489: Remove _PyTuple_FromArray() alias (#139973)

10 месяцев назад
_testclinic_limited.c.h

gh-116646: Add limited C API support to AC fildes converter (#116769)

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

gh-148973: fix segfault on mismatch between consts size and oparg in compiler (#148974)

4 месяца назад
_testmultiphase.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_threadmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_tkinter.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
_tracemalloc.c.h

gh-110964: Remove private _PyArg functions (#110966)

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

gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)

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

gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)

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

gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)

2 месяца назад
_zoneinfo.c.h

gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
binascii.c.h

gh-134837: Correct and improve base85 documentation for base64 and binascii modules (GH-145843)

3 месяца назад
blake2module.c.h

gh-144545: Improve handling of default values in Argument Clinic (GH-146016)

5 месяцев назад
cmathmodule.c.h

Use Py_complex_protected AC converter for cmath.rect() (GH-154034)

23 дня назад
faulthandler.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
fcntlmodule.c.h

gh-140615: Update docstrings in the fcntl module (GH-140619)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
grpmodule.c.h

gh-131525: Cache the result of tuple_hash (#131529)

год назад
hmacmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
itertoolsmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
mathintegermodule.c.h

gh-81313: Add the math.integer module (PEP-791) (GH-133909)

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

Correct frexp() docs for zero and non-finite numbers (GH-149753)

2 месяца назад
md5module.c.h

gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (#134713)

год назад
mmapmodule.c.h

gh-116738: Make mmap.set_name thread-safe (#145555)

5 месяцев назад
overlapped.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
posixmodule.c.h

gh-153856: Add `os.RWF_NOSIGNAL` constant (#153858)

23 дня назад
pwdmodule.c.h

gh-116738: Make pwd module thread-safe (#136695)

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

gh-150285: Fix too long docstrings in the pyexpat module (GH-150294)

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

gh-153291: Fix data race in readline.get_completer() and get_pre_input_hook() (gh-153362)

20 дней назад
resource.c.h

gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
sha1module.c.h

gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (#134713)

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

gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (#134713)

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

GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
socketmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
symtablemodule.c.h

gh-153844: Support AST input in symtable.symtable() (GH-153845)

25 дней назад
syslogmodule.c.h

gh-131525: Cache the result of tuple_hash (#131529)

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

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад
timemodule.c.h

gh-111482: Use Argument Clinic for clock_gettime() (#111641)

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

gh-66802: Add `unicodedata.block()` function (#145042)

6 месяцев назад
zlibmodule.c.h

gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)

3 месяца назад