aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/importlib/util.py
Commit message (Expand)AuthorAge
* gh-122188: Move magic number to its own file (#122243)Michael Droettboom2024-07-30
* gh-117983: Defer import of threading for lazy module loading (#120233)Chris Markiewicz2024-07-03
* gh-120417: Fix "imported but unused" linter warnings (#120461)Victor Stinner2024-06-14
* gh-117182: Allow lazily loaded modules to modify their own __class__Chris Markiewicz2024-04-09
* gh-117178: Recover lazy loading of self-referential modules (#117179)Chris Markiewicz2024-03-28
* chore: fix typos (#116345)cui fliter2024-03-05
* gh-114763: Protect lazy loading modules from attribute access races (GH-114781)Chris Markiewicz2024-02-23
* Fix a misspelling of Interpeter -> Interpreter (GH-111040)Nikita Sobolev2023-10-18
* gh-104310: Rename the New Function in importlib.util (gh-105255)Eric Snow2023-06-08
* gh-104310: Add importlib.util.allowing_all_extensions() (gh-104311)Eric Snow2023-05-08
* gh-82874: Convert remaining importlib format uses to f-str. (#98005)Gregory P. Smith2022-10-06
* gh-97850: Remove deprecated functions from `importlib.utils` (#97898)Nikita Sobolev2022-10-06
* gh-65961: Raise `DeprecationWarning` when `__package__` differs from `__spec_...Brett Cannon2022-10-05
* bpo-43720: Update import-related stdlib deprecation messages to say they will...Brett Cannon2021-04-03
* bpo-42403: Fix pyflakes warnings in importlib (GH-23396)Victor Stinner2020-11-19
* bpo-41006: importlib.util no longer imports typing (GH-20938)Victor Stinner2020-06-17
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-02
* bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-...Zackery Spytz2018-06-07
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-09
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-14
* Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-25
* Merge from 3.5Brett Cannon2016-06-25
|\
| * Fix a scoping issue where an UnboundLocalError was triggered if aBrett Cannon2016-06-25
* | Merge for issue #26186Brett Cannon2016-02-20
|\|
| * Issue #26186: Remove an invalid type check inBrett Cannon2016-02-20
* | Issue #25771: Tweak ValueError message when package isn't specifiedBrett Cannon2015-12-04
|/
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-02
* Issue #19720: Suppressed context for some exceptions in importlib.Serhiy Storchaka2014-11-21
* Issue #20383: Introduce importlib.util.module_from_spec().Brett Cannon2014-05-30
* Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-04
* Issue 19944: Fix importlib.find_spec() so it imports parents as needed.Eric Snow2014-01-25
* Issue 19713: Add PEP 451-related deprecations.Eric Snow2014-01-06
* Implement PEP 451 (ModuleSpec).Eric Snow2013-11-22
* Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-16
* Issue #17907: touch up the code for imp.new_module().Brett Cannon2013-06-14
* Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-14
* fix whitespaceBrett Cannon2013-05-31
* Issues #18088, 18089: IntroduceBrett Cannon2013-05-31
* Rename importlib.util.ModuleManager to module_to_load so that the nameBrett Cannon2013-05-30
* Introduce importlib.util.ModuleManager which is a context manager toBrett Cannon2013-05-28
* Add importlib.util.resolve_name().Brett Cannon2012-05-13
* PEP 3147Barry Warsaw2010-04-17
* Implement importlib.util.set_loader: a decorator to automatically setBrett Cannon2009-03-10
* Rename importlib.util.set___package__ to set_package.Brett Cannon2009-03-04
* Expose importlib.util.set___package__.Brett Cannon2009-03-02
* Implement the more specific PEP 302 semantics for loaders and what happens uponBrett Cannon2009-02-17