Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) | Brett Cannon | 2021-03-26 | 1 | -2/+5 |
* | bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24... | Brett Cannon | 2021-03-24 | 1 | -1/+2 |
* | bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) | Anthony Sottile | 2019-03-08 | 1 | -0/+6 |
* | bpo-32303 - Consistency fixes for namespace loaders (#5481) | Barry Warsaw | 2018-02-02 | 1 | -0/+16 |
* | Fixes #19711: Add tests for reloading namespace packages. | Eric Snow | 2016-05-10 | 1 | -1/+33 |
* | Issue #23277: Remove unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -3/+0 |
* | Issue #23277: Remove unused support.run_unittest import. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
* | Issue #21097: Move test_namespace_pkgs into test_importlib. | Eric Snow | 2014-03-29 | 1 | -0/+293 |