| .. |
|
_ctypes
|
gh-151126: Fix crash on unset memory error in ctypes.get_errno (#151382)
|
2026-06-12 14:03:21 +03:00 |
|
_decimal
|
gh-115119: Remove superfluous TEST_COVERAGE private macro from _decimal module (GH-149756)
|
2026-06-01 13:41:21 -05:00 |
|
_hacl
|
gh-148200: Update Modules/_hacl/ for Cygwin (#149802)
|
2026-05-15 14:42:30 +02:00 |
|
_io
|
gh-90533: Implement BytesIO.peek() (#150917)
|
2026-06-26 13:46:39 +02:00 |
|
_multiprocessing
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_remote_debugging
|
gh-151584: Remove PyUnstable_Module_SetGIL call in _remote_debugging (#151585)
|
2026-06-17 15:37:08 +03:00 |
|
_sqlite
|
gh-150913: Fix sqlite3.Blob validation for empty slice assignment (GH-150915)
|
2026-06-04 16:41:47 +03:00 |
|
_sre
|
gh-95555: Support Unicode property escapes \p{...} in regular expressions (GH-151969)
|
2026-06-26 07:33:33 +03:00 |
|
_ssl
|
gh-146207: Add support for OpenSSL 4.0.0 alpha1 (#146217)
|
2026-03-25 07:44:47 +01:00 |
|
_testcapi
|
gh-151510: Fix __lazy_import__ without frame (#151511)
|
2026-06-17 14:09:51 -04:00 |
|
_testinternalcapi
|
gh-152238: Revert gh-150490 and gh-152200. (gh-152232)
|
2026-06-26 11:20:41 -07:00 |
|
_testlimitedcapi
|
gh-149044: Improve Py_tp_base[s] docs & error message for non-type bases (GH-151252)
|
2026-06-17 15:27:02 +02:00 |
|
_xxtestfuzz
|
Update and expand the 'Fuzz Tests for CPython' README (#148270)
|
2026-04-09 08:52:30 +01:00 |
|
_zstd
|
gh-150285: Fix too long docstrings in the zstd module (GH-150291)
|
2026-05-24 15:03:22 +03:00 |
|
cjkcodecs
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
clinic
|
gh-127949: remove asyncio policy system (#150310)
|
2026-06-27 12:46:50 +05:30 |
|
expat
|
gh-149698: Update bundled expat to 2.8.1 (GH-149699)
|
2026-05-14 01:21:03 +02:00 |
|
_abc.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_asynciomodule.c
|
gh-127949: remove asyncio policy system (#150310)
|
2026-06-27 12:46:50 +05:30 |
|
_bisectmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_bz2module.c
|
gh-150599: Prevent bz2 decompressor reuse after errors (#150600)
|
2026-06-07 08:19:05 -07:00 |
|
_codecsmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_collectionsmodule.c
|
gh-137759: Replace _PyObject_HashFast() with PyObject_Hash() in setobject.c (#137828)
|
2026-06-15 11:31:04 +02: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
|
gh-87904: Report the public module name in curses types and exceptions (GH-152341)
|
2026-06-27 10:10:11 +03:00 |
|
_cursesmodule.c
|
gh-87904: Report the public module name in curses types and exceptions (GH-152341)
|
2026-06-27 10:10:11 +03:00 |
|
_datetimemodule.c
|
gh-152079: Fix _datetime.fromisoformat() mishandling a sub-second tz offset (#152087)
|
2026-06-25 10:15:28 +01:00 |
|
_dbmmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_elementtree.c
|
gh-149571: Fix the C implementation of Element.itertext() (GH-149929)
|
2026-05-27 13:23:28 +03:00 |
|
_functoolsmodule.c
|
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
|
2026-06-02 21:13:34 +01:00 |
|
_gdbmmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_hashopenssl.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_heapqmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_interpchannelsmodule.c
|
gh-152156: Fix a crash in interpeters.create under limited memory conditions (#152163)
|
2026-06-26 14:41:55 +03:00 |
|
_interpqueuesmodule.c
|
gh-151763: Fix crash in _interpqueues.create on MemoryError (#152131)
|
2026-06-25 07:04:02 +00:00 |
|
_interpreters_common.h
|
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
|
2025-05-22 06:50:06 -06:00 |
|
_interpretersmodule.c
|
gh-151126: Fix missing memory errors in _interpretersmodule.c (#151624)
|
2026-06-25 12:02:00 +03:00 |
|
_json.c
|
gh-152052: Fix misleading json error for \uXXXX escape at the end of input (#152053)
|
2026-06-26 14:47:22 +01: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
|
gh-115988: Add ARM64 and RISCV BCJ filters constants in lzma module (GH-115989)
|
2026-05-28 08:05:03 -07:00 |
|
_math.h
|
gh-122681: remove m_atan2()/c_atan2() helpers (#122715)
|
2024-08-17 13:48:16 +05:30 |
|
_opcode.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_operator.c
|
GH-145247: Use _PyTuple_FromPair in Modules (part 1) (#148000)
|
2026-04-02 23:20:13 +02:00 |
|
_pickle.c
|
gh-150942: Optimize PicklerMemoProxy.copy() with _PyDict_SetItem_Take2 (gh-151608)
|
2026-06-18 09:08:00 +09:00 |
|
_posixsubprocess.c
|
gh-151403: Fix use-after-free when an argv item's __fspath__ mutates args (GH-151404)
|
2026-06-13 10:23:44 -07:00 |
|
_queuemodule.c
|
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
|
2026-06-02 21:13:34 +01:00 |
|
_randommodule.c
|
gh-149816: Fix a RC in _random.Random.__init__ method (#149824)
|
2026-05-18 18:39:54 +03:00 |
|
_scproxy.c
|
|
|
|
_ssl.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +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
|
gh-127330: Update for OpenSSL 3.4 & document+improve the update process (GH-127331)
|
2024-11-28 13:29:27 +01:00 |
|
_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
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +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
|
gh-151929: Get uptime on BSD/macOS in pythoninfo (#152189)
|
2026-06-25 13:11:17 +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
|
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH-118645)
|
2024-05-06 18:59:36 +02:00 |
|
_testimportmultiple.c
|
|
|
|
_testinternalcapi.c
|
gh-151126: Fix missing PyErr_NoMemory in testinternalcapi.c (#152177)
|
2026-06-25 09:48:23 +00:00 |
|
_testlimitedcapi.c
|
gh-151130: Add more tests for PyWeakref_* C API (GH-151131)
|
2026-06-09 11:11:17 +00:00 |
|
_testmultiphase.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_testsinglephase.c
|
gh-145921: Add "_DuringGC" functions for tp_traverse (GH-145925)
|
2026-04-08 09:15:11 +02:00 |
|
_threadmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
_tkinter.c
|
gh-80937: Fix memory leak in tkinter createcommand (GH-152294)
|
2026-06-26 21:52:10 +03:00 |
|
_tracemalloc.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +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
|
gh-151929: Get machine ID and uptime on Windows in pythoninfo (#152146)
|
2026-06-25 12:02:53 +00:00 |
|
_zoneinfo.c
|
gh-145883: Fix two heap-buffer-overflows in _zoneinfo (#145885)
|
2026-04-04 13:29:17 +01:00 |
|
addrinfo.h
|
gh-114917: add support for AI_NUMERICSERV in getaddrinfo emulation (#114918)
|
2025-03-18 11:26:51 +01:00 |
|
arraymodule.c
|
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
|
2026-06-02 21:13:34 +01:00 |
|
atexitmodule.c
|
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
|
2026-03-24 17:47:55 +00:00 |
|
binascii.c
|
gh-134837: Correct and improve base85 documentation for base64 and binascii modules (GH-145843)
|
2026-05-12 22:46:46 +03:00 |
|
blake2module.c
|
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
|
2026-03-24 17:47:55 +00:00 |
|
cmathmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +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
|
gh-126585: Add EHWPOISON error code (#126586)
|
2024-12-03 12:45:50 +00:00 |
|
faulthandler.c
|
Fix issues reported by cpython-review-toolkit in faulthandler (#151341)
|
2026-06-15 13:11:26 +02: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
|
gh-150411: fix gc_generation.count race in free-threading (#150413)
|
2026-06-06 17:03:04 +00:00 |
|
getaddrinfo.c
|
gh-114917: Fix typo in getaddrinfo emulation (#131413)
|
2025-03-18 14:31:13 +01:00 |
|
getbuildinfo.c
|
gh-100388: Change undefined __DATE__ to the Unix epoch (#100389)
|
2025-03-03 14:59:46 +01:00 |
|
getnameinfo.c
|
Replace K&R function declarations with ANSI declarations (#114818)
|
2025-03-11 13:06:36 +01:00 |
|
getpath.c
|
gh-151126: Fix missing PyErr_NoMemory in getpath.c (#151590)
|
2026-06-22 14:59:22 +01:00 |
|
getpath.py
|
gh-151544: Fixes CVE-2026-12003 by removing the fallback to %VPATH%/Modules/Setup.local for discovering sources in getpath.py (GH-151545)
|
2026-06-17 00:16:06 +01: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
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
itertoolsmodule.c
|
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
|
2026-06-02 21:13:34 +01: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
|
gh-150534: Add C23 half-turn trigonometric *pi functions (GH-150555)
|
2026-06-06 10:19:45 +00:00 |
|
md5module.c
|
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
|
2026-03-24 17:47:55 +00:00 |
|
mmapmodule.c
|
gh-151021: Fix mmap empty searches past the end (GH-151023)
|
2026-06-07 16:01:24 +03:00 |
|
overlapped.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
posixmodule.c
|
gh-151763: Fix NULL dereference in os._path_normpath() under OOM (#151779)
|
2026-06-24 16:56:10 +01: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
|
gh-90949: Fix copy-paste typo in pyexpat capsule API initialization (#151147)
|
2026-06-24 15:10:46 +01:00 |
|
readline.c
|
gh-150372: Add missing null check on completer_word_break_characters in readline.c (GH-150251)
|
2026-05-30 19:26:05 +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
|
gh-116181: Remove Py_BUILD_CORE_BUILTIN and Py_BUILD_CORE_MODULE in rotatingtree.c (#121260)
|
2024-07-03 13:05:05 +05:30 |
|
rotatingtree.h
|
|
|
|
selectmodule.c
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
Setup
|
gh-140550: Update xxlimited with 3.15 limited API (GH-142827)
|
2026-05-13 18:35:50 +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
|
gh-151130: Add more tests for PyWeakref_* C API (GH-151131)
|
2026-06-09 11:11:17 +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
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
socketmodule.c
|
gh-143988: Fix re-entrant mutation crashes in socket sendmsg/recvmsg_into (#143987)
|
2026-06-10 13:03:49 +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
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |
|
timemodule.c
|
gh-149931: Fix memory leaks on failed realloc (#149932)
|
2026-05-26 01:37:14 +01:00 |
|
tkappinit.c
|
gh-150836: Mount embedded Tk ZIP in _tkinter on Windows (GH-151562)
|
2026-06-19 14:23:01 +00:00 |
|
tkinter.h
|
gh-150836: Mount embedded Tk ZIP in _tkinter on Windows (GH-151562)
|
2026-06-19 14:23:01 +00:00 |
|
unicodedata.c
|
gh-149079: Optimize sorting in unicodedata.normalize() (GH-150782)
|
2026-06-15 16:36:50 +02:00 |
|
unicodedata_db.h
|
gh-150889: Improve performance of unicodedata.normalize() (GH-150890)
|
2026-06-06 11:34:33 +03: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
|
gh-140550: Update xxlimited with 3.15 limited API (GH-142827)
|
2026-05-13 18:35:50 +02:00 |
|
xxlimited_3_13.c
|
gh-140550: Update xxlimited with 3.15 limited API (GH-142827)
|
2026-05-13 18:35:50 +02:00 |
|
xxlimited_35.c
|
gh-140550: Update xxlimited with 3.15 limited API (GH-142827)
|
2026-05-13 18:35:50 +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
|
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
|
2026-05-24 16:16:12 +03:00 |