1. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  2. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  3. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 8 years ago
  4. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 8 years ago
  5. 3bf1d87 Fix a typo in a code example by Brett Cannon · 8 years ago
  6. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  7. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  8. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  9. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  10. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  11. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  12. deed215 Merge: #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  13. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  14. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  15. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  16. 3fa8422 Issue #23422: Clarify some things around importlib.import_module() by Brett Cannon · 9 years ago
  17. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 9 years ago
  18. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  19. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  20. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  21. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  22. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  23. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  24. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 10 years ago
  25. a237a98 Merge for issue #21438 by Brett Cannon · 10 years ago
  26. 062fcac Issue #21438: Document what loaders don't require a module name for by Brett Cannon · 10 years ago
  27. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  28. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  29. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  30. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  31. 3303b6a Merge for issue #20488 by Brett Cannon · 10 years ago
  32. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 10 years ago
  33. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 10 years ago
  34. 0ae7ae1 whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error. by R David Murray · 10 years ago
  35. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 10 years ago
  36. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  37. 706a729 merge for issue #19963 by Brett Cannon · 11 years ago
  38. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  39. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  40. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  41. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  42. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  43. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  44. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  45. 8ad3786 Tweak some doc wording for importlib.reload by Brett Cannon · 11 years ago
  46. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  47. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  48. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  49. dcd01b4 [issue 19152] Add versionadded for ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  50. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  51. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  52. 5179445 [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  53. a87e31c Issue #18955: clarify what is removed by importlib.util.module_for_loader. by Brett Cannon · 11 years ago
  54. 27bc441 merge for issue #18278 by Brett Cannon · 11 years ago
  55. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  56. a81d527 documentation suggesting something which doesn't exist by Brett Cannon · 11 years ago
  57. 390f6c1 Merge doc/argument name fix by Brett Cannon · 11 years ago
  58. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  59. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  60. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  61. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  62. 3fe35e6 Issue #18193: Add importlib.reload(), documenting (but not by Brett Cannon · 11 years ago
  63. 2cefb3c Various tweaks to importlib docs. by Brett Cannon · 11 years ago
  64. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  65. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  66. 1773811 Add a reference to module_to_load by Brett Cannon · 11 years ago
  67. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  68. 56dfc21 Undo a recommendation as load_module() methods might be called directly by Brett Cannon · 11 years ago
  69. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  70. a22faca Clarify some documentation by Brett Cannon · 11 years ago
  71. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  72. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  73. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  74. b39567a merge by Brett Cannon · 11 years ago
  75. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  76. 1f6ee73 merge for issue #17357 by Brett Cannon · 11 years ago
  77. 4067aa2 Issue #17357: Use more stern wording for importlib.invalidate_caches(). by Brett Cannon · 11 years ago
  78. 526575d Fix invalid markup. by Georg Brandl · 11 years ago
  79. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  80. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  81. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  82. 597ba7e Issue #17215: Fix documentation misprints (patch by July Tikhonov) by Andrew Svetlov · 11 years ago
  83. a60de4f Issue #17215: Fix documentation misprints (patch by July Tikhonov) by Andrew Svetlov · 11 years ago
  84. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  85. 5650e4f Issue #15627: Add the compile_source() method to importlib.abc.SourceLoader. by Brett Cannon · 12 years ago
  86. 10f1981 Merge fix for #16489 from 3.3 by Brett Cannon · 12 years ago
  87. 56b4ca7 Issue #16489: Make it clearer that importlib.find_loader() requires by Brett Cannon · 12 years ago
  88. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  89. 1f67e80 Fix typo. by Ezio Melotti · 12 years ago
  90. 1b79918 Issue #15640: Document importlib.abc.Finder as deprecated. by Brett Cannon · 12 years ago
  91. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  92. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  93. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  94. a865654 Push importlib ABC hierarchy chart. by Andrew Svetlov · 12 years ago
  95. a6e8581 Minor doc formatting cleanup. by Brett Cannon · 12 years ago
  96. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  97. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  98. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  99. 077ef45 Update the What's New details for importlib based on doc/ABC changes. by Brett Cannon · 12 years ago
  100. 773468f Ditch the 'self' argument in importlib docs since it's implied. by Brett Cannon · 12 years ago