1. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  2. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  3. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  4. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  5. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  6. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  7. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  8. 7a34f02 Way too many places create modules temporarily that never set by Brett Cannon · 12 years ago
  9. 9de80ac pyexpat/xml.parsers.expat create their errors and model modules from by Brett Cannon · 12 years ago
  10. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  11. e7387b4 Add a test for fix of issue #17098 by Brett Cannon · 12 years ago
  12. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  13. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  14. ed843b5 Do a better job of preserving the state of sys.modules. by Barry Warsaw · 12 years ago
  15. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  16. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  17. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  18. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  19. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  20. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  21. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  22. 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
  23. 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
  24. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  25. 636601d Remove a relative import that escaped test.test_importlib. by Brett Cannon · 12 years ago
  26. d382bfc Move importlib.test.benchmark to Tools/importbench to make it more by Brett Cannon · 12 years ago
  27. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago