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-74902: Add Unicode Grapheme Cluster Break algorithm (GH-143076)
Serhiy Storchaka
37 hours
3
-3029/+3941
*
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64e...
Serhiy Storchaka
39 hours
2
-29/+83
*
gh-116738: Make `lzma` module thread-safe (#142947)
Alper
3 days
1
-11/+32
*
remove duplicate error constants in `_winapi` (#143684)
Yongtao Huang
3 days
1
-3/+0
*
gh-143249: Fix buffer leak when overlapped operation fails to start on window...
Yongtao Huang
3 days
1
-3/+3
*
gh-143196: Fix crash in non-standard use of internal JSON encoder object (GH-...
Serhiy Storchaka
3 days
1
-0/+1
*
gh-140795: Remove 'exc' field in SSLObject (gh-143491)
Sam Gross
3 days
2
-53/+83
*
gh-143544: Fix possible use-after-free in the JSON decoder when JSONDecodeErr...
VanshAgarwal24036
3 days
1
-1/+2
*
gh-142306: Improve errors for Element.remove() (GH-142308)
Serhiy Storchaka
4 days
1
-2/+1
*
gh-142881: Fix concurrent and reentrant call of atexit.unregister() (GH-142901)
Serhiy Storchaka
4 days
1
-7/+21
*
gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (...
Sergey B Kirpichev
4 days
1
-8/+16
*
gh-143638: Forbid cuncurrent use of the Pickler and Unpickler objects in C im...
Serhiy Storchaka
5 days
1
-49/+99
*
gh-143604: Hold strong reference to executor during JIT tracing (GH-143646)
Nadeshiko Manju
6 days
1
-0/+9
*
gh-143191: Use _PyOS_MIN_STACK_SIZE in _thread.stack_size() (#143601)
Victor Stinner
7 days
1
-3/+4
*
gh-143378: Fix use-after-free when BytesIO is concurrently mutated during wri...
zhong
7 days
1
-8/+8
*
gh-143429: Use compile-time NaN encoding detection for test_struct (#143432)
Henry Chen
7 days
1
-1/+5
*
gh-140025: Fix `queue.SimpleQueue.__sizeof__()` to return correct size (#143137)
Aniket
8 days
2
-1/+48
*
gh-142991: socketmodule: fixed getsockaddrlen() for PF_DIVERT socket (#142993)
Gleb Smirnoff
9 days
1
-0/+6
*
gh-143474: Add `os.RWF_ATOMIC` constant (GH-143475)
Clay Dugo
10 days
2
-2/+7
*
gh-143331: Schedule to remove format "N" for Decimal (#143372)
Semyon Moroz
10 days
1
-1/+2
*
gh-143309: fix UAF in `os.execve` when the environment is concurrently mutate...
Bénédikt Tran
12 days
1
-18/+23
*
gh-143308: fix UAF when PickleBuffer is concurrently mutated in a callback (#...
Aaron Wieczorek
12 days
1
-15/+23
*
gh-138122: Skip threads on EPERM in blocking mode profiler (GH-143368)
Pablo Galindo Salgado
13 days
1
-2/+8
*
gh-142615: disallow multiple initializations of `asyncio.Task` and `asyncio.F...
Kumar Aditya
13 days
1
-18/+6
*
gh-143310: fix crash in Tcl object conversion with concurrent mutations (#143...
Bénédikt Tran
14 days
1
-20/+43
*
gh-124951: Optimize base64 encode & decode for an easy 2-3x speedup [no SIMD]...
Gregory P. Smith
14 days
1
-23/+124
*
gh-142830: prevent some crashes when mutating `sqlite3` callbacks (#143245)
Bénédikt Tran
2026-01-01
2
-26/+63
*
gh-135852: Remove out of tree pywin32 dependency for NTEventLogHandler (GH-13...
AN Long
2025-12-31
2
-1/+254
*
gh-140795: Keep 'err' in local variable in _ssl.c (gh-143275)
Sam Gross
2025-12-31
1
-19/+7
*
gh-143200: fix UAFs in `Element.__{set,get}item__` when the element is concur...
Bénédikt Tran
2025-12-29
1
-15/+25
*
gh-143183: Link trace to side exits, rather than stop (GH-143268)
Ken Jin
2025-12-29
1
-0/+17
*
gh-138122: fix AC warnings in `Modules/_remote_debugging/module.c` (#143218)
Bénédikt Tran
2025-12-27
1
-6/+12
*
gh-63016: Add flags parameter on mmap.flush (#139553)
AN Long
2025-12-27
2
-14/+76
*
gh-140739: Fix missing exception on allocation failure in BinaryWriter (#143204)
Pablo Galindo Salgado
2025-12-27
1
-0/+7
*
gh-140739: Fix crashes from corrupted remote memory (#143190)
Pablo Galindo Salgado
2025-12-26
6
-34/+148
*
gh-143164: Fix incorrect error message for ctypes bitfield overflow (GH-143165)
Yongtao Huang
2025-12-25
1
-2/+2
*
gh-143145: Fix possible reference leak in ctypes _build_result() (GH-143131)
Yongtao Huang
2025-12-25
1
-0/+1
*
gh-143004: Fix possible use-after-free in collections.Counter.update() (GH-14...
kaushal trivedi
2025-12-25
1
-0/+5
*
gh-138122: Extend binary profiling format with full source location and opcod...
Pablo Galindo Salgado
2025-12-24
3
-45/+198
*
gh-138122: Add blocking mode for accurate stack traces in Tachyon (#142998)
Pablo Galindo Salgado
2025-12-23
6
-17/+524
*
gh-122431: Correct the non-negative error message in `readline.append_history...
Zheng Yu
2025-12-23
1
-1/+1
*
gh-138122: Allow tachyon to write and read binary output (#142730)
Pablo Galindo Salgado
2025-12-22
7
-7/+4203
*
Remove unreachable code in mmapmodule error path on Windows (GH-143063)
Yongtao Huang
2025-12-22
1
-1/+0
*
gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (#143013)
AZero13
2025-12-20
1
-1/+1
*
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
Donghee Na
2025-12-18
2
-2/+84
*
gh-91048: Refactor common data into context object in Modules/_remote_debuggi...
Pablo Galindo Salgado
2025-12-17
5
-164/+172
*
gh-142225: Add PyABIInfo_VAR to to _testcapimodule & _testinternalcapi (GH-14...
Petr Viktorin
2025-12-17
2
-0/+6
*
gh-138122: Validate base frame before caching in remote debugging frame cache...
Pablo Galindo Salgado
2025-12-17
4
-17/+53
*
gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092)
Benjamin Johnson
2025-12-17
1
-1/+2
*
gh-142783: Fix possible use after free in zoneinfo module (GH-142790)
wangxiaolei
2025-12-17
1
-7/+9
[next]