COMMITS
/ Lib/importlib/_bootstrap_external.py March 4, 2026
S
February 19, 2026
F
gh-139899: Introduce MetaPathFinder.discover and PathEntryFinder.discover (#139900)
Filipe Laíns committed
December 15, 2025
H
gh-141081: Revert "Add a `.gitignore` file to `__pycache__` folders (#141162)" (#142758)
Hugo van Kemenade committed
S
gh-141081: Add a `.gitignore` file to `__pycache__` folders (#141162)
Stan Ulbrych committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
December 10, 2025
B
GH-97850: Remove all uses and definitions of `load_module()` from importlib (#142205)
Brett Cannon committed
November 27, 2025
S
November 15, 2025
November 13, 2025
S
gh-135801: Add the module parameter to compile() etc (GH-139652)
Serhiy Storchaka committed
November 1, 2025
F
GH-119668: expose importlib.machinery.NamespacePath (#119669)
Filipe Laíns committed
October 27, 2025
P
gh-140633: AppleFrameworkLoader: Ignore AttributeError when setting __file__ (GH-140635)
Petr Viktorin committed
September 5, 2025
J
gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
Jacob Walls committed
August 18, 2025
P
bpo-38735: Don't fail when importing from / with sys.pycache_prefix set (GH-30456)
Petr Viktorin committed
January 26, 2025
A
gh-115911: Ignore PermissionError during import from cwd (#116131)
Alex Willmer committed
January 15, 2025
November 13, 2024
C
GH-126606: don't write incomplete pyc files (GH-126627)
CF Bolz-Tereick committed
August 13, 2024
E
gh-122907: Fix Builds Without HAVE_DYNAMIC_LOADING Set (gh-122952)
Eric Snow committed
August 2, 2024
S
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
Serhiy Storchaka committed
July 30, 2024
M
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom committed
July 25, 2024
M
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
Mark Shannon committed
June 18, 2024
M
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#120640)
Mark Shannon committed
May 28, 2024
J
gh-119311: Fix name mangling with PEP 695 generic classes (#119464)
Jelle Zijlstra committed
May 25, 2024
J
gh-119180: Update the magic number (#119397)
Jelle Zijlstra committed
May 22, 2024
J
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra committed
May 7, 2024
W
Fix typo inaccuracy in _bootstrap_external.py (GH-118619)
wim glenn committed
May 6, 2024
S
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka committed
March 28, 2024
T
gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)
Tim Hatch committed
March 19, 2024
R
gh-114099 - Add iOS framework loading machinery. (GH-116454)
Russell Keith-Magee committed
March 14, 2024
March 6, 2024
K
gh-116381: Specialize CONTAINS_OP (GH-116385)
Ken Jin committed
January 24, 2024
M
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
Mark Shannon committed
January 19, 2024
January 6, 2024
December 12, 2023
W
gh-112983: Add the known magic value of 3495 for Python 3.11 bytecode (#112985)
wim glenn committed
November 3, 2023
November 2, 2023
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 12, 2023
I
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Irit Katriel committed
September 11, 2023
G
gh-109039: Branch prediction for Tier 2 interpreter (#109038)
Guido van Rossum committed
V
GH-108614: Increase importlib MAGIC for RESUME_CHECK instruction (#109247)
Victor Stinner committed
August 16, 2023
I
August 9, 2023
B
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Brandt Bucher committed
June 29, 2023
B
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher committed
H
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms committed
June 19, 2023
I
June 14, 2023
M
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon committed
June 13, 2023
M
Fix magic number (GH-105722)
Mark Shannon committed
M
GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH-105680)
Mark Shannon committed
June 5, 2023
M
GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)
Mark Shannon committed