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-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
*
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz
2024-01-07
1
-0/+1
*
gh-107901: synthetic jumps which are not at end of loop no longer check the e...
Irit Katriel
2024-01-06
2
-23/+36
*
gh-113688: Split up gcmodule.c (gh-113715)
Sam Gross
2024-01-05
1
-0/+1958
*
gh-112532: Tag mimalloc heaps and pages (#113742)
Sam Gross
2024-01-05
1
-2/+2
*
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to class...
Mark Shannon
2024-01-05
3
-5/+6
*
gh-112532: Isolate abandoned segments by interpreter (#113717)
Sam Gross
2024-01-04
1
-0/+5
*
GH-113689: Fix broken handling of invalid executors (GH-113694)
Brandt Bucher
2024-01-04
2
-2/+4
*
gh-113603: Compiler no longer tries to maintain the no-empty-block invariant ...
Irit Katriel
2024-01-03
1
-78/+38
*
GH-113595: Don't enter invalid executor (GH-113596)
Mark Shannon
2024-01-03
2
-19/+39
*
GH-113657: Add back missing _SET_IP uops in tier two (GH-113662)
Brandt Bucher
2024-01-02
1
-2/+3
*
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki
2023-12-28
1
-0/+7
*
gh-112532: Use separate mimalloc heaps for GC objects (gh-113263)
Sam Gross
2023-12-26
2
-0/+59
*
gh-106905: Use separate structs to track recursion depth in each PyAST_mod2ob...
Yilei Yang
2023-12-25
1
-312/+377
*
GH-111485: Fix handling of FOR_ITER in Tier 2 (GH-113394)
Mark Shannon
2023-12-24
1
-12/+5
*
gh-113297: Fix segfault in compiler for with statement with 19 context manage...
Irit Katriel
2023-12-22
1
-1/+2
*
gh-113343: Fix error check on mmap(2) (#113342)
Namhyung Kim
2023-12-21
1
-1/+1
*
GH-111485: Delete the old generator code. (GH-113321)
Mark Shannon
2023-12-21
3
-1019/+52
*
gh-111375: Use `NULL` rather than `None` in the exception stack to indicate t...
Carey Metcalfe
2023-12-21
4
-6/+6
*
GH-111485: Generate `TARGET` table for computed goto dispatch. (GH-113319)
Mark Shannon
2023-12-20
1
-1/+2
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
8
-83/+93
*
gh-113054: Compiler no longer replaces a redundant jump with no line number b...
Irit Katriel
2023-12-19
1
-1/+16
*
gh-112535: Implement fallback implementation of _Py_ThreadId() (gh-113185)
Donghee Na
2023-12-18
1
-0/+14
*
GH-111485: Break up instructions with unused cache entries into component mic...
Mark Shannon
2023-12-18
1
-0/+71
*
GH-111485: Test the new cases generator (GH-113252)
Mark Shannon
2023-12-18
2
-28/+28
*
gh-111964: Add _PyRWMutex a "readers-writer" lock (gh-112859)
Sam Gross
2023-12-16
1
-0/+106
*
GH-111485: Mark some instructions as `TIER_ONE_ONLY` (GH-113155)
Brandt Bucher
2023-12-15
3
-139/+14
*
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon
2023-12-14
4
-21/+4
[next]