index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
10 hours
*
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...
Petr Viktorin
16 hours
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
19 hours
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
21 hours
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
25 hours
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
25 hours
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
28 hours
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
31 hours
*
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
Eric Snow
32 hours
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
33 hours
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
33 hours
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
36 hours
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
38 hours
*
gh-127604: ensure `-ldl` is passed only once to the linker (#133071)
Bénédikt Tran
41 hours
*
gh-132983: Introduce `compression` package and move `_compression` module (GH...
Emma Smith
2 days
*
gh-131798: JIT - Use `sym_new_type` instead of `sym_new_not_null` for _BUILD_...
Nadeshiko Manju
3 days
*
gh-131798: JIT: Propagate the result in `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-133...
Tomas R.
3 days
*
gh-132987: Support __index__() for "k" and "K" formats in PyArg_Parse (GH-132...
Serhiy Storchaka
4 days
*
gh-132781: fix refleaks in `crossinterp_exceptions.h` post gh-132782 (#132989)
Bénédikt Tran
4 days
*
gh-132781: Make NotShareableError a TypeError Subclass (gh-132973)
Eric Snow
4 days
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
4 days
*
gh-131798: JIT: Narrow the return type of _CALL_LEN to int (#132940)
Diego Russo
4 days
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
4 days
*
gh-132950: Check for Py_SUPPORTS_REMOTE_DEBUG in sys.is_remote_debug_enabled ...
Pablo Galindo Salgado
4 days
*
gh-107954: Add audit event to PyConfig_Set() (#132958)
Victor Stinner
4 days
*
gh-107954: Allow setting cpu_count in PyConfig_Set() (#132954)
Victor Stinner
4 days
*
gh-91048: Fix _testexternalinspection.c on FreeBSD (#132945)
Victor Stinner
5 days
*
gh-91048: Refactor _testexternalinspection and add Windows support (#132852)
Pablo Galindo Salgado
5 days
*
gh-129027: Raise DeprecationWarning for sys._clear_type_cache (#129043)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
5 days
*
gh-132909: handle overflow for `'K'` format in `do_mkvalue` (#132911)
Bénédikt Tran
5 days
*
gh-127604: Only define dump_pointer() if CAN_C_BACKTRACE (#132897)
Victor Stinner
5 days
*
gh-131591: Implement PEP 768 support for FAT mac binaries and 32 bit binaries...
Pablo Galindo Salgado
5 days
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
5 days
*
GH-131798: Split up and optimize CALL_TUPLE_1 in the JIT (GH-132851)
Tomas R.
5 days
*
GH-131798: Split up and optimize CALL_STR_1 in the JIT (GH-132849)
Tomas R.
5 days
*
gh-132859: Run debugger scripts in their own namespaces (#132860)
Matt Wozniski
6 days
*
gh-127604: Replace dprintf() with _Py_write_noraise() (#132854)
Victor Stinner
6 days
*
gh-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado
6 days
*
gh-127604: Allow faulthandler to dumpC stack on MacOS (#132841)
Pablo Galindo Salgado
6 days
*
gh-132758: Fix tail call and pystats builds (GH-132759)
Ken Jin
7 days
*
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Tomas R.
7 days
*
gh-132479: Fix crash with multiple comprehensions in annotations (#132778)
Jelle Zijlstra
8 days
*
gh-131586: Avoid refcount contention in context managers (gh-131851)
Sam Gross
8 days
*
gh-127604: Add C stack dumps to `faulthandler` (#128159)
Peter Bierma
8 days
*
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
Brandt Bucher
8 days
*
gh-132399: ensure correct alignment of `PyInterpreterState` (#132428)
Bénédikt Tran
11 days
*
gh-128398: improve error messages when incorrectly using `with` and `async wi...
Bénédikt Tran
11 days
*
gh-131591: Execute the source and not the file to avoid locking it in Windows...
Pablo Galindo Salgado
11 days
*
gh-132685: fix thread safety of `PyMember_GetOne` with `_Py_T_OBJECT` (#132690)
Kumar Aditya
11 days
*
GH-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher
12 days
[next]