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-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka
2024-08-30
1
-7/+7
*
gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)
Irit Katriel
2024-08-28
1
-8/+7
*
gh-123344: Add missing ast optimizations for PEP 696 (#123377)
Bogdan Romanyuk
2024-08-28
1
-0/+3
*
gh-123271: Make builtin zip method safe under free-threading (#123272)
Pieter Eendebak
2024-08-27
1
-1/+2
*
gh-121404: split compiler_nameop into a codegen part and a compiler part (#12...
Irit Katriel
2024-08-27
1
-89/+101
*
GH-117759: Document incremental GC (GH-123266)
Mark Shannon
2024-08-27
1
-11/+16
*
gh-121404: compiler_visit_* --> codegen_visit_* (#123382)
Irit Katriel
2024-08-27
1
-61/+49
*
GH-123232: Factor BINARY_SLICE and STORE_SLICE to handle stats properly for t...
Mark Shannon
2024-08-27
3
-34/+66
*
Remove comment from pystate created in 2003 (#123259)
Anthony Shaw
2024-08-24
1
-5/+0
*
gh-117376: Make `Py_DECREF` a macro in ceval.c in free-threaded build (#122975)
Sam Gross
2024-08-23
1
-15/+44
*
gh-123205: `Python/bytecodes.c`: Fix compiler warning (#123206)
Kirill Podoprigora
2024-08-23
3
-3/+3
*
gh-121404: more compiler_* -> codegen_*, class_body and comprehensions (#123262)
Irit Katriel
2024-08-23
1
-59/+82
*
GH-122298: Restore printing of GC stats (GH-123261)
Mark Shannon
2024-08-23
1
-0/+25
*
GH-123232: Fix "not specialized" stats (GH-123236)
Mark Shannon
2024-08-23
4
-2/+18
*
gh-121404: compiler_annassign --> codegen_annassign (#123245)
Irit Katriel
2024-08-23
1
-63/+100
*
GH-123040: Specialize shadowed `LOAD_ATTR`. (GH-123219)
Mark Shannon
2024-08-23
4
-138/+261
*
gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH_HINT`` (gh-123...
Donghee Na
2024-08-22
3
-18/+21
*
gh-121404: remove redundant c_nestlevel. more compiler abstractions. more mac...
Irit Katriel
2024-08-22
1
-118/+111
*
GH-123197: Only count an instruction as deferred if it hasn't deopted first. ...
Mark Shannon
2024-08-22
3
-30/+31
*
GH-118093: Specialize calls to non-vectorcall classes as `CALL_NON_PY_GENERAL...
Brandt Bucher
2024-08-22
1
-5/+1
*
gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...
Irit Katriel
2024-08-21
1
-2/+3
*
GH-115776: Allow any fixed sized object to have inline values (GH-123192)
Mark Shannon
2024-08-21
8
-31/+50
*
gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)
Irit Katriel
2024-08-21
1
-15/+24
*
GH-123197: Increment correct stat for CALL_KW (GH-123200)
Mark Shannon
2024-08-21
2
-2/+2
*
GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)
Mark Shannon
2024-08-21
3
-3/+15
*
GH-118093: Make `CALL_ALLOC_AND_ENTER_INIT` suitable for tier 2. (GH-123140)
Mark Shannon
2024-08-20
8
-145/+287
*
gh-123048: Fix missing source location in pattern matching code (#123167)
Irit Katriel
2024-08-20
1
-1/+1
*
gh-121404: rename functions to use codegen_* prefix. Use macros more consiste...
Irit Katriel
2024-08-19
1
-349/+303
*
gh-121404: pass metadata to compiler_enter_scope (optionally) so that codegen...
Irit Katriel
2024-08-19
1
-58/+82
*
GH-118093: Specialize `CALL_KW` (GH-123006)
Mark Shannon
2024-08-16
8
-15/+749
*
gh-121404: rename compiler_addop* to codegen_addop*, and replace direct usage...
Irit Katriel
2024-08-16
1
-96/+102
*
Add debug offsets for free threaded builds (#123041)
Pablo Galindo Salgado
2024-08-15
2
-2/+4
*
gh-117139: Garbage collector support for deferred refcounting (#122956)
Sam Gross
2024-08-15
3
-18/+93
*
gh-121404: split compiler's push/pop_inlined_comprehension_state into codegen...
Irit Katriel
2024-08-15
1
-63/+102
*
GH-118093: Turn some DEOPT_IFs into EXIT_IFs (GH-122998)
Brandt Bucher
2024-08-14
3
-27/+27
*
GH-120024: Remove `CHECK_EVAL_BREAKER` macro. (GH-122968)
Mark Shannon
2024-08-14
6
-311/+636
*
gh-122985: add SYMBOL_TO_SCOPE macro in symtable (#122986)
Irit Katriel
2024-08-14
2
-9/+6
*
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Eric Snow
2024-08-13
1
-4/+8
*
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
Mark Shannon
2024-08-13
4
-46/+52
*
GH-122821: Simplify compilation of while statements to ensure consistency of ...
Mark Shannon
2024-08-13
1
-3/+1
*
GH-118093: Handle some polymorphism before requiring progress in tier two (GH...
Brandt Bucher
2024-08-12
4
-38/+61
*
gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)
Sam Gross
2024-08-12
3
-29/+3
*
gh-117139: Fix a few `_PyStackRef` related bugs (#122831)
Sam Gross
2024-08-12
3
-16/+14
*
GH-122869: Add missing tier two optimizer cases (GH-122936)
Mark Shannon
2024-08-12
2
-4/+31
*
gh-122860: Remove unused macro `_Py_atomic_load_relaxed_int32` (#122861)
Sam Gross
2024-08-11
2
-14/+0
*
gh-122697: Fix free-threading memory leaks at shutdown (#122703)
Sam Gross
2024-08-08
3
-1/+17
*
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (#122825)
Irit Katriel
2024-08-08
1
-1/+1
*
GH-120024: Tidy up case generator code a bit. (GH-122780)
Mark Shannon
2024-08-08
1
-3/+0
*
gh-122247: Move instruction instrumentation sanity check after tracing check ...
Tian Gao
2024-08-08
1
-1/+1
*
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122...
Serhiy Storchaka
2024-08-07
1
-1/+1
[prev]
[next]