1. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  2. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  3. 8a1caa2 #6522: add a "decorator" directive to explicitly document decorators, and use it in a few places. by Georg Brandl · 14 years ago
  4. 6dfbff3 Minor clarification about importlib.abc.SourceLoader.get_filename. by Brett Cannon · 14 years ago
  5. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  6. 0e13c94 Make a sentence a little less awkward. by Brett Cannon · 14 years ago
  7. 0cf9e6a Move importlib.abc.SourceLoader to _bootstrap. by Brett Cannon · 14 years ago
  8. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 14 years ago
  9. 30b7a90 Add a link to PEP 3147 from the importlib docs. by Brett Cannon · 14 years ago
  10. 8917d5e Fix the wrong numbering of a PEP. by Brett Cannon · 15 years ago
  11. 3e761a9 Wording clarification. by Brett Cannon · 15 years ago
  12. fee82f4 Clarify the intention of raising ImportError for importlib.abc.PyLoader.(source|bytecode)_path. by Brett Cannon · 15 years ago
  13. 0089d75 update to reality by Benjamin Peterson · 15 years ago
  14. 1b184d5 Pluralize a word. by Brett Cannon · 15 years ago
  15. 6253871 Clean up a minor bit of wording. by Brett Cannon · 15 years ago
  16. 2346029 Make the wdocs for importlib.abc.ExecutionLoader to be weaker in terms of what is needed to execute a module. by Brett Cannon · 15 years ago
  17. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 15 years ago
  18. 434caaa typo by Tarek Ziadé · 15 years ago
  19. bc6c2b5 Explain a little about the explanation. by Brett Cannon · 16 years ago
  20. 9f4cb1c Add a meta path importer example. by Brett Cannon · 16 years ago
  21. 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 16 years ago
  22. 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 16 years ago
  23. 44c5481 Fix a doc typo. by Brett Cannon · 16 years ago
  24. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
  25. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
  26. ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
  27. 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
  28. d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 16 years ago
  29. 9c751b7 Fix some reST mishaps. by Brett Cannon · 16 years ago
  30. ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 16 years ago
  31. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago
  32. 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
  33. 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
  34. d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
  35. debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
  36. 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 16 years ago
  37. 97d3aa5 use the classmethod directive by Benjamin Peterson · 16 years ago
  38. 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 16 years ago
  39. 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 16 years ago
  40. afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 16 years ago