index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
importlib
/
util.py
Commit message (
Expand
)
Author
Age
*
gh-122188: Move magic number to its own file (#122243)
Michael Droettboom
2024-07-30
*
gh-117983: Defer import of threading for lazy module loading (#120233)
Chris Markiewicz
2024-07-03
*
gh-120417: Fix "imported but unused" linter warnings (#120461)
Victor Stinner
2024-06-14
*
gh-117182: Allow lazily loaded modules to modify their own __class__
Chris Markiewicz
2024-04-09
*
gh-117178: Recover lazy loading of self-referential modules (#117179)
Chris Markiewicz
2024-03-28
*
chore: fix typos (#116345)
cui fliter
2024-03-05
*
gh-114763: Protect lazy loading modules from attribute access races (GH-114781)
Chris Markiewicz
2024-02-23
*
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
Nikita Sobolev
2023-10-18
*
gh-104310: Rename the New Function in importlib.util (gh-105255)
Eric Snow
2023-06-08
*
gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)
Eric Snow
2023-05-08
*
gh-82874: Convert remaining importlib format uses to f-str. (#98005)
Gregory P. Smith
2022-10-06
*
gh-97850: Remove deprecated functions from `importlib.utils` (#97898)
Nikita Sobolev
2022-10-06
*
gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...
Brett Cannon
2022-10-05
*
bpo-43720: Update import-related stdlib deprecation messages to say they will...
Brett Cannon
2021-04-03
*
bpo-42403: Fix pyflakes warnings in importlib (GH-23396)
Victor Stinner
2020-11-19
*
bpo-41006: importlib.util no longer imports typing (GH-20938)
Victor Stinner
2020-06-17
*
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
Ngalim Siregar
2019-08-02
*
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-...
Zackery Spytz
2018-06-07
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
*
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...
Milan Oberkirch
2017-06-14
*
Issue #26186: Remove the restriction that built-in and extension
Brett Cannon
2016-06-25
*
Merge from 3.5
Brett Cannon
2016-06-25
|
\
|
*
Fix a scoping issue where an UnboundLocalError was triggered if a
Brett Cannon
2016-06-25
*
|
Merge for issue #26186
Brett Cannon
2016-02-20
|
\
|
|
*
Issue #26186: Remove an invalid type check in
Brett Cannon
2016-02-20
*
|
Issue #25771: Tweak ValueError message when package isn't specified
Brett Cannon
2015-12-04
|
/
*
Issue #23911: Move path-based bootstrap code to a separate frozen module.
Eric Snow
2015-05-02
*
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka
2014-11-21
*
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon
2014-05-30
*
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
*
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow
2014-01-25
*
Issue 19713: Add PEP 451-related deprecations.
Eric Snow
2014-01-06
*
Implement PEP 451 (ModuleSpec).
Eric Snow
2013-11-22
*
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
*
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-14
*
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
*
fix whitespace
Brett Cannon
2013-05-31
*
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
*
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
*
Introduce importlib.util.ModuleManager which is a context manager to
Brett Cannon
2013-05-28
*
Add importlib.util.resolve_name().
Brett Cannon
2012-05-13
*
PEP 3147
Barry Warsaw
2010-04-17
*
Implement importlib.util.set_loader: a decorator to automatically set
Brett Cannon
2009-03-10
*
Rename importlib.util.set___package__ to set_package.
Brett Cannon
2009-03-04
*
Expose importlib.util.set___package__.
Brett Cannon
2009-03-02
*
Implement the more specific PEP 302 semantics for loaders and what happens upon
Brett Cannon
2009-02-17