1. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  2. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  3. 9b3e15f Importlib was not matching import's handling of .pyc files where it had less by Brett Cannon · 15 years ago
  4. e52c919 When trying to write new bytecode, importlib was not catching the IOError by Brett Cannon · 15 years ago
  5. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  6. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 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. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago[Renamed (67%) from Lib/importlib/test/source/test_loader.py]
  10. 91cf882 Refactor source and bytecode file loaders in importlib so that there by Brett Cannon · 16 years ago
  11. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 16 years ago
  12. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  13. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 16 years ago
  14. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 16 years ago
  15. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago