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
/
Include
Commit message (
Expand
)
Author
Age
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
6 hours
*
gh-133079: Remove Py_C_RECURSION_LIMIT & PyThreadState.c_recursion_remaining ...
Petr Viktorin
12 hours
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
15 hours
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
17 hours
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
21 hours
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
21 hours
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
24 hours
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
27 hours
*
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
Eric Snow
28 hours
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
28 hours
*
gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() ...
Eric Snow
28 hours
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
29 hours
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
32 hours
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
34 hours
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
4 days
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
4 days
*
gh-132798: Schedule removal of `PyUnicode_AsDecoded/Encoded` functions for 3....
Stan Ulbrych
4 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-131591: Check for remote debug in PyErr_CheckSignals (#132853)
Pablo Galindo Salgado
6 days
*
GH-131798: JIT: Split CALL_TYPE_1 into several uops (GH-132419)
Tomas R.
7 days
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
7 days
*
gh-132449: Improve syntax error messages for keywords with typos (#132450)
Pablo Galindo Salgado
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-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...
Steve Dower
8 days
*
gh-127117: ensure that `_initial_thread` is the last field of `PyInterpreterS...
Bénédikt Tran
10 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-131498: Replace single-element arrays with scalars in bytecodes.c (GH-132615)
Brandt Bucher
11 days
*
gh-132097: use a macro for semantically casting function pointers (#132406)
Bénédikt Tran
12 days
*
gh-103997: Automatically dedent the argument to "-c" (#103998)
Jon Crall
12 days
*
gh-131757: allow lru_cache functions to execute concurrently (#131758)
Tomasz Pytel
2025-04-14
*
GH-131498: Cases generator: Allow input and 'peek' variables to be modified (...
Mark Shannon
2025-04-14
*
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R.
2025-04-12
*
gh-132261: Store annotations at hidden internal keys in the class dict (#132345)
Jelle Zijlstra
2025-04-10
*
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
Neil Schemenauer
2025-04-09
*
GH-131798: Remove JIT guards for dict, frozenset, list, set, and tuple (GH-13...
Brandt Bucher
2025-04-09
*
Post 3.14.0a7
Hugo van Kemenade
2025-04-08
*
Python 3.14.0a7
v3.14.0a7
Hugo van Kemenade
2025-04-08
*
gh-100239: more stats for BINARY_OP/SUBSCR specialization (#132230)
Irit Katriel
2025-04-08
*
gh-126703: Add freelist for range and range_iter objects (GH-128619)
Pieter Eendebak
2025-04-07
*
gh-131591: Handle includes for iOS in remote_debugging.c (#132050)
Pablo Galindo Salgado
2025-04-06
*
gh-131591: Fix GENERATE_DEBUG_SECTION for clangcl on Windows (GH-132112)
Chris Eibl
2025-04-06
*
gh-126703: Add PyCFunction freelist (GH-128692)
Pieter Eendebak
2025-04-05
*
GH-131498: Cases generator: manage stacks automatically (GH-132074)
Mark Shannon
2025-04-04
*
gh-100239: more refined specialisation stats for BINARY_OP/SUBSCR (#132068)
Irit Katriel
2025-04-04
*
GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)
Chris Eibl
2025-04-04
*
gh-131591: Implement PEP 768 (#131937)
Pablo Galindo Salgado
2025-04-03
[next]