index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
compile.c
Commit message (
Expand
)
Author
Age
*
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon
2023-12-20
*
gh-99606: Make code generated for an empty f-string identical to that of a no...
Irit Katriel
2023-11-26
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
*
gh-105658: fix excess trace events for except block ending with a conditional...
Irit Katriel
2023-09-14
*
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher
2023-09-13
*
gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)
Carl Meyer
2023-09-11
*
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner
2023-09-05
*
gh-108654: restore comprehension locals before handling exception (#108659)
Carl Meyer
2023-08-30
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
*
gh-108308: Replace PyDict_GetItem() with PyDict_GetItemRef() (#108309)
Victor Stinner
2023-08-23
*
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel
2023-08-23
*
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev
2023-08-16
*
gh-106149: move CFG and basicblock definitions into flowgraph.c, use them as ...
Irit Katriel
2023-08-10
*
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher
2023-08-09
*
gh-106149: fix comment on stackdepth of generators (#107321)
Irit Katriel
2023-07-26
*
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...
Irit Katriel
2023-07-26
*
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Victor Stinner
2023-07-25
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
*
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Kirill Podoprigora
2023-07-21
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
*
gh-106843: fix memleak in _PyCompile_CleanDoc (#106846)
Inada Naoki
2023-07-18
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
*
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...
Irit Katriel
2023-07-12
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
*
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel
2023-06-27
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
*
gh-105908: fix `barry_as_FLUFL` future import (#105909)
Crowthebird
2023-06-19
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
*
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel
2023-06-14
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
*
gh-105481: add flags to each instr in the opcode metadata table, to replace o...
Irit Katriel
2023-06-13
*
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...
Mark Shannon
2023-06-13
*
gh-105481: add pseudo-instructions to the bytecodes DSL (#105506)
Irit Katriel
2023-06-11
*
gh-105375: Improve error handling in compiler_enter_scope() (#105494)
Erlend E. Aasland
2023-06-09
*
gh-103906: Remove immortal refcounting in compile/marshal.c (gh-103922)
Dong-hee Na
2023-06-05
*
gh-105164: Detect annotations inside match blocks (#105177)
Jelle Zijlstra
2023-06-05
*
gh-103277: remove unused macros (#105247)
Irit Katriel
2023-06-03
*
gh-105214: Use named constants for MAKE_FUNCTION oparg (#105215)
Jelle Zijlstra
2023-06-02
*
remove unused #includes of pycore_pymem.h (#105166)
Irit Katriel
2023-06-01
*
gh-105148: make _PyASTOptimizeState internal to ast_opt.c (#105149)
Irit Katriel
2023-05-31
*
gh-104656: Rename typeparams AST node to type_params (#104657)
Jelle Zijlstra
2023-05-21
*
gh-104686: Fix tracing for decorated classes (#104708)
Jelle Zijlstra
2023-05-21
*
gh-104619: never leak comprehension locals to outer locals() (#104637)
Carl Meyer
2023-05-18
[next]