1. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  2. 56b4ca7 Issue #16489: Make it clearer that importlib.find_loader() requires by Brett Cannon · 12 years ago
  3. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  4. 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
  5. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  6. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  7. 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
  8. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  9. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 12 years ago
  10. c541f8e Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. by Antoine Pitrou · 12 years ago
  11. 354c26e Move setup code from importlib.__init__ to importlib._bootstrap._setup(). by Brett Cannon · 12 years ago
  12. 51d14f8 Relocate importlib._case_ok to importlib._bootstrap. by Brett Cannon · 13 years ago
  13. c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 13 years ago
  14. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  15. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  16. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 15 years ago
  17. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago
  18. 9495f18 Define importlib.__init__.__all__. by Brett Cannon · 15 years ago
  19. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  20. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 15 years ago
  21. 7f400e1 Add some comment markers to more clearly delineate what different parts of the by Brett Cannon · 16 years ago
  22. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago
  23. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago