COMMITS
/ Python/compile.c January 31, 2023
D
[3.10] gh-101400: Fix incorrect lineno in exception message on contin… (gh-101448)
Dong-hee Na committed
September 20, 2022
B
[3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96974)
Brandt Bucher committed
July 11, 2022
M
[3.10] GH-94329: Don't raise on excessive stack consumption (GH-94421) (#94448)
Mark Shannon committed
June 30, 2022
June 22, 2022
D
[3.10] GH-93964: Harden overflow checks before _PyBytes_Resize in compile.c (GH-94045)
Dennis Sweeney committed
May 23, 2022
D
gh-93061: Mark as artificial: backwards jump after async for (GH-93120)
Dennis Sweeney committed
March 3, 2022
M
bpo-46831: Update __build_class__ comment (GH-31522)
Miss Islington (bot) committed
February 16, 2022
M
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
Mark Shannon committed
February 3, 2022
M
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Miss Islington (bot) committed
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