1. 3d1151d use assert method in another place by Benjamin Peterson · 9 years ago
  2. 0a3297d use assert method (#24328) by Benjamin Peterson · 9 years ago
  3. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  4. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  5. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  6. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  7. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  8. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  9. 3497c0b Issue #21503: Use test_both() consistently in test_importlib. by Eric Snow · 10 years ago
  10. 732ac65 Issue #19721: Consolidate test_importlib utility code into a single module. by Brett Cannon · 10 years ago
  11. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  12. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  13. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  14. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  15. e38b054 Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code by Brett Cannon · 11 years ago
  16. b3d6aff Issue #16803: Stop having test.test_importlib.abc ABCs inherit from by Brett Cannon · 11 years ago
  17. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  18. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  19. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  20. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  21. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  22. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  23. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago