1. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/frozen/test_loader.py]
  2. b109515 Use assertIsNone. Thanks Terry Reedy. by Eric V. Smith · 12 years ago
  3. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  4. 283d0ba Whitespace cleanup. by Eric V. Smith · 12 years ago
  5. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  6. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  7. 45323a8 (Merge 3.1) Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 13 years ago
  8. 272e243 Issue #11614: Fix importlib tests for the new __hello__ module by Victor Stinner · 13 years ago
  9. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  10. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  11. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  12. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  13. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
  14. eb2e0dd Move importlib's frozen importer over to rpartition for setting __package__. by Brett Cannon · 16 years ago
  15. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  16. 223a19d Fix importlib.machinery.FrozenImporter.load_module() to set __package__ by Brett Cannon · 16 years ago
  17. 5abdc93 Add importlib.machinery with its first tenants, BuitinImporter and by Brett Cannon · 16 years ago
  18. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago