1. d16b2a1 Merged revisions 77479 via svnmerge from by Brett Cannon · 15 years ago
  2. afcd5f3 Fix some minor typos in the importlib docs. by Brett Cannon · 15 years ago
  3. 434caaa typo by Tarek Ziadé · 15 years ago
  4. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 15 years ago
  5. 9f4cb1c Add a meta path importer example. by Brett Cannon · 15 years ago
  6. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 15 years ago
  7. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 15 years ago
  8. 44c5481 Fix a doc typo. by Brett Cannon · 15 years ago
  9. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 15 years ago
  10. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 15 years ago
  11. ae2dbe2 #5486: typos. by Georg Brandl · 15 years ago
  12. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 15 years ago
  13. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 15 years ago
  14. 9c751b7 Fix some reST mishaps. by Brett Cannon · 15 years ago
  15. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 15 years ago
  16. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago
  17. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 15 years ago
  18. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 15 years ago
  19. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
  20. debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  21. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  22. 97d3aa5 use the classmethod directive by Benjamin Peterson · 16 years ago
  23. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 16 years ago
  24. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 16 years ago
  25. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago