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
/
Programs
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-139927: Fix test_embed on OpenIndiana (#142514)
Victor Stinner
2025-12-10
1
-9/+14
*
gh-140011: Delete importdl assertion that prevents importing embedded modules...
Itamar Oren
2025-11-26
1
-0/+173
*
gh-116146: Avoid empty braces in _testembed.c (GH-141556)
Petr Viktorin
2025-11-14
1
-1/+1
*
gh-116146: Add C-API to create module from spec and initfunc (GH-139196)
Itamar Oren
2025-11-14
1
-0/+111
*
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka
2025-11-13
2
-2/+2
*
gh-89745: Remove test_embed.test_init_read_set() (#139500)
Victor Stinner
2025-10-02
1
-39/+0
*
gh-139146: Check `calloc()` results in `_testembed.c::test_pre_initialization...
Denis Sergeev
2025-09-29
1
-0/+10
*
gh-128639: Don't assume one thread in subinterpreter finalization with fixed ...
Peter Bierma
2025-09-17
1
-3/+6
*
gh-138886: Remove deprecated `PySys_ResetWarnOptions` C-API function (#138887)
sobolevn
2025-09-15
1
-0/+4
*
Use PyInitConfig API in _freeze_module.c (#137423)
Victor Stinner
2025-08-06
1
-16/+29
*
gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)
Peter Bierma
2025-07-25
1
-18/+6
*
GH-133711: Enable UTF-8 mode by default (PEP 686) (#133712)
Adam Turner
2025-07-15
1
-2/+2
*
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon
2025-05-27
1
-1/+1
*
gh-131185: Use a proper thread-local for cached thread states (gh-132510)
Peter Bierma
2025-05-21
1
-1/+28
*
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh...
Peter Bierma
2025-05-19
1
-6/+3
*
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma
2025-05-19
1
-3/+6
*
gh-133644: Avoid deprecated Py_SetProgramName() in _testembed.c (#133665)
Victor Stinner
2025-05-09
1
-53/+24
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
1
-2/+2
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-13/+13
*
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
mpage
2025-04-01
1
-7/+7
*
GH-130296: Remove `_PyOpcode_max_stack_effect` as it is no longer used (GH-13...
Mark Shannon
2025-03-20
1
-1/+1
*
gh-126835: Move constant tuple folding from ast_opt to CFG (#130769)
Yan Yanchii
2025-03-19
1
-8/+8
*
gh-130480: Move duplicate `LOAD_SMALL_INT` optimization from codegen to CFG (...
Yan Yanchii
2025-03-14
1
-30/+31
*
GH-128534: Fix behavior of branch monitoring for `async for` (GH-130847)
Mark Shannon
2025-03-07
1
-11/+11
*
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
Tomasz Pytel
2025-03-06
1
-1/+1
*
gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (...
Irit Katriel
2025-02-07
1
-14/+15
*
GH-128914: Remove all but one conditional stack effects (GH-129226)
Mark Shannon
2025-01-27
1
-10/+10
*
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and th...
Sam Gross
2025-01-23
1
-12/+12
*
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code g...
Mark Shannon
2025-01-20
1
-12/+12
*
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner
2025-01-20
1
-43/+0
*
gh-129033: Remove _Py_InitializeMain() function (#129034)
Victor Stinner
2025-01-20
1
-35/+0
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
1
-33/+33
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
1
-33/+33
*
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
Donghee Na
2024-12-19
1
-1/+1
*
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin
2024-11-15
1
-0/+1
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-29/+29
*
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn
2024-10-15
1
-8/+12
*
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James)
2024-10-15
1
-0/+1
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
1
-8/+33
*
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado
2024-09-27
1
-0/+5
*
gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)
luk1337
2024-09-19
1
-0/+9
*
gh-123919: Fix null handling in `_freeze_module.c` (#123920)
sobolevn
2024-09-11
1
-0/+11
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+57
*
gh-107954, PEP 741: Adjust Python initialization config (#123663)
Victor Stinner
2024-09-04
1
-12/+34
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-0/+139
*
gh-123022: Fix crash with `Py_Initialize` in background thread (#123052)
Sam Gross
2024-08-17
1
-0/+18
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
1
-9/+9
*
gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)
Eric Snow
2024-07-29
1
-3/+11
*
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon
2024-07-25
1
-11/+11
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-11/+11
[next]