COMMITS
/ Python/compile.c April 4, 2024
I
gh-117494: extract the Instruction Sequence data structure into a separate file (#117496)
Irit Katriel committed
April 2, 2024
I
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#117412)
Irit Katriel committed
March 27, 2024
I
gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)
Irit Katriel committed
March 26, 2024
I
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel committed
March 19, 2024
B
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk committed
February 23, 2024
S
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
Serhiy Storchaka committed
February 15, 2024
I
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#115379)
Irit Katriel committed
I
gh-115347: avoid emitting redundant NOP for the docstring with -OO (#115494)
Irit Katriel committed
February 7, 2024
S
gh-112066: Use `PyDict_SetDefaultRef` in place of `PyDict_SetDefault`. (#112211)
Sam Gross committed
January 29, 2024
E
gh-114569: Use PyMem_* APIs for non-PyObjects in compiler (#114587)
Erlend E. Aasland committed
January 24, 2024
M
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon committed
January 6, 2024
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
November 26, 2023
November 14, 2023
I
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
Irit Katriel committed
November 3, 2023
November 2, 2023
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
October 26, 2023
I
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel committed
September 14, 2023
I
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 11, 2023
C
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
Carl Meyer committed
September 4, 2023
V
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner committed
August 30, 2023
C
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
V
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner committed
I
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel committed
August 16, 2023
N
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev committed
August 10, 2023
August 9, 2023
B
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher committed
July 26, 2023
I
gh-106149: fix comment on stackdepth of generators (#107321)
Irit Katriel committed
I
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255)
Irit Katriel committed
July 25, 2023
V
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Victor Stinner committed
July 22, 2023
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
July 21, 2023
K
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Kirill Podoprigora committed
July 18, 2023
I
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
Irit Katriel committed
I
gh-106843: fix memleak in _PyCompile_CleanDoc (#106846)
Inada Naoki committed
July 15, 2023
I
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki committed
July 14, 2023
I
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel committed
July 12, 2023
I
July 2, 2023
V
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner committed
June 29, 2023
B
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher committed
H
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms committed
June 27, 2023
I
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel committed
June 22, 2023
M
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon committed
June 19, 2023
C
gh-105908: fix `barry_as_FLUFL` future import (#105909)
Crowthebird committed
June 17, 2023
June 14, 2023
I
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel committed
M
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon committed
June 13, 2023