summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_namespace_pkgs.py
Commit message (Expand)AuthorAgeFilesLines
* gh-105407: Remove unused imports in tests (#105408)Victor Stinner2023-06-061-1/+0
* gh-98139: enhance namespace package reprAnh71me2022-11-061-0/+4
* gh-94619: Remove long deprecated methods module_repr() and load_module() (#94...Barry Warsaw2022-08-051-7/+0
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-081-6/+1
* bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_ca… (GH-...Miro Hrončok2021-11-231-0/+35
* bpo-35673: Add a public alias for namespace package __loader__ attribute (#29...Barry Warsaw2021-10-201-0/+7
* bpo-42136: Deprecate module_repr() as found in importlib (GH-25022)Brett Cannon2021-03-261-2/+5
* bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24...Brett Cannon2021-03-241-1/+2
* bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)Anthony Sottile2019-03-081-0/+6
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-021-0/+16
* Fixes #19711: Add tests for reloading namespace packages.Eric Snow2016-05-101-1/+33
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-3/+0
* Issue #23277: Remove unused support.run_unittest import.Serhiy Storchaka2016-04-241-1/+0
* Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-291-0/+293