1. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  2. 9b2611e Remove unused import for function that no longer exists. by R. David Murray · 15 years ago
  3. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  4. 8593a75 Fix importlib.machinery.PathFinder.find_module() to essentially skip over None by Brett Cannon · 15 years ago
  5. 2dee597 Do some cleanup in importlib: by Brett Cannon · 16 years ago
  6. 32732e3 Change importlib.machinery.PathFinder to not have implicit semantics (that's by Brett Cannon · 16 years ago
  7. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  8. 6411aa5 Finish implementing tests for importlib.machinery.PathFinder by testing that by Brett Cannon · 16 years ago
  9. 1f9bcd3 Add tests for using sys.path_hooks by importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  10. 48f5c4ee Implement test for sys.path_importer_cache having None for by Brett Cannon · 16 years ago
  11. 939ea76 Begin writing tests for importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  12. d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 16 years ago
  13. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  14. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago