1. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  2. 4d75fc1 Have importlib raise ImportError if None is found in sys.modules. This matches by Brett Cannon · 15 years ago
  3. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  4. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  5. d720b36 Move import semantic util code to importlib.test.import_.util. by Brett Cannon · 16 years ago
  6. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  7. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago