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_case_sensitivity.py]
  3. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  4. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  5. 8a89450 Issue #13890: Also fix for extension module tests for case-insensitivity. by Brett Cannon · 13 years ago
  6. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  7. 1262e7c Tests for case-senstivity were not being skipped for darwin when installed on a by Brett Cannon · 15 years ago
  8. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 16 years ago
  9. 79925fd Skip case-sensitivity tests for extension modules if _testcapi cannot be found. 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. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  13. 2c5c79c Tests of case-sensitivity were being executed on OSs which did not have a 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