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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-132983: Introduce `compression` package and move `_compression` module (GH...
Emma Smith
2025-04-27
1
-1/+1
*
gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_...
Nadeshiko Manju
2025-04-27
2
-2/+10
*
gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133...
Tomas R.
2025-04-26
2
-1/+42
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
2025-04-26
1
-6/+12
*
gh-132781: fix refleaks in `crossinterp_exceptions.h` post gh-132782 (#132989)
Bénédikt Tran
2025-04-26
1
-0/+2
*
gh-132781: Make NotShareableError a TypeError Subclass (gh-132973)
Eric Snow
2025-04-25
1
-4/+3
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
4
-102/+274
*
gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)
Diego Russo
2025-04-25
2
-1/+5
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
2025-04-25
3
-43/+4
*
gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled ...
Pablo Galindo Salgado
2025-04-25
1
-1/+1
*
gh-107954: Add audit event to PyConfig_Set() (#132958)
Victor Stinner
2025-04-25
1
-0/+4
*
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
Victor Stinner
2025-04-25
1
-7/+23
*
gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)
Victor Stinner
2025-04-25
1
-3/+5
*
gh-91048: Refactor _testexternalinspection and add Windows support (#132852)
Pablo Galindo Salgado
2025-04-25
2
-743/+799
*
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-04-25
1
-0/+8
*
gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
Bénédikt Tran
2025-04-25
1
-1/+2
*
gh-127604: Only define dump_pointer() if CAN_C_BACKTRACE (#132897)
Victor Stinner
2025-04-25
1
-0/+2
*
gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries...
Pablo Galindo Salgado
2025-04-25
1
-7/+129
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
2025-04-25
3
-4/+43
*
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
Tomas R.
2025-04-24
5
-20/+72
*
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
Tomas R.
2025-04-24
5
-20/+72
*
gh-132859: Run debugger scripts in their own namespaces (#132860)
Matt Wozniski
2025-04-23
1
-13/+25
*
gh-127604: Replace dprintf() with _Py_write_noraise() (#132854)
Victor Stinner
2025-04-23
1
-16/+52
*
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado
2025-04-23
1
-26/+33
*
gh-127604: Allow faulthandler to dumpC stack on MacOS (#132841)
Pablo Galindo Salgado
2025-04-23
1
-3/+20
*
gh-132758: Fix tail call and pystats builds (GH-132759)
Ken Jin
2025-04-23
2
-8/+28
*
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Tomas R.
2025-04-22
5
-36/+125
*
gh-132479: Fix crash with multiple comprehensions in annotations (#132778)
Jelle Zijlstra
2025-04-21
1
-6/+7
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
2025-04-21
5
-77/+94
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
2025-04-21
1
-0/+108
*
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
Brandt Bucher
2025-04-21
3
-15/+40
*
gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
Bénédikt Tran
2025-04-19
1
-3/+14
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
2025-04-19
4
-17/+88
*
gh-131591: Execute the source and not the file to avoid locking it in Windows...
Pablo Galindo Salgado
2025-04-19
1
-35/+21
*
gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)
Kumar Aditya
2025-04-18
1
-3/+15
*
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher
2025-04-18
5
-813/+900
*
gh-132097: use a macro for semantically casting function pointers (#132406)
Bénédikt Tran
2025-04-18
3
-18/+12
*
gh-132643: use atomic load for dict in specializer (#132653)
Kumar Aditya
2025-04-18
1
-1/+2
*
Remove duplicate includes: Python/importdl.c (#132623)
Adam Turner
2025-04-18
1
-1/+0
*
gh-131173: Improve exception handling during take_ownership processing (#132620)
Alper
2025-04-17
1
-0/+2
*
gh-130070: Fix `exec(<string>, closure=<non-None>)` unexpected path (#130071)
Bartosz Sławecki
2025-04-17
1
-0/+1
*
Remove duplicate includes: Python/ast_opt.c (#132621)
Adam Turner
2025-04-17
1
-1/+0
*
gh-131798: Use `sym_new_type` instead of `sym_new_not_null` for `_BUILD_LIST`...
Nadeshiko Manju
2025-04-16
2
-3/+15
*
gh-129987: Selectively re-enable SLP autovectorization of _PyEval_EvalFrameDe...
T. Wouters
2025-04-15
1
-4/+8
*
gh-124476: Fix decoding from the locale encoding in the C.UTF-8 locale (GH-13...
Serhiy Storchaka
2025-04-14
1
-9/+1
*
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (...
Mark Shannon
2025-04-14
4
-92/+48
*
gh-131624: Fix posix_spawn tests failing on NetBSD with stack limit assertion...
Furkan Onder
2025-04-13
1
-1/+1
*
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R.
2025-04-12
2
-2/+24
*
gh-125434: Fix building on OpenBSD (GH-132393)
Serhiy Storchaka
2025-04-12
1
-0/+11
*
gh-132399: fix invalid function signatures on the free-threaded build (#132400)
Bénédikt Tran
2025-04-12
1
-8/+18
[prev]
[next]