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
/
internal
Commit message (
Expand
)
Author
Age
*
GH-132508: Use tagged integers on the evaluation stack for the last instructi...
Mark Shannon
14 hours
*
GH-132554: Add stats for GET_ITER (GH-132592)
Mark Shannon
23 hours
*
Revert gh-127266: avoid data races when updating type slots (gh-131174) (gh-1...
Neil Schemenauer
24 hours
*
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow
29 hours
*
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow
29 hours
*
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow
32 hours
*
gh-127266: avoid data races when updating type slots (gh-131174)
Neil Schemenauer
34 hours
*
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
Eric Snow
36 hours
*
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow
36 hours
*
gh-132775: Add _PyModule_GetFilenameObject() and _PyModule_GetFilenameUTF8() ...
Eric Snow
36 hours
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
37 hours
*
gh-132952: Speed up startup by importing _io instead of io (#132957)
Jelle Zijlstra
39 hours
*
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra
42 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
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-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.
8 days
*
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev
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-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
12 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-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
*
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-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
*
GH-131904: Fix Py_STACKREF_DEBUG build (GH-132022)
Mark Shannon
2025-04-03
*
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
Brandt Bucher
2025-04-01
*
GH-131798: Allow the JIT to remove more int/float/str guards (GH-131800)
Brandt Bucher
2025-04-01
*
gh-131987: Bump the magic number (#131991)
mpage
2025-04-01
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
*
gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)
Vincent Fazio
2025-03-31
*
GH-131798: Remove type checks for _TO_BOOL_STR (GH-131816)
Amit Lavon
2025-03-30
*
gh-130924: Do not create cells for usages of names in local annotations (#131...
Jelle Zijlstra
2025-03-29
*
gh-130373: Avoid locking in _LOAD_ATTR_WITH_HINT (#130372)
Dino Viehland
2025-03-28
[next]