index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn
2025-04-08
1
-0/+15
*
gh-131809: Upgrade vendored expat to 2.7.1 (#132192)
Gregory P. Smith
2025-04-07
4
-10/+19
*
gh-128182: switch `ctypes` locking to critical sections (#132133)
Peter Bierma
2025-04-07
2
-137/+148
*
gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)
sobolevn
2025-04-07
1
-1/+1
*
gh-132174: Fix function name in error message of `_interpreters.run_string` (...
sobolevn
2025-04-07
1
-1/+1
*
gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)
Sonny Ding
2025-04-07
1
-2/+1
*
gh-99108: add support for SIMD-accelerated HMAC-BLAKE2 (#132120)
Bénédikt Tran
2025-04-07
1
-4/+75
*
gh-128182: add critical sections to ctypes arrays getters and setters (#132152)
Kumar Aditya
2025-04-06
2
-28/+165
*
GH-118761: Expose more core interpreter types in ``_types`` (#132103)
Adam Turner
2025-04-05
1
-6/+41
*
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Chris Eibl
2025-04-05
1
-1/+1
*
gh-128182: add critical section to `_ctypes.Simple` getters and setters (#132...
Kumar Aditya
2025-04-05
2
-18/+77
*
gh-128182: add critical section to `_ctypes.PyCData` methods (#132082)
Kumar Aditya
2025-04-05
2
-37/+99
*
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner
2025-04-04
3
-0/+39
*
gh-99108: Implement HACL* HMAC (#130157)
Bénédikt Tran
2025-04-04
14
-19/+7154
*
gh-131938: Update exception message for `Element.remove()` when an element is...
Bénédikt Tran
2025-04-04
1
-1/+2
*
gh-132075: Fix possible use of sockaddr structures with uninitialized members...
Serhiy Storchaka
2025-04-04
1
-0/+13
*
gh-131974: Fix usages of `locked_deref` in `ctypes` (#131975)
Peter Bierma
2025-04-02
1
-16/+81
*
GH-131296: Disable MSVC-specific optimization in sre.c when compiling with cl...
Chris Eibl
2025-04-01
1
-1/+1
*
gh-111178: remove redundant casts for functions with correct signatures (#131...
Bénédikt Tran
2025-04-01
18
-64/+59
*
gh-111178: Fix getsockaddrarg() undefined behavior (#131668)
Victor Stinner
2025-04-01
1
-14/+56
*
gh-131936: Strengthen check in `_suggestions._generate_suggestions` (#131945)
Peter Bierma
2025-03-31
1
-1/+1
*
GH-131296: Fix incompatible pointer type warning in _winapi.c (GH-131600)
Chris Eibl
2025-03-31
1
-1/+1
*
GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)
Chris Eibl
2025-03-31
2
-3/+3
*
gh-126033: fix UAF in `xml.etree.ElementTree.Element.remove` when concurrent ...
Bénédikt Tran
2025-03-31
1
-26/+32
*
gh-126037: fix UAF in `xml.etree.ElementTree.Element.find*` when concurrent ...
Bénédikt Tran
2025-03-31
1
-36/+28
*
gh-127945: acquire critical section around `PyCFuncPtr_call` (#131898)
Kumar Aditya
2025-03-30
1
-1/+11
*
gh-127945: make initialization of `error_object_name` thread safe in ctypes (...
Kumar Aditya
2025-03-30
2
-8/+8
*
gh-127945: fix thread safety of creating instances of ctypes structures (#131...
Kumar Aditya
2025-03-30
3
-23/+82
*
gh-131423: Update to OpenSSL 3.0.16. (GH-131839)
Steve Dower
2025-03-28
2
-0/+13
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
62
-77/+849
*
gh-131586: Avoid refcount contention in some "special" calls (#131588)
Sam Gross
2025-03-26
1
-72/+22
*
gh-129900: Fix `SystemExit` return codes when the REPL is started from the co...
Peter Bierma
2025-03-25
1
-2/+1
*
gh-127945: fix thread safety of ctypes state (#131710)
Kumar Aditya
2025-03-25
1
-18/+16
*
gh-127945: add locking to malloc closure in free-threading (#131662)
Kumar Aditya
2025-03-25
1
-2/+19
*
gh-111178: Fix function signature in pyexpat.c (#131674)
Victor Stinner
2025-03-24
2
-33/+29
*
gh-111178: Fix function signatures for test_socket (#131667)
Victor Stinner
2025-03-24
1
-12/+16
*
gh-111178: Fix function signatures for test_capi (#131659)
Victor Stinner
2025-03-24
2
-18/+27
*
gh-111178: Fix function signature for test_threading (#131663)
Victor Stinner
2025-03-24
1
-2/+3
*
gh-111178: Fix function signatures for test_zoneinfo (#131664)
Victor Stinner
2025-03-24
1
-3/+3
*
gh-111178: Fix function signatures for test_ctypes (#131660)
Victor Stinner
2025-03-24
3
-4/+7
*
gh-128715: Expose ctypes.CField, with info attributes (GH-128950)
Petr Viktorin
2025-03-24
7
-103/+278
*
gh-131311: Extract _replace_array_elements from PyCStructUnionType_update_stg...
Sergey Miryanov
2025-03-24
1
-207/+230
*
gh-128485: ensure that dlmalloc initializes itself at import time in ctypes ...
Kumar Aditya
2025-03-24
1
-6/+12
*
gh-131311: Fix additional memory leaks in ctypes (GH-131429)
Sergey Miryanov
2025-03-24
2
-13/+21
*
gh-111178: fix UBSan failures for `Modules/_testcapimodule.c` (#131614)
Bénédikt Tran
2025-03-24
1
-14/+24
*
gh-111178: fix UBSan failures for `Modules/_testcapi/{buffer,monitoring}.c` (...
Bénédikt Tran
2025-03-24
2
-15/+25
*
gh-111178: fix UBSan failures for `Modules/_testmultiphase.c` (#131615)
Bénédikt Tran
2025-03-24
1
-7/+13
*
gh-111178: fix UBSan failures for `Modules/_testbuffer.c` (#131612)
Bénédikt Tran
2025-03-24
1
-10/+12
*
gh-111178: fix UBSan failures for `TaskStepMethWrapper` (#131602)
Bénédikt Tran
2025-03-23
1
-2/+3
*
gh-131418: remove unused legacy typedefs in `{md5,sha1}module.c` (#131420)
Bénédikt Tran
2025-03-23
2
-18/+0
[next]