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-133968: Add PyUnicodeWriter_WriteASCII() function (#133973)
Victor Stinner
2025-05-29
3
-11/+11
*
gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)
Serhiy Storchaka
2025-05-28
11
-58/+53
*
gh-128629: Add _Py_PACK_VERSION for CPython's own definitions (GH-134247)
Petr Viktorin
2025-05-28
1
-1/+1
*
gh-127266: avoid data races when updating type slots (gh-133177)
Neil Schemenauer
2025-05-28
1
-0/+14
*
gh-131798: Optimize `_ITER_CHECK_TUPLE` (GH-134803)
Noam Cohen
2025-05-27
2
-0/+13
*
gh-132917: fix data race on `last_mem` in free-threading gc (#134692)
Kumar Aditya
2025-05-27
1
-2/+3
*
gh-132775: Always Set __builtins__ In _PyFunction_FromXIData() (gh-134758)
Eric Snow
2025-05-27
1
-0/+8
*
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon
2025-05-27
10
-453/+504
*
gh-134557: Suppress immortalization in _PyCode_GetScriptXIData under free-thr...
neonene
2025-05-26
1
-0/+7
*
gh-91048: Add better error messages for remote debugging for CI builds (#134682)
Pablo Galindo Salgado
2025-05-26
1
-55/+212
*
gh-91048: Correct Apple platform includes for iOS. (#134712)
Russell Keith-Magee
2025-05-26
1
-8/+8
*
Heavily comment Python/perf_jit_trampoline.c to improve maintainability (#134...
Pablo Galindo Salgado
2025-05-25
1
-385/+1029
*
gh-91048: Refactor and optimize remote debugging module (#134652)
Pablo Galindo Salgado
2025-05-25
3
-7/+124
*
gh-131798: Small improvements to `remove_unneeded_uops` (GH-134554)
Tomas R.
2025-05-23
1
-1/+2
*
GH-130397: remove special-casing of C stack depth for WASI (#134469)
Brett Cannon
2025-05-22
1
-3/+0
*
gh-132775: Fix Recently Introduced Warnings (gh-134530)
Eric Snow
2025-05-22
1
-0/+2
*
GH-131798: Optimize away isinstance calls in the JIT (GH-134369)
Tomas R.
2025-05-22
5
-11/+224
*
gh-132775: Make _PyXI_session Opaque (gh-134452)
Eric Snow
2025-05-22
1
-304/+419
*
GH-131798: Optimize cached class attributes and methods in the JIT (GH-134403)
Brandt Bucher
2025-05-22
6
-48/+227
*
GH-131798: Turn _LOAD_SMALL_INT into _LOAD_CONST_INLINE_BORROW in the JIT (GH...
Nadeshiko Manju
2025-05-22
2
-2/+8
*
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
Eric Snow
2025-05-22
1
-0/+1
*
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow
2025-05-21
2
-47/+104
*
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Peter Bierma
2025-05-21
1
-156/+43
*
GH-131798: Narrow types more aggressively in the JIT (GH-134373)
Brandt Bucher
2025-05-20
6
-50/+117
*
GH-131798: Narrow the return type of _GET_LEN to int (GH-133345)
Nadeshiko Manju
2025-05-20
2
-1/+41
*
gh-106213: Shorten Emscripten wasm-gc trampoline by a little (#133984)
Hood Chatham
2025-05-20
1
-37/+21
*
GH-134282: Always borrow references LOAD_CONST (GH-134284)
Mark Shannon
2025-05-20
6
-226/+27
*
GH-131798: Add _POP_CALL_TWO_LOAD_CONST_INLINE_BORROW (GH-134268)
Tomas R.
2025-05-19
4
-8/+65
*
GH-131798: Split CALL_LIST_APPEND into several uops (GH-134240)
Diego Russo
2025-05-19
5
-63/+148
*
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh...
Peter Bierma
2025-05-19
1
-28/+28
*
Simplify interp_look_up_id() (#134257)
Victor Stinner
2025-05-19
1
-4/+2
*
GH-131798: Narrow the return type of isinstance for some known arguments in t...
Tomas R.
2025-05-19
2
-1/+35
*
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma
2025-05-19
1
-28/+28
*
gh-134144: Fix use-after-free in zapthreads() (#134145)
b-pass
2025-05-18
1
-2/+7
*
gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (#134117)
Nico-Posada
2025-05-18
1
-1/+3
*
gh-134064: Fix sys.remote_exec() error checking (#134067)
Victor Stinner
2025-05-17
1
-1/+1
*
Fix GetNamedPipeHandleStateW on non-desktop Windows API partitions (GH-134049)
Max Bachmann
2025-05-15
1
-0/+37
*
gh-133580: Add missing exception to _sys_getwindowsversion_from_kernel32 (GH-...
Max Bachmann
2025-05-14
1
-0/+1
*
gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887)
Serhiy Storchaka
2025-05-13
2
-63/+68
*
gh-132775: Add _PyFunction_GetXIData() (gh-133481)
Eric Snow
2025-05-12
2
-0/+57
*
gh-133590: ensure that `TableEntry.linenumber_borrow` is initialized (#133681)
Lauta
2025-05-11
1
-1/+1
*
gh-133336: Remove comment about reserved -J in ``initconfig.c`` (#133821)
Bénédikt Tran
2025-05-10
1
-2/+0
*
gh-133783: Fix __replace__ on AST nodes for optional attributes (#133797)
Jelle Zijlstra
2025-05-10
1
-0/+26
*
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych
2025-05-10
1
-3/+3
*
gh-133644: Remove deprecated Python initialization getter functions (#133661)
Bénédikt Tran
2025-05-09
1
-7/+13
*
gh-133581: Fix refleak in t-string AST unparsing (#133724)
Jelle Zijlstra
2025-05-09
1
-0/+1
*
GH-131798: Split up and optimize CALL_ISINSTANCE (GH-133339)
Tomas R.
2025-05-08
6
-101/+163
*
gh-133273: Keep instruction definitions in `bytecodes.c` and `optimizer_bytec...
Tomas R.
2025-05-08
2
-131/+150
*
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Eric Snow
2025-05-08
2
-0/+147
*
gh-131942: Use the Python-specific `Py_DEBUG` macro rather than `_DEBUG` in W...
Xuehai Pan
2025-05-08
3
-5/+5
[prev]
[next]