1. f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 12 years ago
  2. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  3. 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
  4. 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
  5. 38f75cb Typo. by Barry Warsaw · 12 years ago
  6. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  7. 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 12 years ago
  8. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  9. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  10. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  11. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  12. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  13. 4b42ff6 unused imports, pep8 by Philip Jenvey · 12 years ago
  14. c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 13 years ago
  15. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  16. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  17. d958ea7 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  18. cd92f37 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  19. 8d18907 While not strictly necessary thanks to the odd ABC inheritance done through by Brett Cannon · 14 years ago
  20. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  21. 0cf9e6a Move importlib.abc.SourceLoader to _bootstrap. by Brett Cannon · 14 years ago
  22. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 14 years ago
  23. b89ee8e Clarify importlib.abc.PyPycLoader.write_bytecode(). by Brett Cannon · 15 years ago
  24. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 15 years ago
  25. 64ef00f Importlib's documentation said that importlib.abc.PyLoader inherited from by Brett Cannon · 15 years ago
  26. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  27. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  28. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 15 years ago
  29. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago