1. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  2. c0b631c merge w/ 3.3 by Brett Cannon · 11 years ago
  3. 7a34f02 Way too many places create modules temporarily that never set by Brett Cannon · 11 years ago
  4. df80914 merge by Brett Cannon · 11 years ago
  5. 9de80ac pyexpat/xml.parsers.expat create their errors and model modules from by Brett Cannon · 11 years ago
  6. 85ae356 Merge w/ 3.3 more fixes thanks to issue #17098 by Brett Cannon · 12 years ago
  7. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  8. f41fa4f3 merge with 3.3 by Brett Cannon · 12 years ago
  9. e7387b4 Add a test for fix of issue #17098 by Brett Cannon · 12 years ago
  10. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  11. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/test_api.py]
  12. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  13. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  14. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  15. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 12 years ago
  16. 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 13 years ago
  17. 2cf1585 Fix a spelling mistake in a comment. by Brett Cannon · 14 years ago
  18. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  19. b5f03c6 Add a test for importlib.import_module. by Brett Cannon · 15 years ago
  20. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 15 years ago
  21. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  22. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago