COMMITS
/ Include/internal/pycore_compile.h February 12, 2026
P
gh-142349: Implement PEP 810 - Explicit lazy imports (#142351)
Pablo Galindo Salgado committed
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
October 30, 2025
S
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka committed
May 27, 2025
M
GH-132554: "Virtual" iterators (GH-132555)
Mark Shannon committed
May 4, 2025
April 28, 2025
J
gh-130907: Treat all module-level annotations as conditional (#131550)
Jelle Zijlstra committed
March 26, 2025
J
gh-130881: Handle conditionally defined annotations (#130935)
Jelle Zijlstra committed
March 17, 2025
I
gh-130080: implement PEP 765 (#130087)
Irit Katriel committed
March 13, 2025
March 12, 2025
September 16, 2024
I
I
gh-124058: remove _PyCompile_IsNestedScope, roll it into _PyCompile_IsInteractive (#124061)
Irit Katriel committed
September 13, 2024
I
gh-124022: add missing #include (#124052)
Irit Katriel committed
I
gh-124022: Fix bug where class docstring is removed in interactive mode (#124023)
Irit Katriel committed
September 12, 2024
I
gh-124013: remove _PyCompile_IsTopLevelAwait (#124014)
Irit Katriel committed
September 10, 2024
September 9, 2024
I
gh-121404: split compile.c into compile.c and codegen.c (#123651)
Irit Katriel committed
July 10, 2024
I
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel committed
May 30, 2024
I
gh-119744: move a few functions from compile.c to flowgraph.c (#119745)
Irit Katriel committed
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 5, 2024
C
chore: fix typos (#116345)
cui fliter committed
November 14, 2023
I
gh-107149: make new opcode util functions private rather than public and unstable (#112042)
Irit Katriel committed
August 24, 2023
V
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner committed
August 23, 2023
I
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel committed
August 10, 2023
July 25, 2023
V
gh-107211: No longer export internal functions (1) (#107213)
Victor Stinner committed
July 15, 2023
I
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki committed
June 27, 2023
I
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel committed
May 31, 2023
I
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel committed
May 18, 2023
C
gh-104615: don't make unsafe swaps in apply_static_swaps (#104620)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
May 7, 2023
I
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
Irit Katriel committed
May 1, 2023
I
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel committed
April 29, 2023
I
gh-87092: change assembler to use instruction sequence instead of CFG (#103933)
Irit Katriel committed
April 11, 2023
I
gh-87092: move assembler related code from compile.c to assemble.c (#103277)
Irit Katriel committed
March 31, 2023
I
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel committed
March 2, 2023
I
gh-102371: move _Py_Mangle from compile.c to symtable.c (#102372)
Irit Katriel committed
November 14, 2022
I
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
Irit Katriel committed
November 2, 2022
I
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel committed
August 24, 2022
April 25, 2021
S
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Serhiy Storchaka committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed