COMMITS
/ Lib/test/test_importlib/test_namespace_pkgs.py September 5, 2025
J
gh-93334: Fix homonym edge case in PathFinder.find_spec() (GH-98100)
Jacob Walls committed
January 21, 2025
S
gh-71339: Use new assertion methods in test_import and test_importlib (GH-129052)
Serhiy Storchaka committed
July 4, 2024
S
gh-59110: zipimport: support namespace packages when no directory entry exists (GH-121233)
Serhiy Storchaka committed
November 27, 2023
June 6, 2023
V
gh-105407: Remove unused imports in tests (#105408)
Victor Stinner committed
November 6, 2022
A
gh-98139: enhance namespace package repr
Anh71me committed
August 5, 2022
B
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94624)
Barry Warsaw committed
May 8, 2022
S
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka committed
November 23, 2021
M
bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-29384)
Miro Hrončok committed
October 20, 2021
B
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29049)
Barry Warsaw committed
March 26, 2021
B
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon committed
March 24, 2021
B
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953)
Brett Cannon committed
March 8, 2019
A
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile committed
February 2, 2018
B
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw committed
May 10, 2016
E
Fixes #19711: Add tests for reloading namespace packages.
Eric Snow committed
April 24, 2016
S
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka committed
S
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka committed
March 29, 2014
E
Issue #21097: Move test_namespace_pkgs into test_importlib.
Eric Snow committed