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