1. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 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. a00c240 Issue #20884: Don't assume in importlib.__init__ that __file__ is defined. 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. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  9. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  10. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  11. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  12. e1f1597 Closes issue #18598: Have the exception message for by Brett Cannon · 11 years ago
  13. fbcf4d7 #18681: merge with 3.3. by Ezio Melotti · 11 years ago
  14. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  15. 3fe35e6 Issue #18193: Add importlib.reload(), documenting (but not by Brett Cannon · 11 years ago
  16. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  17. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  18. 56b4ca7 Issue #16489: Make it clearer that importlib.find_loader() requires by Brett Cannon · 12 years ago
  19. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  20. be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
  21. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  22. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  23. 48114b9 Issue #14657: The frozen instance of importlib used for bootstrap is now also the module imported as importlib._bootstrap. by Antoine Pitrou · 12 years ago
  24. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  25. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
  26. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 13 years ago
  27. 354c26e Move setup code from importlib.__init__ to importlib._bootstrap._setup(). by Brett Cannon · 13 years ago
  28. 51d14f8 Relocate importlib._case_ok to importlib._bootstrap. by Brett Cannon · 13 years ago
  29. c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 13 years ago
  30. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  31. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  32. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 15 years ago
  33. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago
  34. 9495f18 Define importlib.__init__.__all__. by Brett Cannon · 15 years ago
  35. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  36. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  37. 7f400e1 Add some comment markers to more clearly delineate what different parts of the by Brett Cannon · 16 years ago
  38. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago
  39. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago