..
_abc.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_asynciomodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_bisectmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_bz2module.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_codecsmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_collectionsmodule.c.h
[3.15] gh-150750: Fix a race condition in deque.index with free-threading (GH-150779) ( #150920 )
2026-06-04 13:58:59 +00:00
_csv.c.h
gh-137986: Fix and improve the csv functions docstrings (GH-137987)
2025-08-24 11:13:31 +03:00
_curses_panel.c.h
[3.15] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151628)
2026-06-18 08:48:56 +00:00
_cursesmodule.c.h
[3.15] gh-151623: Add missing curses docstrings and document intrflush() (GH-151632) (GH-151641)
2026-06-18 14:23:06 +03:00
_datetimemodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_dbmmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_elementtree.c.h
gh-131525: Cache the result of tuple_hash ( #131529 )
2025-03-27 09:57:06 -04:00
_functoolsmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_gdbmmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_hashopenssl.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_heapqmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_interpqueuesmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_interpretersmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_json.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_localemodule.c.h
gh-111089: Revert PyUnicode_AsUTF8() changes ( #111833 )
2023-11-07 22:36:13 +00:00
_lsprof.c.h
gh-116738: make cProfile module thread-safe ( #138229 )
2025-09-06 13:19:14 +05:30
_lzmamodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_opcode.c.h
gh-131525: Cache the result of tuple_hash ( #131529 )
2025-03-27 09:57:06 -04:00
_operator.c.h
gh-115808: Add `is_none and is_not_none to operator` ( #115814 )
2024-08-10 20:16:34 +01:00
_pickle.c.h
gh-131525: Cache the result of tuple_hash ( #131529 )
2025-03-27 09:57:06 -04:00
_posixsubprocess.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_queuemodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_randommodule.c.h
[3.15] gh-149816: Fix a RC in _random.Random.__init__ method (GH-149824) ( #149997 )
2026-05-18 16:16:55 +00:00
_remote_debugging_module.c.h
GH-140643: Add <native> and <GC> frames to the sampling profiler ( #141108 )
2025-11-17 13:39:00 +00:00
_ssl.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_statisticsmodule.c.h
gh-85283: Build _statistics extension with the limited C API ( #116927 )
2024-03-17 18:59:02 +01:00
_struct.c.h
gh-143715: Deprecate incomplete initialization of struct.Struct() (GH-145580)
2026-03-12 09:44:11 +02:00
_suggestions.c.h
gh-116738: Make _suggestions module thread-safe (gh-140321)
2025-10-22 09:14:48 +09:00
_sysconfig.c.h
gh-145410: Add _sysconfig.get_platform() function ( #146145 )
2026-03-19 00:28:21 +01:00
_testclinic.c.h
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
2026-03-17 12:16:35 +02:00
_testclinic_depr.c.h
gh-111489: Remove _PyTuple_FromArray() alias ( #139973 )
2025-10-11 22:58:14 +02:00
_testclinic_kwds.c.h
gh-111489: Remove _PyTuple_FromArray() alias ( #139973 )
2025-10-11 22:58:14 +02:00
_testclinic_limited.c.h
gh-116646: Add limited C API support to AC fildes converter ( #116769 )
2024-03-14 10:28:58 +01:00
_testinternalcapi.c.h
gh-148973: fix segfault on mismatch between consts size and oparg in compiler ( #148974 )
2026-04-25 10:47:41 +01:00
_testmultiphase.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_threadmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_tkinter.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_tracemalloc.c.h
gh-110964: Remove private _PyArg functions ( #110966 )
2023-10-17 14:30:31 +02:00
_typingmodule.c.h
gh-107603: Argument Clinic: Only include pycore_gc.h if needed ( #108726 )
2023-08-31 23:42:34 +02:00
_weakref.c.h
gh-111926: Make weakrefs thread-safe in free-threaded builds ( #117168 )
2024-04-08 10:58:38 -04:00
_winapi.c.h
[3.15] gh-151929: Get machine ID and uptime on Windows in pythoninfo ( #152146 ) ( #152187 )
2026-06-25 12:34:16 +00:00
_zoneinfo.c.h
gh-132629: Deprecate accepting out-of-range values for unsigned integers in PyArg_Parse (GH-132630)
2025-07-13 12:44:54 +03:00
arraymodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
binascii.c.h
[3.15] gh-134837: Correct and improve base85 documentation for base64 and binascii modules (GH-145843) (GH-149742)
2026-05-12 20:25:28 +00:00
blake2module.c.h
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
2026-03-17 12:16:35 +02:00
cmathmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
faulthandler.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
fcntlmodule.c.h
gh-140615: Update docstrings in the fcntl module (GH-140619)
2025-11-08 12:17:59 +02:00
gcmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
grpmodule.c.h
gh-131525: Cache the result of tuple_hash ( #131529 )
2025-03-27 09:57:06 -04:00
hmacmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
itertoolsmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
mathintegermodule.c.h
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
2025-10-31 16:13:43 +02:00
mathmodule.c.h
[3.15] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150652)
2026-05-31 10:04:18 +00:00
md5module.c.h
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures ( #134713 )
2025-05-31 09:37:47 +02:00
mmapmodule.c.h
gh-116738: Make mmap.set_name thread-safe ( #145555 )
2026-03-07 17:14:44 +09:00
overlapped.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
posixmodule.c.h
[3.15] gh-150285: Fix too long docstrings in the os module (GH-150296) (GH-150341)
2026-05-24 13:53:29 +00:00
pwdmodule.c.h
gh-116738: Make pwd module thread-safe ( #136695 )
2025-07-17 09:16:01 -07:00
pyexpat.c.h
[3.15] gh-150285: Fix too long docstrings in the pyexpat module (GH-150294) (GH-150337)
2026-05-24 13:41:40 +00:00
readline.c.h
gh-48752: Add readline.get_pre_input_hook() function ( #141586 )
2025-12-05 13:18:54 +01:00
resource.c.h
gh-137044: Support large limit values in getrlimit() and setrlimit() (GH-137338)
2025-08-07 11:06:37 +03:00
selectmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
sha1module.c.h
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures ( #134713 )
2025-05-31 09:37:47 +02:00
sha2module.c.h
gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures ( #134713 )
2025-05-31 09:37:47 +02:00
sha3module.c.h
GH-135763: AC: Use `Py_ssize_t(allow_negative=False)` ( #138394 )
2025-09-02 21:29:05 +01:00
signalmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
socketmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
symtablemodule.c.h
gh-135801: Add the module parameter to compile() etc (GH-139652)
2025-11-13 13:21:32 +02:00
syslogmodule.c.h
gh-131525: Cache the result of tuple_hash ( #131529 )
2025-03-27 09:57:06 -04:00
termios.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
timemodule.c.h
gh-111482: Use Argument Clinic for clock_gettime() ( #111641 )
2023-11-02 14:29:05 +01:00
unicodedata.c.h
gh-66802: Add unicodedata.block() function ( #145042 )
2026-02-21 18:27:55 +01:00
zlibmodule.c.h
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00