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-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon
2025-03-10
8
-150/+233
*
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon
2025-03-07
7
-13/+40
*
gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)
Sam Gross
2025-03-06
3
-3/+6
*
gh-124878: Fix race conditions during interpreter finalization (#130649)
Sam Gross
2025-03-06
4
-57/+79
*
gh-130860: Fix width calculation, when separators in fractional part (GH-130865)
Sergey B Kirpichev
2025-03-06
1
-17/+18
*
GH-130903: typo in optimizer DSL for _GUARD_BOTH_UNICODE (#130904)
Jamie Phan
2025-03-06
2
-2/+2
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-42/+42
*
gh-118331: Fix a couple of issues when list allocation fails (#130811)
mpage
2025-03-05
2
-0/+4
*
GH-127705: better double free message. (GH-130785)
Mark Shannon
2025-03-05
2
-13/+52
*
gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)
Sam Gross
2025-03-04
1
-0/+1
*
GH-130415: Narrow str to "" based on boolean tests (GH-130476)
Amit Lavon
2025-03-04
3
-2/+5
*
GH-130415: Narrow int to 0 based on boolean tests (GH-130772)
Klaus117
2025-03-04
3
-2/+5
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
3
-10/+0
*
gh-129173: refactor `PyCodec_BackslashReplaceErrors` into separate functions ...
Bénédikt Tran
2025-03-03
1
-41/+70
*
gh-129173: simplify `PyCodec_XMLCharRefReplaceErrors` logic (#129894)
Bénédikt Tran
2025-03-03
1
-60/+39
*
docs: internal notes have moved, correct references (#130762)
Ned Batchelder
2025-03-03
1
-1/+1
*
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
Brandt Bucher
2025-03-02
4
-163/+272
*
gh-130740: Move some `stdbool.h` includes after `Python.h` (#130738)
Hugo Beauzée-Luyssen
2025-03-02
4
-9/+8
*
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Mark Shannon
2025-02-28
7
-534/+226
*
gh-130605: Use relaxed atomics to set the GIL switch interval (gh-130654)
Sam Gross
2025-02-28
1
-3/+6
*
Postpone <stdbool.h> inclusion after Python.h (#130641)
Hugo Beauzée-Luyssen
2025-02-28
3
-6/+5
*
gh-130595: Fix leak in WITH_EXCEPT_START error case (GH-130626)
Petr Viktorin
2025-02-28
3
-7/+3
*
gh-130091: Reorder `_PyThreadState_Attach` to avoid data race (gh-130092)
Sam Gross
2025-02-27
1
-2/+1
*
gh-130421: Fix data race on timebase initialization (gh-130592)
Sam Gross
2025-02-27
2
-48/+31
*
GH-128534: Instrument branches for `async for` loops. (GH-130569)
Mark Shannon
2025-02-27
5
-3/+70
*
gh-111178: Fix function signatures in instruction_sequence.c (#130591)
Victor Stinner
2025-02-26
1
-6/+9
*
gh-111178: Fix function signatures in symtable.c (#130589)
Victor Stinner
2025-02-26
1
-6/+8
*
gh-130595: Keep traceback alive for WITH_EXCEPT_START (#130562)
Dino Viehland
2025-02-26
3
-16/+10
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
11
-170/+370
*
gh-122029: Move monitoring after method expand for CALL_KW (GH-130488)
Tian Gao
2025-02-25
2
-28/+26
*
gh-87790: support thousands separators for formatting fractional part of floa...
Sergey B Kirpichev
2025-02-25
1
-29/+131
*
gh-129173: refactor `PyCodec_ReplaceErrors` into separate functions (#129893)
Bénédikt Tran
2025-02-25
1
-40/+83
*
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon
2025-02-25
11
-796/+642
*
GH-91079: Revert "GH-91079: Implement C stack limits using addresses, not cou...
Petr Viktorin
2025-02-24
10
-623/+796
*
gh-128627: Skip wasm-gc on iOS Safari where it's broken (#130418)
Łukasz Langa
2025-02-23
1
-3/+13
*
gh-126835: Move constant unaryop & binop folding to CFG (#129550)
Yan Yanchii
2025-02-21
2
-286/+334
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
5
-126/+86
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogateEscapeErrors`...
Bénédikt Tran
2025-02-20
1
-64/+81
*
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon
2025-02-19
10
-796/+623
*
bpo-45325: Add a new 'p' parameter to Py_BuildValue to convert an integer int...
Pablo Galindo Salgado
2025-02-18
1
-0/+5
*
gh-129989: Change Py_TAIL_CALL_INTERP ifndef to ! (#130269)
Ken Jin
2025-02-18
3
-5/+5
*
gh-130139: always check ast node type in ast.parse() with ast input (#130140)
Irit Katriel
2025-02-16
2
-11/+26
*
gh-129989: Properly disable tailcall interp in configure (GH-129991)
Ken Jin
2025-02-15
5
-231/+231
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_SurrogatePassErrors` (...
Bénédikt Tran
2025-02-14
1
-120/+162
*
gh-126835: Set location for noped out instructions after constant folding in ...
Yan Yanchii
2025-02-14
1
-54/+31
*
gh-128130: Fix unhandled keyboard interrupt data race (gh-129975)
Sam Gross
2025-02-13
1
-25/+8
*
gh-130019: Fix data race in _PyType_AllocNoTrack (gh-130058)
Sam Gross
2025-02-13
2
-4/+6
*
gh-126835: Move const folding of lists & sets from ast_opt.c to flowgraph.c (...
Yan Yanchii
2025-02-13
2
-79/+34
*
gh-130030: Fix crash on 32-bit Linux with free threading (gh-130043)
Sam Gross
2025-02-12
1
-5/+7
*
gh-129819: Allow tier2/JIT and tailcall (GH-129820)
Ken Jin
2025-02-12
1
-1/+1
[prev]
[next]