COMMITS
/ Lib/test/test_pkgutil.py May 3, 2026
B
gh-148641: Implement PEP 829 - startup configuration files (#149109)
Barry Warsaw committed
April 7, 2026
P
gh-146121: Clarify security model of pkgutil.getdata; revert checks (GH-148197)
Petr Viktorin committed
March 18, 2026
S
gh-146121: `pkgutil.get_data()` reject invalid resource arguments (#146122)
Stan Ulbrych committed
March 13, 2025
V
gh-131152: Remove unused imports from tests (part 2) (#131154)
Victor Stinner committed
November 1, 2024
B
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran committed
September 6, 2024
M
gh-123780: Make test_pkgutil clean up `spam` module (GH-123036)
Malcolm Smith committed
July 16, 2024
A
gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)
Andreas Stocker committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
April 30, 2024
S
gh-117860: Add tests for resolving names when import rebind names (GH-118176)
Serhiy Storchaka 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
September 19, 2021
S
bpo-45229: Remove test_main in many tests (GH-28405)
Serhiy Storchaka 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
July 9, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21412)
Hai Shi committed
March 3, 2020
M
bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720)
Michael Felt 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
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
August 12, 2016
B
Issue #25805: Skip a test for test_pkgutil when __name__ == __main__.
Brett Cannon committed
July 8, 2016
B
Issue #26896: Disambiguate uses of "importer" with "finder".
Brett Cannon committed
June 12, 2016
Ł
Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages
Łukasz Langa committed
January 9, 2015
B
Issue #23014: Make importlib.abc.Loader.create_module() required when
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
February 16, 2014
B
backout fafac90b69c4
Benjamin Peterson committed
January 9, 2014
B
clear zip stat cache after each ref leak run
Benjamin Peterson committed
January 4, 2014
E
Issue #19708: Update pkgutil to use the new importer APIs.
Eric Snow committed
November 22, 2013
E
Issue #19724: clear out colliding temp module.
Eric Snow committed
E
Implement PEP 451 (ModuleSpec).
Eric Snow committed
June 15, 2013
B
Issue #17177: Stop using imp in a bunch of tests
Brett Cannon committed
April 14, 2013
N
Close issue #16163: handle submodules in pkgutil.iter_importers
Nick Coghlan committed
July 17, 2012
N
Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly
Nick Coghlan committed
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
May 16, 2012
E
Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715).
Eric V. Smith committed
E
Issue #14817: Add rudimentary tests for pkgutil.extend_path.
Eric V. Smith committed
October 7, 2011
N
Issue #7367: Ensure test directory always gets removed.
Ned Deily committed
October 6, 2011
N
Issue #7367: Add test case to test_pkgutil for walking path with
Ned Deily committed
July 5, 2009
A
Issue 4005: Remove .sort() call on dict_keys object.
Alexandre Vassalotti committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
April 21, 2008
C
Merged revisions 62420-62421,62423-62424 via svnmerge from
Christian Heimes committed
April 19, 2008
C
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from
Christian Heimes committed