COMMITS
/ Lib/pkgutil.py March 18, 2026
S
gh-146121: `pkgutil.get_data()` reject invalid resource arguments (#146122)
Stan Ulbrych committed
March 12, 2025
V
gh-131152, pkgutil: Remove unused imports (#131149)
Victor Stinner committed
November 1, 2024
B
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran committed
May 3, 2023
N
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev committed
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
April 28, 2023
B
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw committed
April 22, 2023
September 21, 2021
M
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour committed
May 11, 2021
M
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964)
Miguel Brito committed
April 3, 2021
June 17, 2020
V
bpo-41006: pkgutil imports lazily re (GH-20939)
Victor Stinner committed
February 28, 2020
V
bpo-12915: Improve Unicode support for package names and attributes. (GH-18517)
Vinay Sajip committed
February 14, 2020
V
bpo-12915: Add pkgutil.resolve_name (GH-18310)
Vinay Sajip committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
June 13, 2017
S
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
Sanyam Khurana committed
September 8, 2016
E
Issue #17211: Yield a namedtuple in pkgutil.
Eric Snow committed
September 6, 2016
S
[merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation.
Senthil Kumaran committed
S
Update pkgutil docs to reference appropriate finder and loader object documentation.
Senthil Kumaran committed
July 8, 2016
B
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon committed
June 12, 2016
Ł
Merge 3.5, issue #14209
Łukasz Langa committed
Ł
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa committed
October 16, 2015
B
Upgrade the imp module's deprecation to DeprecationWarning.
Brett Cannon committed
May 30, 2014
B
Issue #20383: Introduce importlib.util.module_from_spec().
Brett Cannon committed
May 23, 2014
B
Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not
Brett Cannon committed
April 19, 2014
E
Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing.
Eric Snow committed
March 4, 2014
N
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec
Nick Coghlan committed
January 25, 2014
E
Issue 19944: Fix importlib.find_spec() so it imports parents as needed.
Eric Snow committed
January 7, 2014
E
Remove more usage of APIs deprecated by PEP 451.
Eric Snow committed
January 4, 2014
E
Issue #19708: Update pkgutil to use the new importer APIs.
Eric Snow committed
November 22, 2013
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
October 26, 2013
N
Close #19409: add missing import in pkgutil
Nick Coghlan committed
June 16, 2013
B
Issue #17177: The imp module is pending deprecation.
Brett Cannon committed
June 5, 2013
Ł
Add reference implementation for PEP 443
Łukasz Langa committed
April 14, 2013
N
Merge fix for #16163 from 3.3
Nick Coghlan committed
N
Close issue #16163: handle submodules in pkgutil.iter_importers
Nick Coghlan committed
February 12, 2013
G
modernize some modules' code by using with statement around open()
Giampaolo Rodola' committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 19, 2012
A
replace threw with raised (#16714)
Andrew Svetlov committed
A
replace threw with raised (#16714)
Andrew Svetlov committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
October 7, 2012
A
Issue #16120: Use |yield from| in stdlib.
Andrew Svetlov committed
October 1, 2012
P
utilize yield from
Philip Jenvey committed
July 20, 2012
July 15, 2012
N
July 9, 2012
A
Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages.
Antoine Pitrou committed
May 25, 2012
E
issue 14660: Implement PEP 420, namespace packages.
Eric V. Smith committed
April 27, 2012
B
Issue #14605: Don't error out if get_importer() returns None.
Brett Cannon committed
April 26, 2012
B
Issue #14605: Make explicit the entries on sys.path_hooks that used to
Brett Cannon committed