1. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  2. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  3. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  4. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  5. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  6. 0e75c06 fix whitespace by Brett Cannon · 11 years ago
  7. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  8. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  9. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  10. d200bf5 Add importlib.util.resolve_name(). by Brett Cannon · 12 years ago
  11. 28a691b PEP 3147 by Barry Warsaw · 15 years ago
  12. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
  13. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
  14. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
  15. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago