1. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  2. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  3. c446405 Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  4. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  5. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  6. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  7. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  8. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  9. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  10. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  11. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  12. 0e75c06 fix whitespace by Brett Cannon · 11 years ago
  13. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  14. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  15. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  16. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  17. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  18. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
  19. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
  20. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
  21. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago