1. ba96f0f Ditch read_source() and read_bytecode() and replace with *_path() and by Brett Cannon · 17 years ago
  2. 51c5026 Expose source_path and bytecode_path on _PyFileLoader. by Brett Cannon · 17 years ago
  3. 6c3aaf3 Remove an outdated todo item from importlib. by Brett Cannon · 17 years ago
  4. d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 17 years ago
  5. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 17 years ago
  6. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 17 years ago
  7. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 17 years ago
  8. 223a19d Fix importlib.machinery.FrozenImporter.load_module() to set __package__ by Brett Cannon · 17 years ago
  9. e70485e Move extension module loader tests over to importlib.test.abc.LoaderTests. by Brett Cannon · 17 years ago
  10. d98a6a0 Move built-in loader tests to importlib.test.abc.LoaderTests. by Brett Cannon · 17 years ago
  11. a74ccea Initial take on importlib.test.loader_tests. by Brett Cannon · 17 years ago
  12. dd827c4 Update importlib NOTES. by Brett Cannon · 17 years ago
  13. d0005ff Update NOTES for importlib. by Brett Cannon · 17 years ago
  14. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 17 years ago
  15. 5abdc93 Add importlib.machinery with its first tenants, BuitinImporter and by Brett Cannon · 17 years ago
  16. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 17 years ago
  17. 24b6a2c NOTES for importlib should mention the ultimate end-goal for the package. by Brett Cannon · 17 years ago
  18. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 17 years ago