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
...
*
[3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933)
Miss Islington (bot)
2025-05-30
2
-82/+371
*
[3.14] gh-132917: fix data race on `last_mem` in free-threading gc (GH-13469...
Miss Islington (bot)
2025-05-27
1
-2/+3
*
[3.14] gh-132775: Always Set __builtins__ In _PyFunction_FromXIData() (gh-134...
Miss Islington (bot)
2025-05-27
1
-0/+8
*
[3.14] GH-128161: Remove redundant GET_ITER from list comprehension code (GH-...
Mark Shannon
2025-05-27
1
-17/+2
*
[3.14] gh-134557: Suppress immortalization in _PyCode_GetScriptXIData under f...
Miss Islington (bot)
2025-05-26
1
-0/+7
*
[3.14] gh-91048: Add better error messages for remote debugging for CI builds...
Miss Islington (bot)
2025-05-26
1
-55/+212
*
[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) (#134714)
Miss Islington (bot)
2025-05-26
1
-8/+8
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
3
-7/+124
*
[3.14] GH-130397: remove special-casing of C stack depth for WASI (GH-134469)...
Miss Islington (bot)
2025-05-22
1
-3/+0
*
[3.14] gh-132775: Fix Recently Introduced Warnings (gh-134532)
Miss Islington (bot)
2025-05-22
1
-0/+2
*
[3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)
Miss Islington (bot)
2025-05-22
1
-304/+419
*
[3.14] gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134507)
Miss Islington (bot)
2025-05-22
1
-0/+1
*
[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)
Miss Islington (bot)
2025-05-21
2
-47/+104
*
[3.14] gh-106213: Shorten Emscripten wasm-gc trampoline by a little (GH-13398...
Miss Islington (bot)
2025-05-20
1
-37/+21
*
[3.14] gh-134144: Fix use-after-free in zapthreads() (GH-134145) (#134182)
Miss Islington (bot)
2025-05-18
1
-2/+7
*
[3.14] gh-134100: Fix use-after-free in `PyImport_ImportModuleLevelObject` (G...
Miss Islington (bot)
2025-05-18
1
-1/+3
*
[3.14] gh-134064: Fix sys.remote_exec() error checking (GH-134067) (#134162)
Miss Islington (bot)
2025-05-17
1
-1/+1
*
[3.14] gh-133886: Fix sys.remote_exec() for non-UTF-8 paths (GH-133887) (GH-1...
Miss Islington (bot)
2025-05-13
2
-63/+68
*
[3.14] gh-132775: Add _PyFunction_GetXIData() (gh-133955)
Miss Islington (bot)
2025-05-12
2
-0/+57
*
[3.14] gh-133590: ensure that `TableEntry.linenumber_borrow` is initialized (...
Miss Islington (bot)
2025-05-11
1
-1/+1
*
[3.14] gh-133336: Remove comment about reserved -J in ``initconfig.c`` (GH-13...
Miss Islington (bot)
2025-05-10
1
-2/+0
*
[3.14] gh-133783: Fix __replace__ on AST nodes for optional attributes (GH-13...
Miss Islington (bot)
2025-05-10
1
-0/+26
*
[3.14] gh-133581: Fix refleak in t-string AST unparsing (GH-133724) (#133731)
Miss Islington (bot)
2025-05-09
1
-0/+1
*
[3.14] gh-132917: Use /proc/self/status for mem usage info. (GH-133544) (gh-1...
Miss Islington (bot)
2025-05-08
1
-6/+5
*
[3.14] gh-132775: Add _PyCode_GetScriptXIData() (gh-133676)
Miss Islington (bot)
2025-05-08
2
-0/+147
*
[3.14] gh-133581: Improve AST unparsing of t-strings (GH-133635) (#133666)
Miss Islington (bot)
2025-05-08
1
-13/+25
*
gh-133597: Fix memory leak if error occurred in _sys_getwindowsversion_from_k...
Miss Islington (bot)
2025-05-08
1
-0/+3
*
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
*
gh-132983: Introduce `_zstd` bindings module (GH-133027)
Emma Smith
2025-05-04
1
-0/+1
*
gh-91048: Chain some exceptions in _testexternalinspection.c (#132970)
Sergey Miryanov
2025-05-02
1
-3/+14
*
gh-132744: Check recursion limit in CALL_PY_GENERAL (GH-132746)
Ken Jin
2025-05-02
4
-0/+37
*
gh-133279: Assert with HAS_TARGET in the codegen_addop_j function (#133280)
Nybblista
2025-05-02
1
-1/+1
*
gh-133258: Fix crash in test_index (GH-133262)
Irit Katriel
2025-05-01
3
-28/+28
*
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#13...
Adam Turner
2025-05-01
3
-6/+1
[prev]
[next]