COMMITS
/ Python/compile.c October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
M
Normalize jumps in compiler. All forward jumps to use JUMP_FORWARD. (GH-28755)
Mark Shannon committed
October 4, 2021
S
bpo-45355: More use of sizeof(_Py_CODEUNIT) (GH-28720)
Serhiy Storchaka committed
September 14, 2021
I
bpo-45152: Add HAS_CONST macro and get_const_value() function and use… (#28262)
Irit Katriel committed
September 2, 2021
I
bpo-45056: Remove trailing unused constants from co_consts (GH-28109)
Inada Naoki committed
August 31, 2021
August 25, 2021
D
bpo-45000: Raise SyntaxError when try to delete __debug__ (GH-27947)
Dong-hee Na committed
August 9, 2021
M
Remove unused variable. (GH-27677)
Mark Shannon committed
July 25, 2021
C
bpo-44600: Fix line numbers for pattern matching cleanup code (GH-27346)
Charles Burkland committed
July 15, 2021
M
M
bpo-44622: Set line number of END_ASYNC_FOR to match that of iterator. (GH-27160)
Mark Shannon committed
J
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal keys (GH-27131)
Jack DeVries committed
July 14, 2021
July 13, 2021
S
bpo-33346: Allow async comprehensions inside implicit async comprehensions (GH-6766)
Serhiy Storchaka committed
July 7, 2021
G
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta committed
July 2, 2021
B
bpo-43950: optimize column table assembling with pre-sizing object (GH-26997)
Batuhan Taskaya committed
P
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo committed
June 30, 2021
B
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (GH-26677)
Batuhan Taskaya committed
June 24, 2021
June 21, 2021
G
bpo-43693: Turn localspluskinds into an object (GH-26749)
Guido van Rossum committed
M
bpo-44297: Fix missing line number in generator expressions (GH-26801)
Mark Shannon committed
June 15, 2021
E
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow committed
June 8, 2021
E
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow committed
P
P
Fix compiler errors for unused variables (GH-26601)
Pablo Galindo committed
June 7, 2021
E
E
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow committed
June 4, 2021
P
M
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon committed
June 3, 2021
E
M
bpo-44298: Fix line numbers for early exits in with statements. (GH-26513)
Mark Shannon committed
May 27, 2021
E
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow committed
May 25, 2021
May 15, 2021
May 12, 2021
M
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
Mark Shannon committed
May 7, 2021
B
bpo-44063: set the missing end locations on the compiler (GH-25956)
Batuhan Taskaya committed
M
bpo-40222: "Zero cost" exception handling (GH-25729)
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