1. 7a34f02 Way too many places create modules temporarily that never set by Brett Cannon · 12 years ago
  2. 9de80ac pyexpat/xml.parsers.expat create their errors and model modules from by Brett Cannon · 12 years ago
  3. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  4. e7387b4 Add a test for fix of issue #17098 by Brett Cannon · 12 years ago
  5. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  6. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  7. ed843b5 Do a better job of preserving the state of sys.modules. by Barry Warsaw · 12 years ago
  8. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  9. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  10. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  11. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  12. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  13. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  14. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  15. ff79486 Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow by Nick Coghlan · 12 years ago
  16. 8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. by Nick Coghlan · 12 years ago
  17. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  18. 636601d Remove a relative import that escaped test.test_importlib. by Brett Cannon · 12 years ago
  19. d382bfc Move importlib.test.benchmark to Tools/importbench to make it more by Brett Cannon · 12 years ago
  20. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago