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-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
*
gh-133581: Improve AST unparsing of t-strings (#133635)
Jelle Zijlstra
2025-05-08
1
-13/+25
*
gh-133644: remove deprecated `PyImport_ImportModuleNoBlock` (#133655)
Bénédikt Tran
2025-05-08
1
-1/+3
*
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...
Sergey Miryanov
2025-05-08
1
-0/+3
*
gh-132917: Use /proc/self/status for mem usage info. (#133544)
Neil Schemenauer
2025-05-08
1
-6/+5
*
gh-132917: Fix data race detected by tsan (#133508)
T. Wouters
2025-05-06
1
-3/+2
*
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/S...
Irit Katriel
2025-05-06
5
-73/+34
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
2
-15/+71
*
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow
2025-05-05
1
-0/+24
*
gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133...
Eric Snow
2025-05-05
1
-1/+4
*
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher
2025-05-05
2
-1/+160
*
GH-131798: Split CALL_LEN into several uops (GH-133180)
Diego Russo
2025-05-05
6
-83/+108
*
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
Neil Schemenauer
2025-05-05
1
-49/+58
*
gh-132917: Check resident set size (RSS) before GC trigger. (gh-133399)
Neil Schemenauer
2025-05-05
1
-5/+212
*
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, a...
Irit Katriel
2025-05-05
5
-34/+73
*
GH-133336: Remove reserved ``-J`` flag for Jython (#133444)
Adam Turner
2025-05-05
1
-8/+1
*
GH-133261: Make sure that the GC doesn't untrack objects in trashcan (GH-133431)
Mark Shannon
2025-05-05
1
-0/+1
*
gh-133371: Don't optimize `LOAD_FAST` instructions whose local is killed by `...
mpage
2025-05-05
1
-0/+5
*
GH-91048: Minor fixes for ``_remotedebugging`` & rename to ``_remote_debuggin...
Adam Turner
2025-05-05
1
-0/+1
*
gh-131421: fix ASDL grammar for `Dict` to have an `expr?*` keys field (#131419)
Samuel
2025-05-04
1
-2/+2
*
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after m...
Yan Yanchii
2025-05-04
4
-45/+45
*
GH-133231: Changes to executor management to support proposed `sys._jit` modu...
Mark Shannon
2025-05-04
7
-49/+159
[prev]
[next]