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-113710: Add a "globals to constants" pass (GH-114592)
Mark Shannon
2024-02-02
5
-37/+333
*
gh-107901: make compiler inline basic blocks with no line number and no fallt...
Irit Katriel
2024-02-02
1
-21/+54
*
gh-111968: Use per-thread freelists for dict in free-threading (gh-114323)
Donghee Na
2024-02-01
4
-4/+7
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
2
-6/+25
*
GH-114806. Don't specialize calls to classes with metaclasses. (GH-114870)
Mark Shannon
2024-02-01
1
-0/+5
*
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)
Anders Kaseorg
2024-02-01
1
-1/+0
*
gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)
Sam Gross
2024-02-01
1
-73/+29
*
gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...
Matt Prodani
2024-01-30
1
-1/+5
*
gh-103323: Remove current_fast_get() unused parameter (#114593)
Victor Stinner
2024-01-30
1
-26/+24
*
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (#114587)
Erlend E. Aasland
2024-01-29
2
-16/+15
*
gh-114685: Fix incorrect use of PyBUF_READ in import.c (GH-114686)
Nikita Sobolev
2024-01-29
1
-1/+1
*
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher
2024-01-29
4
-1/+407
*
gh-113055: Use pointer for interp->obmalloc state (gh-113412)
Neil Schemenauer
2024-01-27
2
-8/+22
*
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
Donghee Na
2024-01-26
2
-4/+4
*
gh-107901: compiler replaces POP_BLOCK instruction by NOPs before optimisatio...
Irit Katriel
2024-01-25
1
-1/+2
*
gh-112529: Implement GC for free-threaded builds (#114262)
Sam Gross
2024-01-25
4
-6/+1794
*
gh-114265: remove i_loc_propagated, jump threading does not consider line num...
Irit Katriel
2024-01-25
1
-41/+47
*
gh-114312: Collect stats for unlikely events (GH-114493)
Michael Droettboom
2024-01-25
3
-0/+30
*
Update outdated comment in ``Python/bytecodes.c`` (#114522)
Kirill Podoprigora
2024-01-24
1
-2/+2
*
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon
2024-01-24
4
-37/+39
*
GH-113710: Add a tier 2 peephole optimization pass. (GH-114487)
Mark Shannon
2024-01-24
5
-3/+60
*
gh-111964: Implement stop-the-world pauses (gh-112471)
Sam Gross
2024-01-23
2
-14/+264
*
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...
Irit Katriel
2024-01-22
1
-140/+179
*
gh-113102: Fix typo in INSTRUMENTED_RESUME (GH-114349)
Guido van Rossum
2024-01-22
2
-2/+2
*
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...
Nikita Sobolev
2024-01-21
1
-1/+1
*
gh-112529: Use GC heaps for GC allocations in free-threaded builds (gh-114157)
Sam Gross
2024-01-20
1
-6/+7
*
gh-114265: move line number propagation before cfg optimization, remove guara...
Irit Katriel
2024-01-19
1
-53/+54
*
gh-111968: Use per-thread freelists for generator in free-threading (gh-114189)
Donghee Na
2024-01-18
4
-4/+3
*
Delete unused macro (GH-114238)
Mark Shannon
2024-01-18
1
-3/+0
*
Update copyright years to 2024. (GH-113608)
solya0x
2024-01-16
1
-1/+1
*
gh-111968: Use per-thread freelists for PyContext in free-threading (gh-114122)
Donghee Na
2024-01-16
5
-28/+18
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
2
-43/+282
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
5
-22/+13
*
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
Donghee Na
2024-01-15
2
-3/+2
*
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...
Mark Shannon
2024-01-15
3
-14/+27
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
2
-41/+26
*
gh-107901: duplicate blocks with no lineno that have an eval break and multip...
Irit Katriel
2024-01-12
1
-10/+22
*
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher
2024-01-12
6
-29/+27
*
gh-111968: Use per-thread freelists for tuple in free-threading (gh-113921)
Donghee Na
2024-01-11
4
-3/+2
*
gh-113845: Fix a compiler warning in Python/suggestions.c (GH-113949)
Serhiy Storchaka
2024-01-11
1
-2/+0
*
GH-113853: Guarantee forward progress in executors (GH-113854)
Mark Shannon
2024-01-11
3
-73/+118
*
gh-107901: jump leaving an exception handler doesn't need an eval break check...
Irit Katriel
2024-01-11
1
-1/+1
*
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
Peter Lazorchak
2024-01-11
1
-1/+29
*
gh-111968: Use per-thread freelists for float in free-threading (gh-113886)
Donghee Na
2024-01-10
4
-3/+2
*
GH-113860: All executors are now defined in terms of micro ops. Convert count...
Mark Shannon
2024-01-10
4
-130/+111
*
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
Donghee Na
2024-01-09
5
-17/+71
*
Fix opcode name printing in debug mode (#113870)
Guido van Rossum
2024-01-09
1
-3/+3
*
gh-113842: Add missing error check for PyIter_Next() in Python/symtable.c (GH...
Yan Yanchii
2024-01-09
1
-0/+6
*
gh-110721: Remove unused code from suggestions.c after moving PyErr_Display t...
Pablo Galindo Salgado
2024-01-08
2
-219/+1
*
gh-73965: Move PYTHON_HISTORY into the correct usage section (#113798)
Hugo van Kemenade
2024-01-08
1
-1/+1
[next]