COMMITS
/ Lib/importlib/util.py July 30, 2024
M
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom committed
July 3, 2024
C
gh-117983: Defer import of threading for lazy module loading (#120233)
Chris Markiewicz committed
June 14, 2024
V
gh-120417: Fix "imported but unused" linter warnings (#120461)
Victor Stinner committed
April 9, 2024
C
gh-117182: Allow lazily loaded modules to modify their own __class__
Chris Markiewicz committed
March 28, 2024
C
gh-117178: Recover lazy loading of self-referential modules (#117179)
Chris Markiewicz committed
March 5, 2024
C
chore: fix typos (#116345)
cui fliter committed
February 24, 2024
C
gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
Chris Markiewicz committed
October 18, 2023
N
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
Nikita Sobolev committed
June 8, 2023
E
gh-104310: Rename the New Function in importlib.util (gh-105255)
Eric Snow committed
May 8, 2023
E
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
Eric Snow committed
October 7, 2022
G
gh-82874: Convert remaining importlib format uses to f-str. (#98005)
Gregory P. Smith committed
N
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev committed
October 5, 2022
B
April 3, 2021
November 19, 2020
V
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner committed
June 17, 2020
V
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner committed
August 3, 2019
N
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar committed
June 7, 2018
Z
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385)
Zackery Spytz committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
June 14, 2017
M
June 25, 2016
B
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon committed
B
Merge from 3.5
Brett Cannon committed
B
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon committed
February 21, 2016
B
Merge for issue #26186
Brett Cannon committed
B
Issue #26186: Remove an invalid type check in
Brett Cannon committed
December 4, 2015
B
Issue #25771: Tweak ValueError message when package isn't specified
Brett Cannon committed
May 3, 2015
E
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow committed
November 21, 2014
S
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
April 4, 2014
B
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon committed
January 25, 2014
E
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow committed
January 7, 2014
E
Issue 19713: Add PEP 451-related deprecations.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
June 16, 2013
B
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon committed
June 15, 2013
B
Issue #17907: touch up the code for imp.new_module().
Brett Cannon committed
June 14, 2013
B
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon committed
May 31, 2013
B
fix whitespace
Brett Cannon committed
B
Issues #18088, 18089: Introduce
Brett Cannon committed
May 30, 2013
B
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon committed
May 28, 2013
B
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon committed
May 13, 2012
B
Add importlib.util.resolve_name().
Brett Cannon committed
March 10, 2009
B
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon committed
March 4, 2009
B
Rename importlib.util.set___package__ to set_package.
Brett Cannon committed
March 2, 2009
B
Expose importlib.util.set___package__.
Brett Cannon committed
February 17, 2009
B
Implement the more specific PEP 302 semantics for loaders and what happens upon
Brett Cannon committed