index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test
/
test_importlib
/
test_namespace_pkgs.py
Commit message (
Expand
)
Author
Age
*
gh-98139: enhance namespace package repr
Anh71me
2022-11-06
*
gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...
Barry Warsaw
2022-08-04
*
bpo-45046: Support context managers in unittest (GH-28045)
Serhiy Storchaka
2022-05-08
*
bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...
Miro Hrončok
2021-11-23
*
bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...
Barry Warsaw
2021-10-20
*
bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)
Brett Cannon
2021-03-26
*
bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...
Brett Cannon
2021-03-24
*
bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)
Anthony Sottile
2019-03-08
*
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw
2018-02-02
*
Fixes #19711: Add tests for reloading namespace packages.
Eric Snow
2016-05-10
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
*
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
*
Issue #21097: Move test_namespace_pkgs into test_importlib.
Eric Snow
2014-03-29