cpython/Modules
Miss Islington (bot) d326d52478
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
(cherry picked from commit a06b606462)

Co-authored-by: Diego Russo <diego.russo@arm.com>
2024-01-31 00:08:26 +00:00
..
_blake2 [3.11] gh-111251: Fix error checking in _blake2 module init (GH-111252) (#111298) 2023-11-10 14:43:51 +00:00
_ctypes gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753) 2024-01-31 00:08:26 +00:00
_decimal
_io [3.11] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during write() (GH-22535) (GH-113809) 2024-01-08 10:47:50 +00:00
_multiprocessing
_sha3
_sqlite
_sre [3.11] gh-109747: Improve errors for unsupported look-behind patterns (GH-109859) (GH-110860) 2023-10-14 06:51:24 +00:00
_ssl
_xxtestfuzz
cjkcodecs [3.11] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 co… (gh-111771) 2023-11-06 11:29:59 +00:00
clinic Use Unicode unconditionally for _winapi.CreateFile (GH-114611) 2024-01-26 17:48:36 +00:00
expat
_abc.c
_asynciomodule.c [3.11] gh-113566: Fix asyncio segfault during interpreter finalization (#113578) 2023-12-29 21:06:32 -08:00
_bisectmodule.c
_bz2module.c
_codecsmodule.c
_collectionsmodule.c
_contextvarsmodule.c
_cryptmodule.c
_csv.c [3.11] gh-70835: Clarify error message for CSV file opened with wrong newline (GH-113786) (GH-113906) 2024-01-17 15:06:39 +01:00
_curses_panel.c
_cursesmodule.c
_datetimemodule.c [3.11] Fix undefined behaviour in datetime.time.fromisoformat() (GH-111982) (#111991) 2023-11-12 00:24:02 +00:00
_dbmmodule.c
_elementtree.c
_functoolsmodule.c
_gdbmmodule.c
_hashopenssl.c
_heapqmodule.c
_json.c
_localemodule.c
_lsprof.c
_lzmamodule.c [3.11] gh-104282: Fix null pointer dereference in lzma._decode_filter_properties (GH-104283) (GH-114182) 2024-01-17 13:30:29 +00:00
_math.h
_opcode.c
_operator.c
_pickle.c [3.11] bpo-41422: Visit the Pickler's and Unpickler's memo in tp_traverse (GH-21664) (GH-112465) 2023-11-27 18:46:34 +00:00
_posixsubprocess.c [3.11] gh-104522: Fix OSError raised when run a subprocess (GH-114195) (GH-114243) 2024-01-18 11:32:57 +00:00
_queuemodule.c
_randommodule.c
_scproxy.c
_ssl.c
_ssl.h
_ssl_data.h
_ssl_data_111.h
_ssl_data_300.h
_stat.c
_statisticsmodule.c
_struct.c
_testbuffer.c
_testcapi_feature_macros.inc
_testcapimodule.c [3.11] gh-108851: Fix support.get_recursion_available() for USE_STACKCHECK (#110127) 2023-09-29 23:54:46 +02:00
_testclinic.c
_testimportmultiple.c
_testinternalcapi.c
_testmultiphase.c
_threadmodule.c
_tkinter.c [3.11] gh-112678: Declare Tkapp_CallDeallocArgs() as static (GH-112679) (GH-112691) 2023-12-04 08:18:03 +00:00
_tracemalloc.c
_typingmodule.c
_uuidmodule.c
_weakref.c
_winapi.c Use Unicode unconditionally for _winapi.CreateFile (GH-114611) 2024-01-26 17:48:36 +00:00
_xxsubinterpretersmodule.c
_zoneinfo.c [3.11] [3.12] bpo-42663: Fix parsing TZ strings in zoneinfo module (GH-23825) (GH-110882) (GH-110889) 2023-10-15 08:32:26 +00:00
addrinfo.h
arraymodule.c
atexitmodule.c
audioop.c
binascii.c [3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (GH-112615) (#112725) 2023-12-04 20:20:41 +00:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c [3.11] gh-111777: Fix assertion errors on incorrectly still-tracked GC object destruction (GH-111778) (GH-111990) 2024-01-17 15:10:12 +01:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
getpath.py
getpath_noop.c
grpmodule.c
hashlib.h
itertoolsmodule.c [3.11] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next__() (GH-109788) (GH-112700) 2023-12-04 12:20:19 +00:00
ld_so_aix.in
main.c
makesetup
makexp_aix
mathmodule.c
md5module.c
mmapmodule.c gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) 2024-01-11 23:04:36 +00:00
nismodule.c
ossaudiodev.c
overlapped.c
posixmodule.c [3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113541) 2023-12-28 11:02:23 +00:00
posixmodule.h
pwdmodule.c
pyexpat.c
readline.c [3.11] gh-112105: Make completer delims work on libedit (gh-112106) (gh-112488) 2023-11-28 06:39:47 +00:00
README
resource.c
rotatingtree.c
rotatingtree.h
selectmodule.c
Setup
Setup.bootstrap.in
Setup.stdlib.in
sha1module.c
sha256module.c
sha512module.c
signalmodule.c
socketmodule.c [3.11] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503) (GH-112598) 2023-12-25 20:55:27 +02:00
socketmodule.h
spwdmodule.c
symtablemodule.c
syslogmodule.c
termios.c [3.11] gh-114492: Initialize struct termios before calling tcgetattr() (GH-114495) (GH-114503) 2024-01-23 21:53:13 +00:00
testcapi_long.h
timemodule.c
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 [3.11] gh-105967: Work around a macOS bug, limit zlib C library crc32 API calls to 1gig (GH-112615) (#112725) 2023-12-04 20:20:41 +00:00

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