cpython/Modules
Miss Islington (bot) 38ef8d78bb
[3.12] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131361)
[3.13] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176)

(cherry picked from commit bb0268f60d)
(cherry picked from commit 6af54d298d)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2025-03-18 13:18:10 +01:00
..
_blake2 gh-116116: Backport blake2 change to fix building with clang-cl on windows-i686 (GH-116117) 2024-03-04 17:22:46 +00:00
_ctypes [3.12] gh-131181: Assert that PyObject_stgdict isn't NULL for PyCData (#131188) 2025-03-13 15:06:39 +00:00
_decimal [3.12] gh-114563: C decimal falls back to pydecimal for unsupported format strings (GH-114879) (GH-115353) 2024-02-12 23:31:12 +02:00
_hacl [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
_io [3.12] gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044) (#131085) 2025-03-11 11:55:13 +00:00
_multiprocessing [3.12] gh-111178: fix UBSan failures in Modules/_multiprocessing/semaphore.c (GH-129084) (#129101) 2025-01-20 21:00:09 +00:00
_sqlite [3.12] gh-129603: Don't segfault if sqlite3.Row description is None (#129604) (#129924) 2025-02-10 00:14:40 +00:00
_sre [3.12] gh-101955: Fix SystemError in possesive quantifier with alternative and group (GH-111362) (GH-126963) 2024-11-18 12:03:19 +00:00
_ssl
_testcapi [3.12] gh-130824: Add tests for NULL in PyLong_*AndOverflow functions (GH-130828) (GH-130876) 2025-03-05 13:52:40 +02:00
_xxtestfuzz [3.12] gh-121023: Improve _xxtestfuzz/README.rst (GH-121024) (#124141) 2024-09-16 20:29:02 +00:00
cjkcodecs [3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods without params (#115016) (#115067) 2024-02-06 11:20:16 +01:00
clinic [3.12] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128599) 2025-01-07 22:05:42 +00:00
expat [3.12] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131361) 2025-03-18 13:18:10 +01:00
_abc.c
_asynciomodule.c [3.12] gh-126405: fix use-after-free in _asyncio.Future.remove_done_callback (GH-126733) (#126737) 2024-11-12 13:04:25 +00:00
_bisectmodule.c [3.12] gh-126035: add missing whitespace to *Py_EnterRecursiveCall() messages (GH-126036) (#126059) 2024-10-27 22:12:20 +00:00
_bz2module.c
_codecsmodule.c
_collectionsmodule.c [3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) (GH-115465) 2024-02-14 17:17:58 +00:00
_contextvarsmodule.c
_cryptmodule.c
_csv.c [3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file (GH-129413) (#129437) 2025-01-29 11:32:54 +00:00
_curses_panel.c
_cursesmodule.c [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) 2025-02-26 17:20:47 +02:00
_datetimemodule.c [3.12] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657) (GH-125661) 2024-10-17 20:04:48 +00:00
_dbmmodule.c
_elementtree.c [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258) 2024-09-06 11:51:18 +03:00
_functoolsmodule.c [3.12] Align functools.reduce() docstring with PEP-257 (GH-126045) (#126114) 2024-10-29 10:13:52 +01:00
_gdbmmodule.c [3.12] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128027) 2024-12-17 14:53:16 +02:00
_hashopenssl.c [3.12] gh-127667: refactor and improve _hashopenssl.c error branches (#131145) (#131348) 2025-03-18 10:16:26 +01:00
_heapqmodule.c
_json.c
_localemodule.c [3.12] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127098) 2024-11-21 11:44:37 +00:00
_lsprof.c [3.12] gh-126425: Refactor _lsprof_Profiler_enable (GH-126426) (#126443) 2024-11-05 12:42:33 +00:00
_lzmamodule.c [3.12] gh-104282: Fix null pointer dereference in lzma._decode_filter_properties (GH-104283) (GH-114181) 2024-01-17 13:31:33 +00:00
_math.h
_opcode.c
_operator.c [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
_pickle.c [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) 2025-02-26 17:20:47 +02:00
_posixsubprocess.c [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit (GH-116677) (#117029) 2024-03-19 15:22:42 -04:00
_queuemodule.c
_randommodule.c
_scproxy.c
_ssl.c [3.12] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) 2024-12-16 15:43:57 +01:00
_ssl.h
_ssl_data.h
_ssl_data_31.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c [3.12] gh-125118: don't copy arbitrary values to _Bool in the struct module (GH-125169) (#125265) 2024-10-10 14:56:49 +00:00
_testbuffer.c [3.12] gh-114670: Fix _testbuffer module initialization (GH-114672) (#115272) 2024-02-11 10:53:00 +03:00
_testcapi_feature_macros.inc
_testcapimodule.c [3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217) (#129221) 2025-01-23 13:29:46 +00:00
_testclinic.c [3.12] gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664) (GH-122807) 2024-08-08 09:49:50 +03:00
_testimportmultiple.c
_testinternalcapi.c [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425) 2024-05-22 22:26:58 +00:00
_testmultiphase.c [3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130510) 2025-02-27 16:30:46 +01:00
_testsinglephase.c
_threadmodule.c [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) 2025-02-26 17:20:47 +02:00
_tkinter.c [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) 2025-02-26 17:20:47 +02:00
_tracemalloc.c [3.12] gh-128679: Fix tracemalloc.stop() race conditions (#128897) (#129022) 2025-01-19 13:24:14 +00:00
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c gh-128217: Validate the normalized_environment variable instead of the similarly named function (GH-128220) 2024-12-24 13:25:16 +00:00
_xxinterpchannelsmodule.c
_xxsubinterpretersmodule.c
_zoneinfo.c [3.12] gh-120155: Fix Coverity issue in zoneinfo load_data() (GH-120232) (#120311) 2024-06-10 10:12:25 +00:00
addrinfo.h
arraymodule.c [3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128977) 2025-01-18 10:14:07 +00:00
atexitmodule.c
audioop.c [3.12] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 license (#115094) 2024-02-06 18:59:23 +01:00
binascii.c [3.12] gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320) (GH-118691) 2024-05-07 09:35:49 +00:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) 2025-02-26 17:20:47 +02:00
fcntlmodule.c [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1… (#119905) 2024-06-01 17:08:07 +02:00
gc_weakref.txt
gcmodule.c [3.12] gh-116510: Fix crash during sub-interpreter shutdown (gh-124536) 2024-09-26 17:50:46 -07:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c [3.12] gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) (GH-115157) 2024-02-08 11:18:38 +02:00
getpath.py
getpath_noop.c
grpmodule.c
hashlib.h
itertoolsmodule.c [3.12] gh-126618: fix repr(itertools.count(sys.maxsize)) (GH-127048) (#127510) 2024-12-02 15:19:59 +01:00
ld_so_aix.in
main.c [3.12] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128027) 2024-12-17 14:53:16 +02:00
makesetup
makexp_aix
mathmodule.c [3.12] gh-123836: workaround fmod(x, y) bug on Windows (GH-124171) (#124186) 2024-09-17 21:44:52 +02:00
md5module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
mmapmodule.c gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) 2024-01-11 23:13:02 +00:00
nismodule.c
ossaudiodev.c
overlapped.c [3.12] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117209) 2024-03-25 12:21:31 +02:00
posixmodule.c [3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609) 2025-02-03 12:00:10 +00:00
posixmodule.h
pwdmodule.c [3.12] gh-116545: Fix error handling in mkpwent in pwdmodule (GH-116548) (#116593) 2024-03-11 11:55:09 +00:00
pyexpat.c [3.12] gh-126742: Add _PyErr_SetLocaleString, use it for gdbm & dlerror messages (GH-126746) (GH-128027) 2024-12-17 14:53:16 +02:00
readline.c [3.12] gh-122431: Disallow negative values in readline.append_history_file (GH-122469) (#127642) 2024-12-05 18:15:30 +01:00
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
Setup
Setup.bootstrap.in
Setup.stdlib.in [3.12] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987) (#129023) 2025-01-19 13:51:53 +00:00
sha1module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
sha2module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
sha3module.c [3.12] gh-99108: Refresh HACL*; update modules accordingly; fix namespacing (GH-117237) (GH-117243) 2024-03-26 01:43:24 +00:00
signalmodule.c [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) 2024-07-19 09:08:33 +00:00
socketmodule.c [3.12] gh-126876: Fix socket internal_select() for large timeout (GH-126968) (#127003) 2024-12-03 14:12:59 +00:00
socketmodule.h
spwdmodule.c
symtablemodule.c
syslogmodule.c [3.12] gh-130163: Fix crashes related to PySys_GetObject() (GH-130503) (GH-130556) (GH-130576) 2025-02-26 17:20:47 +02:00
termios.c [3.12] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114502) 2024-01-23 22:02:02 +00:00
timemodule.c [3.12] gh-52551: Fix encoding issues in strftime() (GH-125193) (GH-125657) (GH-125661) 2024-10-17 20:04:48 +00:00
tkappinit.c
tkinter.h
unicodedata.c
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxlimited_35.c
xxmodule.c
xxsubtype.c
zlibmodule.c

Source files for standard library extension modules,
and former extension modules that are now builtin modules.