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