COMMITS
/ Python/importlib_external.h August 9, 2021
July 15, 2021
July 7, 2021
G
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta committed
July 2, 2021
P
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo committed
July 1, 2021
B
bpo-44313: bump up magic (#26983)
Batuhan Taskaya 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 23, 2021
G
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum committed
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 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
June 8, 2021
E
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow 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 15, 2021
May 12, 2021
M
bpo-43933: Force RETURN_VALUE bytecodes to have line numbers (GH-26054)
Mark Shannon committed
May 8, 2021
S
bpo-28307: Convert simple C-style formatting with literal format into f-string. (GH-5012)
Serhiy Storchaka committed
May 7, 2021
M
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon 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
April 29, 2021
M
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon 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 7, 2021
April 6, 2021
D
bump the bytecode magic number (GH-25225)
Dennis Sweeney committed
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
Brett Cannon committed
M
bpo-43683: Handle generator entry in bytecode (GH-25138)
Mark Shannon committed
April 4, 2021
D
bpo-27129: Update magic numbers and bootstrapping for GH-25069 (GH-25172)
Dennis Sweeney committed
April 2, 2021
B
bpo-43672: raise ImportWarning when calling find_loader() (GH-25119)
Brett Cannon committed
April 1, 2021
M
bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069)
Mark Shannon committed
March 30, 2021
B
bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044)
Brett Cannon committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
March 14, 2021
March 4, 2021
J
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs 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
January 13, 2021
M
bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
Mark Shannon committed
January 5, 2021
M
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon committed
January 4, 2021
M
bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
Mark Shannon committed
December 23, 2020
M
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Mark Shannon committed
December 21, 2020
M
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
Mark Shannon committed
December 17, 2020
December 15, 2020