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-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Ken Jin
2025-11-13
14
-712/+1851
*
gh-139653: Add PyUnstable_ThreadState_SetStackProtection() (#139668)
Victor Stinner
2025-11-13
2
-7/+73
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
7
-38/+100
*
gh-140936: Fix JIT assertion crash at finalization if some generator is alive...
Mikhail Efimov
2025-11-12
1
-1/+7
*
gh-141004: soft-deprecate Py_INFINITY macro (#141033)
Sergey B Kirpichev
2025-11-12
1
-2/+2
*
gh-141169: Re-raise exception from findfuncptr (GH-141349)
Petr Viktorin
2025-11-11
1
-21/+3
*
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner
2025-11-11
1
-1/+1
*
GH-141212: Fix possible memory leak in gc_mark_span_push (gh-141213)
Sergey Miryanov
2025-11-10
1
-2/+3
*
gh-141341: Rename COMPILER macro to _Py_COMPILER on Windows (#141342)
Victor Stinner
2025-11-10
1
-0/+4
*
gh-111389: replace deprecated occurrences of `_PyHASH_*` macros (#141236)
Bénédikt Tran
2025-11-09
2
-16/+16
*
gh-140530: fix a reference leak in an error path for `raise exc from cause` (...
Bénédikt Tran
2025-11-09
1
-0/+1
*
gh-134745: Use "pymutex" for sys.thread_info on Windows (#141140)
Victor Stinner
2025-11-06
1
-3/+1
*
Fix compiler warnings in remote debugging (#141060)
Victor Stinner
2025-11-05
1
-7/+7
*
gh-131527: Stackref debug borrow checker (#140599)
Mikhail Efimov
2025-11-05
1
-9/+82
*
Remove internal _PyTime_AsLong() function (#141053)
Victor Stinner
2025-11-05
1
-34/+1
*
gh-140550: Initial implementation of PEP 793 – PyModExport (GH-140556)
Petr Viktorin
2025-11-05
2
-62/+149
*
gh-140815: Fix faulthandler for invalid/freed frame (#140921)
Victor Stinner
2025-11-04
1
-23/+37
*
gh-131253: free-threaded build support for pystats (gh-137189)
Neil Schemenauer
2025-11-03
11
-438/+895
*
GH-136895: Update JIT builds to use LLVM 20 (#140329)
Savannah Ostrowski
2025-11-03
1
-14/+58
*
gh-140513: Fail to compile if `_Py_TAIL_CALL_INTERP` is set but `preserve_non...
Krishna Chaitanya
2025-11-01
1
-0/+8
*
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka
2025-10-31
1
-0/+1
*
gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767)
Mikhail Efimov
2025-10-31
1
-0/+4
*
gh-55531: Implement `normalize_encoding` in C (#136643)
Stan Ulbrych
2025-10-30
1
-2/+2
*
gh-135801: Improve filtering by module in warn_explicit() without module argu...
Serhiy Storchaka
2025-10-30
1
-53/+22
*
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka
2025-10-30
2
-5/+7
*
gh-125434: Fix non-ASCII thread names in faulthandler on Windows (#140700)
Victor Stinner
2025-10-28
1
-12/+53
*
gh-140544: Always assume that thread locals are available (GH-140690)
Peter Bierma
2025-10-28
2
-17/+0
*
gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)
Ken Jin
2025-10-27
1
-1/+3
*
gh-125434: Display thread name in faulthandler on Windows (#140675)
Victor Stinner
2025-10-27
2
-14/+76
*
gh-138050: [WIP] JIT - Streamline MAKE_WARM - move coldness check to executor...
alm
2025-10-27
5
-10/+11
*
gh-140641: Break out of inittab search on match (GH-140642)
Itamar Oren
2025-10-27
1
-0/+1
*
gh-140544: store pointer to interpreter state as a thread local for fast acce...
Kumar Aditya
2025-10-25
1
-3/+9
*
gh-136327: Fix inconsistent ``TypeError`` messages regarding invalid values a...
Tapeline
2025-10-24
1
-20/+7
*
gh-140517: fix leak in `map_next` in strict mode (#140543)
Mikhail Efimov
2025-10-24
1
-19/+25
*
gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)
Kumar Aditya
2025-10-24
1
-21/+3
*
gh-135125: Fix Py_STACKREF_DEBUG build (GH-139475)
Mikhail Efimov
2025-10-23
1
-13/+9
*
gh-140471: Fix buffer overflow in AST node initialization with malformed `_fi...
Stan Ulbrych
2025-10-23
1
-2/+2
*
GH-139193: Fix dump_stack when PYTHON_LLTRACE=4 (GH-139384)
Sergey Miryanov
2025-10-22
1
-0/+4
*
GH-139951: Fix major GC performance regression (GH-140262)
Mark Shannon
2025-10-21
1
-20/+23
*
gh-140358: Bring back elapsed time and unreachable count to gc debug output (...
Pål Grønås Drange
2025-10-20
1
-0/+13
*
gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)
Shamil
2025-10-20
1
-0/+2
*
gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)
Shamil
2025-10-19
1
-3/+12
*
gh-139269: Fix unaligned memory access in JIT code patching functions (GH-139...
Shamil
2025-10-18
1
-11/+19
*
gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)
Kumar Aditya
2025-10-18
1
-6/+9
*
gh-140257: fix data race on eval_breaker during finalization (#140265)
Shamil
2025-10-18
1
-3/+4
*
GH-135904: Implement assembler optimization for AArch64. (GH-139855)
Mark Shannon
2025-10-17
1
-5/+22
*
gh-140061: Use `_PyObject_IsUniquelyReferenced()` to check if objects are uni...
Sergey Miryanov
2025-10-15
1
-1/+2
*
Revert "gh-140067: Fix memory leak in sub-interpreter creation (#140111)" (#...
Peter Bierma
2025-10-15
1
-9/+6
*
Correct a simple NULL-check in `optimizer.c`'s `uop_item()` (GH-140069)
Maurycy Pawłowski-Wieroński
2025-10-14
1
-1/+1
*
gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
Serhiy Storchaka
2025-10-14
3
-24/+12
[prev]
[next]