..
_ctypes
[3.15] gh-151126: Fix crash on unset memory error in ctypes.get_errno (GH-151382) ( #151398 )
2026-06-12 11:31:51 +00:00
_decimal
[3.15] gh-150285: Fix too long docstrings in the decimal module (GH-150288) (GH-150333)
2026-05-24 16:24:08 +03:00
_hacl
gh-140120: Refresh HACL* to fix an hmac memory leak (GH-140188)
2025-10-16 05:25:51 +00:00
_io
[3.15] gh-143008: Fix race re-initializing TextIOWrapper ( #151203 )
2026-06-10 11:13:46 +02:00
_multiprocessing
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_remote_debugging
[3.15] gh-151424: Fix impossible stack traces in RemoteUnwinder(..., cache_frames=True) by copying chunks on cache miss (GH-151426) ( #151459 )
2026-06-13 23:40:19 +00:00
_sqlite
[3.15] gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915) (GH-150923)
2026-06-04 14:10:30 +00:00
_sre
[3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) ( #150808 )
2026-06-02 20:40:52 +00:00
_ssl
gh-146207: Add support for OpenSSL 4.0.0 alpha1 ( #146217 )
2026-03-25 07:44:47 +01:00
_testcapi
[3.15] gh-151297: Fix undefined behavior in _PyObject_MiRealloc (GH-151358) (GH-151388)
2026-06-12 01:47:01 +00:00
_testinternalcapi
[3.15] gh-151223: fix tsan data races in load global specializations (GH-151393) ( #151513 )
2026-06-15 22:52:52 +05:30
_testlimitedcapi
[3.15] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151140)
2026-06-09 11:37:56 +00:00
_xxtestfuzz
Update and expand the 'Fuzz Tests for CPython' README ( #148270 )
2026-04-09 08:52:30 +01:00
_zstd
[3.15] gh-150285: Fix too long docstrings in the zstd module (GH-150291) (GH-150335)
2026-05-24 16:24:34 +03:00
cjkcodecs
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
clinic
[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
expat
[3.15] gh-149698: Update bundled expat to 2.8.1 (GH-149699) ( #149812 )
2026-05-14 09:52:51 +01:00
_abc.c
[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
[3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) ( #150808 )
2026-06-02 20:40:52 +00:00
_bisectmodule.c
[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
[3.15] gh-150599: Prevent bz2 decompressor reuse after errors (GH-150600)
2026-06-07 17:48:30 +01:00
_codecsmodule.c
[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
[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
gh-145105: Fix crash in csv.reader with re-entrant iterator (GH-145106)
2026-04-11 15:18:02 -07:00
_curses_panel.c
[3.15] gh-150285: Fix too long docstrings in the curses module (GH-150286) (GH-150331)
2026-05-24 16:23:25 +03:00
_cursesmodule.c
[3.15] gh-150285: Fix too long docstrings in the curses module (GH-150286) (GH-150331)
2026-05-24 16:23:25 +03:00
_datetimemodule.c
[3.15] gh-151039: Fix a crash when _datetime types outlive _datetime module (GH-151044) ( #151143 )
2026-06-09 12:14:47 +00:00
_dbmmodule.c
[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
[3.15] gh-149571: Fix the C implementation of Element.itertext() (GH-149929) (GH-150509)
2026-05-27 10:52:02 +00:00
_functoolsmodule.c
[3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) ( #150808 )
2026-06-02 20:40:52 +00:00
_gdbmmodule.c
[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
[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
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_interpchannelsmodule.c
[3.15] gh-151126: Fix missing memory errors in _interpchannelsmodule.c (GH-151239) ( #151265 )
2026-06-10 16:26:38 +00:00
_interpqueuesmodule.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_interpreters_common.h
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
2025-05-22 06:50:06 -06:00
_interpretersmodule.c
[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
[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
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
_lsprof.c
gh-145846: Fix memory leak in _lsprof clearEntries() context chain ( #145847 )
2026-04-07 22:56:19 +02:00
_lzmamodule.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_math.h
_opcode.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_operator.c
GH-145247: Use _PyTuple_FromPair in Modules (part 1) ( #148000 )
2026-04-02 23:20:13 +02:00
_pickle.c
[3.15] gh-150157: Fix critical section for PyDict_Next() in _pickle.c (GH-150158) ( #150711 )
2026-06-01 14:59:09 +00:00
_posixsubprocess.c
[3.15] gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404) ( #151445 )
2026-06-13 14:32:48 -07:00
_queuemodule.c
[3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) ( #150808 )
2026-06-02 20:40:52 +00:00
_randommodule.c
[3.15] gh-149816: Fix a RC in _random.Random.__init__ method (GH-149824) ( #149997 )
2026-05-18 16:16:55 +00:00
_scproxy.c
_ssl.c
[3.15] gh-149816: Fix SNI callback callable race (GH-150018) (GH-150099)
2026-06-08 21:01:31 +03:00
_ssl.h
_ssl_data_36.h
gh-149254: Update CI to use latest OpenSSL and AWS-LC versions (GH-149330)
2026-05-03 20:20:51 +00:00
_ssl_data_40.h
gh-148600: Add Modules/_ssl_data_40.h data ( #148601 )
2026-04-15 15:59:02 +02:00
_ssl_data_111.h
gh-131423: Update OpenSSL data to 3.4.1 on Linux ( #131618 )
2025-04-25 10:26:58 +02:00
_ssl_data_300.h
_ssl_data_340.h
gh-131423: Update OpenSSL data to 3.4.1 on Linux ( #131618 )
2025-04-25 10:26:58 +02:00
_stat.c
gh-108765: fix comment about macro definitions in _stat.c post GH-108854 ( #136027 )
2025-06-27 15:15:11 +00:00
_statisticsmodule.c
_struct.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_suggestions.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
_sysconfig.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
_testbuffer.c
gh-146151: memoryview supports 'F' and 'D' format types (complex) ( #146241 )
2026-03-26 15:26:34 +01:00
_testcapi_feature_macros.inc
_testcapimodule.c
[3.15] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151140)
2026-06-09 11:37:56 +00:00
_testclinic.c
gh-144545: Improve handling of default values in Argument Clinic (GH-146016)
2026-03-17 12:16:35 +02:00
_testclinic_limited.c
_testimportmultiple.c
_testinternalcapi.c
gh-149202: Fix frame pointer unwinding on ppc64le and armv7/clang ( #149409 )
2026-05-07 10:37:00 +02:00
_testlimitedcapi.c
[3.15] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151140)
2026-06-09 11:37:56 +00:00
_testmultiphase.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_testsinglephase.c
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
2026-04-08 09:15:11 +02:00
_threadmodule.c
[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
[3.15] gh-151337: Avoid possible memory leak in _tkinter.c on Windows. (GH-151340) (GH-151379)
2026-06-11 20:25:05 +00:00
_tracemalloc.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
_typesmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
_typingmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
_uuidmodule.c
gh-132710: only use stable _uuid.generate_time_safe() to deduce MAC address ( #132901 )
2025-05-26 10:56:31 +02:00
_weakref.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
_winapi.c
[3.15] gh-151126: Add missing PyErr_NoMemory in _winapi module (GH-151154) ( #151180 )
2026-06-09 17:10:18 +00:00
_zoneinfo.c
gh-145883: Fix two heap-buffer-overflows in _zoneinfo ( #145885 )
2026-04-04 13:29:17 +01:00
addrinfo.h
arraymodule.c
[3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) ( #150808 )
2026-06-02 20:40:52 +00:00
atexitmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
binascii.c
[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
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
cmathmodule.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
config.c.in
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
2025-04-09 16:18:54 -07:00
errnomodule.c
faulthandler.c
[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
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
gc_weakref.txt
GH-135552: Make the GC clear weakrefs later (GH-136189)
2025-08-07 16:32:17 -07:00
gcmodule.c
[3.15] gh-148613: Fix race in gc_set_threshold and gc_get_threshold (GH-150356) ( #150841 )
2026-06-04 12:43:46 +05:30
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
GH-131296: Avoid invalid signed char comparison in getpath.c assertion (GH-131594)
2025-04-22 14:06:30 +01:00
getpath.py
GH-145273: don't skip missing platstdlib warning if stdlib_zip is found ( #145544 )
2026-03-09 19:37:33 +00:00
getpath_noop.c
grpmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
hashlib.h
gh-131876: Revert "gh-131876: extract _hashlib helpers into a separate directory ( #136995 ) ( #137307 )
2025-08-01 10:45:40 -07:00
hmacmodule.c
[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
[3.15] gh-150319: Replace all documentation which says "See PEP 585" (GH-150325) ( #150808 )
2026-06-02 20:40:52 +00:00
ld_so_aix.in
main.c
GH-145247: Use _PyTuple_FromPair in Modules (part 1) ( #148000 )
2026-04-02 23:20:13 +02:00
makesetup
gh-116943: Ensure makesetup does not choke on missing EOL in Setup.* files ( #139100 )
2025-09-18 09:25:01 +00:00
makexp_aix
mathintegermodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
mathmodule.c
[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
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
mmapmodule.c
[3.15] gh-151021: Fix mmap empty searches past the end (GH-151023) (GH-151041)
2026-06-07 13:27:26 +00:00
overlapped.c
[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
[3.15] gh-151126: Fix missing memory error in os._path_splitroot (GH-151339) ( #151360 )
2026-06-11 16:55:19 +00:00
posixmodule.h
pwdmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
pyexpat.c
[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
[3.15] gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251) (GH-150628)
2026-06-01 10:00:55 +00:00
README
resource.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
rotatingtree.c
rotatingtree.h
selectmodule.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00
Setup
[3.15] gh-140550: Update xxlimited with 3.15 limited API (GH-142827) (GH-149785)
2026-05-14 00:00:29 +02:00
Setup.bootstrap.in
gh-136421: Load _datetime static types during interpreter initialization (GH-136583)
2025-07-21 13:47:26 -04:00
Setup.stdlib.in
[3.15] gh-151130: Add more tests for PyWeakref_* C API (GH-151131) (GH-151140)
2026-06-09 11:37:56 +00:00
sha1module.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
sha2module.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
sha3module.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
signalmodule.c
[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
[3.15] gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (GH-143987) ( #151246 )
2026-06-10 14:25:33 +00:00
socketmodule.h
gh-86819: Add ISO-TP CAN socket constants ( #23794 )
2025-09-17 17:18:04 +00:00
symtablemodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
syslogmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
termios.c
[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
[3.15] gh-149931: Fix memory leaks on failed realloc (GH-149932) ( #150439 )
2026-05-26 01:04:49 +00:00
tkappinit.c
tkinter.h
unicodedata.c
[3.15] gh-149079: Fix O(n^2) canonical ordering in unicodedata.normalize() (GH-149080) ( #150776 )
2026-06-02 10:10:04 +00:00
unicodedata_db.h
gh-66802: Add unicodedata.block() function ( #145042 )
2026-02-21 18:27:55 +01:00
unicodename_db.h
gh-144882: Optimize name tables in unicodedata by excluding names derived by rule NR2 (GH-144883)
2026-02-18 12:58:21 +02:00
winreparse.h
xxlimited.c
[3.15] gh-140550: Update xxlimited with 3.15 limited API (GH-142827) (GH-149785)
2026-05-14 00:00:29 +02:00
xxlimited_3_13.c
[3.15] gh-140550: Update xxlimited with 3.15 limited API (GH-142827) (GH-149785)
2026-05-14 00:00:29 +02:00
xxlimited_35.c
[3.15] gh-140550: Update xxlimited with 3.15 limited API (GH-142827) (GH-149785)
2026-05-14 00:00:29 +02:00
xxmodule.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
xxsubtype.c
gh-128341: Use _Py_ABI_SLOT in stdlib modules ( #145770 )
2026-03-24 17:47:55 +00:00
zlibmodule.c
[3.15] gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338) (GH-150350)
2026-05-24 22:31:19 +03:00