1. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  2. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/extension/test_finder.py]
  3. b109515 Use assertIsNone. Thanks Terry Reedy. by Eric V. Smith · 12 years ago
  4. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  5. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  6. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  7. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  8. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  9. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 16 years ago
  10. 2dee597 Do some cleanup in importlib: by Brett Cannon · 16 years ago
  11. 534b2cd Factor out helper code from importlib.test.extension.test_path_hook. by Brett Cannon · 16 years ago
  12. f254a75 Merge testing ABCs for importlib into importlib.test.abc. by Brett Cannon · 16 years ago
  13. c49715f Move importlib.test.extension.test_finder over to importlib.test.finder_tests. 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