COMMITS
/ Python/importlib_zipimport.h March 28, 2023
M
[3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) (#99817)
Miss Islington (bot) committed
September 20, 2022
B
[3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96974)
Brandt Bucher committed
February 16, 2022
M
[3.10] bpo-46724: Use `JUMP_ABSOLUTE` for all backward jumps. (GH-31326) (GH-31354)
Mark Shannon committed
November 11, 2021
B
[3.10] bpo-45773: Stop "optimizing" certain jump patterns (GH-29526)
Brandt Bucher committed
September 18, 2021
September 8, 2021
Ł
[3.10] bpo-45056: Remove trailing unused constants from co_consts (GH-28109) (GH-28125)
Łukasz Langa committed
August 9, 2021
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 16, 2021
I
bpo-41323: compiler: Reuse tuple in constant tuple folding (GH-25419)
Inada Naoki committed
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 8, 2021
D
bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159)
Desmond Cheong 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 19, 2020
I
bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204)
Irit Katriel committed
December 17, 2020
December 15, 2020
December 14, 2020
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 17, 2020
M
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
Mark Shannon committed
November 13, 2020
B
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon 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 8, 2020
J
bpo-39791 native hooks for importlib.resources.files (GH-20576)
Jason R. Coombs committed
March 17, 2020
S
bpo-39987: Simplify setting lineno in the compiler. (GH-19037)
Serhiy Storchaka committed
January 14, 2020
M
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
Mark Shannon committed
December 15, 2019
X
November 21, 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
June 13, 2019
P
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969)
Pablo Galindo committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
January 13, 2019
A
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile committed
November 27, 2018
S
bpo-31241: Fix AST node position for list and generator comprehensions. (GH-10633)
Serhiy Storchaka committed
November 26, 2018
I
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki committed
November 7, 2018
E
bpo-34726: Fix handling of hash-based pycs in zipimport. (GH-10327)
Elvis Pranskevichus committed
September 25, 2018
Z
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz committed
September 19, 2018
S
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed