COMMITS
/ Python/compile.c November 11, 2021
B
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
Brandt Bucher committed
October 7, 2021
C
[3.10] Fix typos in the Python directory (GH-28767) (GH-28799)
Christian Clauss committed
October 4, 2021
S
[3.10] bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720). (GH-28721)
Serhiy Storchaka committed
September 8, 2021
Ł
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125)
Łukasz Langa committed
August 31, 2021
M
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015)
Miss Islington (bot) committed
August 26, 2021
D
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947) (GH-27957)
Dong-hee Na committed
August 9, 2021
M
Remove unused variable. (GH-27677) (#27680)
Mark Shannon committed
July 26, 2021
M
[3.10] bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346) (GH-27356)
Miss Islington (bot) committed
July 16, 2021
July 15, 2021
M
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160) (GH-27163)
Mark Shannon committed
M
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131) (GH-27157)
Miss Islington (bot) committed
July 14, 2021
June 21, 2021
M
bpo-44297: Fix missing line number in generator expressions (GH-26821)
Mark Shannon committed
June 3, 2021
M
[3.10] bpo-44298: Backport #26513 to 3.10 (#26516)
Mark Shannon committed
May 13, 2021
M
[3.10] bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26061)
Mark Shannon committed
May 7, 2021
M
bpo-44063: set the missing end locations on the compiler (GH-25956) (#25972)
Miss Islington (bot) committed
May 6, 2021
M
Correct location for syntax error in try-except (GH-25939)
Mark Shannon committed
May 3, 2021
P
bpo-43754: Fix compiler warning in Python/compile.c (GH-25855)
Pablo Galindo committed
May 2, 2021
B
bpo-43754: Eliminate bindings for partial pattern matches (GH-25229)
Brandt Bucher committed
April 30, 2021
M
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
Mark Shannon committed
B
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher committed
April 29, 2021
M
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon committed
N
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan committed
April 25, 2021
B
bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952)
Batuhan Taskaya committed
April 23, 2021
P
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Pablo Galindo committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 16, 2021
I
bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
Inada Naoki committed
April 15, 2021
M
bpo-43846: Use less stack for large literals and calls (GH-25403)
Mark Shannon committed
April 7, 2021
T
bpo-43495 : Push missing frame block in compile.c (GH-24865)
tomKPZ committed
M
Correct micro release number and add a couple of asserts. (GH-25224)
Mark Shannon committed
April 6, 2021
M
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed
March 23, 2021
V
bpo-43244: Add pycore_compile.h header file (GH-25000)
Victor Stinner committed
March 19, 2021
V
bpo-43244: Remove symtable.h header file (GH-24910)
Victor Stinner committed
March 17, 2021
V
bpo-43244: Add pycore_ast.h header file (GH-24908)
Victor Stinner committed
March 16, 2021
T
bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)
tsukasa-au committed
March 15, 2021
M
Mark POP_TOP at end of expression statement as artificial, to conform to PEP 626. (GH-24860)
Mark Shannon committed
March 14, 2021
March 10, 2021
I
Fix typo in compile.c (GH-24812)
Ikko Ashimine committed
March 2, 2021
A
bpo-43358: Fix bad free in assemble function (GH-24697)
Alex Henrie committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
February 10, 2021
I
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Inada Naoki committed
February 2, 2021
M
Only eliminate jumps to successor block if jump is unconditional. (GH-24417)
Mark Shannon committed
January 30, 2021
P
bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24384)
Pablo Galindo committed
V
bpo-38631: Replace compiler fatal errors with exceptions (GH-24369)
Victor Stinner committed
January 29, 2021
P
Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
Pablo Galindo committed
V
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner committed
January 26, 2021
I
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
Irit Katriel committed
January 15, 2021
M
Mark instructions at end of class scope as artificial. (GH-24222)
Mark Shannon committed