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-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
*
gh-142495: Make `defaultdict` keep existed value when racing with `__missing_...
Edward Xu
2025-12-16
1
-5/+5
*
gh-142595: Amend be5e0dcdedb (fix NULL pointer dereference) (GH-142775)
Sergey B Kirpichev
2025-12-16
1
-2/+3
*
gh-116738: Make _bz2 module thread-safe (gh-142756)
Alper
2025-12-15
1
-6/+25
*
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
yihong
2025-12-15
1
-0/+3
*
gh-138122: Add --subprocesses flag to profile child processes in tachyon (#14...
Pablo Galindo Salgado
2025-12-15
5
-16/+709
*
gh-76007: Deprecate `__version__` attribute in `ctypes` (#142679)
Hugo van Kemenade
2025-12-15
2
-1/+24
*
gh-140414: streamline thread state access in `asyncio` (#142742)
Kumar Aditya
2025-12-15
1
-31/+31
*
gh-142451: correctly copy HMAC attributes in `HMAC.copy()` (#142510)
Bénédikt Tran
2025-12-14
1
-3/+11
*
gh-116738: Make zlib module thread-safe (gh-142432)
Alper
2025-12-12
1
-54/+79
*
gh-142595: add type check for namedtuple call during decimal initialization (...
Sergey B Kirpichev
2025-12-12
1
-4/+8
*
gh-138122: Add exception profiling mode to the sampling profiler (#142561)
Pablo Galindo Salgado
2025-12-11
3
-6/+42
*
gh-142531: Fix free-threaded GC performance regression (gh-142562)
Neil Schemenauer
2025-12-11
1
-0/+8
*
gh-142589: Fix PyUnstable_Object_IsUniqueReferencedTemporary (gh-142593)
Sam Gross
2025-12-11
1
-0/+10
*
Fix os.posix_spawn() error handling (#142532)
Bartosz Sławecki
2025-12-11
1
-1/+1
*
gh-142438: Added missing GIL release in _PySSL_keylog_callback when keylog_bi...
AZero13
2025-12-11
1
-1/+3
*
gh-142556: fix crash when a task gets re-registered during finalization in `a...
Kumar Aditya
2025-12-11
1
-9/+5
*
gh-123241: Don't modify ref count during visitation (GH-142232)
Dino Viehland
2025-12-11
1
-9/+5
*
gh-138122: Make the tachyon profiler opcode-aware (#142394)
Pablo Galindo Salgado
2025-12-11
5
-45/+172
*
Silence warning on conversion from uint64_t to uintptr_t in threads.c (#142437)
AZero13
2025-12-09
1
-1/+2
*
gh-138122: Fix unused variable warning in threads.c (#142425)
Sam Gross
2025-12-08
1
-0/+1
*
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na
2025-12-08
2
-1/+6
*
gh-142207: remove assertions incompatible under `profiling.sampling` (#142331)
yihong
2025-12-08
1
-4/+2
*
gh-138122: Don't sample partial frame chains (#141912)
Pablo Galindo Salgado
2025-12-07
3
-11/+25
*
gh-138122: Implement frame caching in RemoteUnwinder to reduce memory reads (...
Pablo Galindo Salgado
2025-12-06
8
-36/+822
*
GH-141565: Add async code awareness to Tachyon (#141533)
Savannah Ostrowski
2025-12-06
3
-6/+25
*
gh-115952: Fix a potential virtual memory allocation denial of service in pic...
Serhiy Storchaka
2025-12-05
1
-92/+185
*
gh-48752: Add readline.get_pre_input_hook() function (#141586)
Sanyam Khurana
2025-12-05
2
-1/+48
*
gh-116738: Statically initialize special constants in cmath module (gh-142161)
Alper
2025-12-04
1
-126/+99
*
gh-116738: Fix thread-safety issue in re module for free threading (gh-141923)
Alper
2025-11-26
1
-4/+9
*
gh-138122: Split Modules/_remote_debugging_module.c into multiple files (#141...
Pablo Galindo Salgado
2025-11-25
11
-3613/+4236
*
gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
Petr Viktorin
2025-11-24
2
-0/+54
*
GH-140638: Add a GC "candidates" stat (GH-141814)
Brandt Bucher
2025-11-22
1
-1/+2
*
gh-141801: Use accessors for ASN1_STRING fields in libssl (GH-141802)
David Benjamin
2025-11-22
1
-8/+10
*
gh-141817: Add IPV6_HDRINCL constant to the socket module (#141818)
Chris Angelico
2025-11-22
1
-0/+3
*
gh-116738: Make csv module thread-safe (gh-141365)
Alper
2025-11-21
1
-9/+29
*
gh-141645: Add a TUI mode to the new tachyon profiler (#141646)
Pablo Galindo Salgado
2025-11-20
1
-1/+7
*
gh-60107: Remove a copy from RawIOBase.read (#141532)
Cody Maloney
2025-11-20
1
-11/+11
*
gh-141784: Fix _remote_debugging_module.c compilation on 32-bit Linux (#141796)
Victor Stinner
2025-11-20
1
-9/+12
*
gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690)
Prithviraj Chaudhuri
2025-11-20
1
-1/+0
[next]