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-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
*
gh-140067: Fix memory leak in sub-interpreter creation (#140111)
Shamil
2025-10-14
1
-6/+9
*
gh-111489: Remove _PyTuple_FromArray() alias (#139973)
Victor Stinner
2025-10-11
6
-12/+9
*
gh-139748: fix leaks in AC error paths when using unicode FS-based converters...
Bénédikt Tran
2025-10-08
2
-5/+7
*
gh-139353: Rename formatter_unicode.c to unicode_formatter.c (#139723)
Victor Stinner
2025-10-08
2
-1731/+3
*
GH-139291: Fix C stack limits by factoring out finding hardware stack limits ...
Mark Shannon
2025-10-07
1
-28/+32
*
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
Dino Viehland
2025-10-03
1
-0/+9
*
`Python/codecs.c`: Remove unused forward declaration (#139511)
Stan Ulbrych
2025-10-03
1
-2/+0
*
gh-132042: Remove resolve_slotdups() to speedup class creation (#132156)
Sergey Miryanov
2025-10-03
1
-0/+4
*
Fix typo in tracemalloc.c (#139450)
Victor Stinner
2025-10-01
1
-1/+1
*
gh-139116: tracemalloc: Detach thread state when acquiring tables_lock (GH-13...
Petr Viktorin
2025-09-30
1
-1/+1
*
gh-139275: Fix compilation of Modules/_remote_debugging_module.c when the sys...
Pablo Galindo Salgado
2025-09-24
1
-1/+1
*
gh-139231: Fix estimation of available stack size for recursion limit on macO...
Rok Mandeljc
2025-09-24
1
-0/+7
*
gh-133171: Re-enable JUMP_BACKWARD to free-threading build (gh-137800)
Donghee Na
2025-09-24
3
-4/+10
*
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka
2025-09-23
1
-46/+48
*
gh-74857, PEP 538: Coerce POSIX locale to UTF-8 based locale (#139238)
Victor Stinner
2025-09-23
1
-1/+4
*
gh-112729: Correctly fail when the process is out of memory during interprete...
Peter Bierma
2025-09-19
1
-8/+7
*
gh-138310: Adds sys.audit event for import_module (#138311)
Lisa Roach
2025-09-19
1
-27/+0
*
gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
Peter Bierma
2025-09-19
1
-1/+5
*
gh-136003: Skip non-daemon threads when exceptions occur during finalization ...
Peter Bierma
2025-09-18
1
-2/+23
*
gh-139109: Dynamic opcode targets (GH-139111)
Ken Jin
2025-09-18
3
-14/+15
*
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Victor Stinner
2025-09-18
5
-248/+248
*
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma
2025-09-18
2
-38/+137
*
GH-138378: Move globals-to-consts pass into main optimizer pass (GH-138379)
Mark Shannon
2025-09-18
7
-277/+243
*
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
Donghee Na
2025-09-17
3
-2/+28
*
gh-138714: Don't assume next block has instructions when propagating line num...
Dino Viehland
2025-09-17
1
-13/+19
*
gh-128639: Don't assume one thread in subinterpreter finalization with fixed ...
Peter Bierma
2025-09-17
1
-29/+33
*
gh-128627: Use __builtin_wasm_test_function_pointer_signature for Emscripten ...
Hood Chatham
2025-09-17
3
-191/+64
*
gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)
Sam Gross
2025-09-16
3
-28/+24
*
gh-132732: Clear errors in JIT optimizer on error (GH-136048)
Ken Jin
2025-09-15
1
-3/+10
[prev]
[next]