summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* gh-115942: Add `locked` to several multiprocessing locks (#115944)sobolevn2025-04-081-0/+15
* gh-131809: Upgrade vendored expat to 2.7.1 (#132192)Gregory P. Smith2025-04-074-10/+19
* gh-128182: switch `ctypes` locking to critical sections (#132133)Peter Bierma2025-04-072-137/+148
* gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)sobolevn2025-04-071-1/+1
* gh-132174: Fix function name in error message of `_interpreters.run_string` (...sobolevn2025-04-071-1/+1
* gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)Sonny Ding2025-04-071-2/+1
* gh-99108: add support for SIMD-accelerated HMAC-BLAKE2 (#132120)Bénédikt Tran2025-04-071-4/+75
* gh-128182: add critical sections to ctypes arrays getters and setters (#132152)Kumar Aditya2025-04-062-28/+165
* GH-118761: Expose more core interpreter types in ``_types`` (#132103)Adam Turner2025-04-051-6/+41
* gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)Chris Eibl2025-04-051-1/+1
* gh-128182: add critical section to `_ctypes.Simple` getters and setters (#132...Kumar Aditya2025-04-052-18/+77
* gh-128182: add critical section to `_ctypes.PyCData` methods (#132082)Kumar Aditya2025-04-052-37/+99
* gh-109599: Expose `CapsuleType` via the `_types` module (#131969)Adam Turner2025-04-043-0/+39
* gh-99108: Implement HACL* HMAC (#130157)Bénédikt Tran2025-04-0414-19/+7154
* gh-131938: Update exception message for `Element.remove()` when an element is...Bénédikt Tran2025-04-041-1/+2
* gh-132075: Fix possible use of sockaddr structures with uninitialized members...Serhiy Storchaka2025-04-041-0/+13
* gh-131974: Fix usages of `locked_deref` in `ctypes` (#131975)Peter Bierma2025-04-021-16/+81
* GH-131296: Disable MSVC-specific optimization in sre.c when compiling with cl...Chris Eibl2025-04-011-1/+1
* gh-111178: remove redundant casts for functions with correct signatures (#131...Bénédikt Tran2025-04-0118-64/+59
* gh-111178: Fix getsockaddrarg() undefined behavior (#131668)Victor Stinner2025-04-011-14/+56
* gh-131936: Strengthen check in `_suggestions._generate_suggestions` (#131945)Peter Bierma2025-03-311-1/+1
* GH-131296: Fix incompatible pointer type warning in _winapi.c (GH-131600)Chris Eibl2025-03-311-1/+1
* GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)Chris Eibl2025-03-312-3/+3
* gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent ...Bénédikt Tran2025-03-311-26/+32
* gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concurrent ...Bénédikt Tran2025-03-311-36/+28
* gh-127945: acquire critical section around `PyCFuncPtr_call` (#131898)Kumar Aditya2025-03-301-1/+11
* gh-127945: make initialization of `error_object_name` thread safe in ctypes (...Kumar Aditya2025-03-302-8/+8
* gh-127945: fix thread safety of creating instances of ctypes structures (#131...Kumar Aditya2025-03-303-23/+82
* gh-131423: Update to OpenSSL 3.0.16. (GH-131839)Steve Dower2025-03-282-0/+13
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-2762-77/+849
* gh-131586: Avoid refcount contention in some "special" calls (#131588)Sam Gross2025-03-261-72/+22
* gh-129900: Fix `SystemExit` return codes when the REPL is started from the co...Peter Bierma2025-03-251-2/+1
* gh-127945: fix thread safety of ctypes state (#131710)Kumar Aditya2025-03-251-18/+16
* gh-127945: add locking to malloc closure in free-threading (#131662)Kumar Aditya2025-03-251-2/+19
* gh-111178: Fix function signature in pyexpat.c (#131674)Victor Stinner2025-03-242-33/+29
* gh-111178: Fix function signatures for test_socket (#131667)Victor Stinner2025-03-241-12/+16
* gh-111178: Fix function signatures for test_capi (#131659)Victor Stinner2025-03-242-18/+27
* gh-111178: Fix function signature for test_threading (#131663)Victor Stinner2025-03-241-2/+3
* gh-111178: Fix function signatures for test_zoneinfo (#131664)Victor Stinner2025-03-241-3/+3
* gh-111178: Fix function signatures for test_ctypes (#131660)Victor Stinner2025-03-243-4/+7
* gh-128715: Expose ctypes.CField, with info attributes (GH-128950)Petr Viktorin2025-03-247-103/+278
* gh-131311: Extract _replace_array_elements from PyCStructUnionType_update_stg...Sergey Miryanov2025-03-241-207/+230
* gh-128485: ensure that dlmalloc initializes itself at import time in ctypes ...Kumar Aditya2025-03-241-6/+12
* gh-131311: Fix additional memory leaks in ctypes (GH-131429)Sergey Miryanov2025-03-242-13/+21
* gh-111178: fix UBSan failures for `Modules/_testcapimodule.c` (#131614)Bénédikt Tran2025-03-241-14/+24
* gh-111178: fix UBSan failures for `Modules/_testcapi/{buffer,monitoring}.c` (...Bénédikt Tran2025-03-242-15/+25
* gh-111178: fix UBSan failures for `Modules/_testmultiphase.c` (#131615)Bénédikt Tran2025-03-241-7/+13
* gh-111178: fix UBSan failures for `Modules/_testbuffer.c` (#131612)Bénédikt Tran2025-03-241-10/+12
* gh-111178: fix UBSan failures for `TaskStepMethWrapper` (#131602)Bénédikt Tran2025-03-231-2/+3
* gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (#131420)Bénédikt Tran2025-03-232-18/+0