1. 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
  2. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  3. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed from Lib/importlib/test/source/test_abc_loader.py]
  4. 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 12 years ago
  5. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  6. ea0b823 Issue #14938: importlib.abc.SourceLoader.is_package() now takes the by Brett Cannon · 12 years ago
  7. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  8. c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 13 years ago
  9. 6f5b6d7 kill useless import added by 87331661042b by Benjamin Peterson · 13 years ago
  10. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  11. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  12. 418182e Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  13. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  14. 0cf9e6a Move importlib.abc.SourceLoader to _bootstrap. by Brett Cannon · 14 years ago
  15. 2215c14 fix test with more obviously incorrect bytecode by Benjamin Peterson · 14 years ago
  16. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 14 years ago
  17. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 15 years ago
  18. 3c27384 Some tests in importlib.test.source.test_abc_loader were testing what happens by Brett Cannon · 15 years ago
  19. 0a49c58 Update importlib.test.source.test_abc_loader to new features added in Python 3.1. by Brett Cannon · 15 years ago
  20. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  21. 1262e7c Tests for case-senstivity were not being skipped for darwin when installed on a by Brett Cannon · 15 years ago
  22. 5561982 importlib.test.source.test_abc_loader was making a bad assumption that all file by Brett Cannon · 15 years ago
  23. f86213f Make a test in importlib have a more robust test value. by Brett Cannon · 15 years ago
  24. 978259e Give a more informative message on an importlib test upon failure. by Brett Cannon · 15 years ago
  25. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  26. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago