1. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  2. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/test_util.py]
  3. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  4. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  5. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  6. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  7. 96ff084 Issue #13593: updating the importlib utility decorators for __qualname__. by Meador Inge · 13 years ago
  8. c56b094 Move over to assertIs. by Brett Cannon · 14 years ago
  9. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  10. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 15 years ago
  11. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 15 years ago
  12. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 15 years ago