1. 3497c0b Issue #21503: Use test_both() consistently in test_importlib. by Eric Snow · 10 years ago
  2. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  3. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  4. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  5. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  6. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  7. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  8. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  9. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  10. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 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. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  13. 3fe35e6 Issue #18193: Add importlib.reload(), documenting (but not by Brett Cannon · 11 years ago
  14. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  15. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  16. c0b631c merge w/ 3.3 by Brett Cannon · 12 years ago
  17. 7a34f02 Way too many places create modules temporarily that never set by Brett Cannon · 12 years ago
  18. df80914 merge by Brett Cannon · 12 years ago
  19. 9de80ac pyexpat/xml.parsers.expat create their errors and model modules from by Brett Cannon · 12 years ago
  20. 85ae356 Merge w/ 3.3 more fixes thanks to issue #17098 by Brett Cannon · 12 years ago
  21. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  22. f41fa4f3 merge with 3.3 by Brett Cannon · 12 years ago
  23. e7387b4 Add a test for fix of issue #17098 by Brett Cannon · 12 years ago
  24. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  25. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/test_api.py]
  26. 53089c6 Issue #15210: Greatly simplify the test for supporting importlib by Brett Cannon · 12 years ago
  27. 8e2f556 Issue #15210: If _frozen_importlib is not found in sys.modules by by Brett Cannon · 12 years ago
  28. ee78a2b Issue #13959: Introduce importlib.find_loader(). by Brett Cannon · 12 years ago
  29. b46a179 Update importlib.invalidate_caches() to be more general. by Brett Cannon · 13 years ago
  30. 416f12d Issue #13591: import_module potentially imports a module twice. by Meador Inge · 13 years ago
  31. 2cf1585 Fix a spelling mistake in a comment. by Brett Cannon · 14 years ago
  32. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  33. b5f03c6 Add a test for importlib.import_module. by Brett Cannon · 15 years ago
  34. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  35. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  36. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago