COMMITS
/ Python/importlib.h April 6, 2021
B
bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169)
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 24, 2021
B
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
Brett Cannon committed
March 14, 2021
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 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 16, 2020
December 15, 2020
December 14, 2020
M
M
Don't generate spurious line number in try-except-finally. (#23760)
Mark Shannon committed
December 4, 2020
B
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon committed
December 2, 2020
November 20, 2020
V
bpo-42403: Use @staticmethod in importlib (GH-23395)
Victor Stinner committed
November 19, 2020
V
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner committed
November 17, 2020
M
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
Mark Shannon committed
November 12, 2020
M
bpo-42246: Eliminate jumps to exit blocks by copying those blocks. (#23251)
Mark Shannon committed
M
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon committed
July 30, 2020
M
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
Mark Shannon committed
June 27, 2020
L
bpo-41076: Pre-feed the parser with the f-string expression location (GH-21054)
Lysandros Nikolaou committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
March 17, 2020
S
bpo-39987: Simplify setting lineno in the compiler. (GH-19037)
Serhiy Storchaka committed
March 3, 2020
A
bpo-38091: Import deadlock detection causes deadlock (GH-17518)
Armin Rigo committed
January 27, 2020
M
bpo-39320: Handle unpacking of **values in compiler (GH-18141)
Mark Shannon committed
January 23, 2020
D
bpo-39336: Allow packages to not let their child modules be set on them (#18006)
Dino Viehland committed
January 14, 2020
M
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon committed
December 30, 2019
M
Fix handling of line numbers around finally-blocks. (#17737)
Mark Shannon committed
November 21, 2019
September 11, 2019
August 25, 2019
Z
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz committed
August 24, 2019
S
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka committed
August 8, 2019
S
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
Serhiy Storchaka committed
August 3, 2019
N
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar committed
June 13, 2019
P
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)
Pablo Galindo committed
May 22, 2019
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
February 5, 2019
N
bpo-35321: Set the spec origin to frozen in frozen modules (#11732)
Nina Zakharenko committed
January 13, 2019
A
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile committed
November 26, 2018
I
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki committed
October 30, 2018
S
bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731)
Serhiy Storchaka committed
October 29, 2018
S
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
September 17, 2018
S
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka committed