1. 65b5ef0 Fix the versionadded indentation in exec_module doc (GH-8719) by Andrés Delfino · 6 years ago
  2. c151f78 bpo-33859: Fix spelling mistakes in docs. (GH-7691) by Xtreak · 6 years ago
  3. 3ab9365 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Brett Cannon · 6 years ago
  4. 9e2be60 bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) by Brett Cannon · 6 years ago
  5. 5cbb841 bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061) by Himanshu Lakhara · 6 years ago
  6. 997b8c1 Update and sync importlib.resources documentation (#5694) by Barry Warsaw · 6 years ago
  7. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 7 years ago
  8. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 7 years ago
  9. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  10. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 7 years ago
  11. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  12. 191e313 bpo-31799: Make module.__spec__ more discoverable (#4010) by Barry Warsaw · 7 years ago
  13. 60dbed1 link to legacy doc on the non-legacy website (#3362) by Benjamin Peterson · 7 years ago
  14. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  15. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  16. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 8 years ago
  17. e418432 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  18. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  19. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  20. ecf41da Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  21. f7e2ea2 remove ungrammarical apostrophe (closes #27957) by Benjamin Peterson · 8 years ago
  22. 2376316 Issue #27853: Add section headers to the importlib example docs by Brett Cannon · 8 years ago
  23. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  24. 942dd9f merge 3.5 (#27957) by Benjamin Peterson · 8 years ago
  25. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  26. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  27. 696c35e Issue #26186: Remove the restriction that built-in and extension by Brett Cannon · 8 years ago
  28. 58d3f59 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  29. dcb6c88 Issue #27304: Source code links for sub-packages in the same file. by Terry Jan Reedy · 8 years ago
  30. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  31. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  32. dc4f7c0 Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  33. 338502b Issue #27147: Mention PEP 420 in the importlib docs. by Eric Snow · 8 years ago
  34. 5936313 Issue #26252: Add an example on how to register a finder by Brett Cannon · 8 years ago
  35. 86a8be0 Fix a name in an example by Brett Cannon · 8 years ago
  36. 4cbab34 Issue #26397: Update an importlib example to use util.module_from_spec() instead of create_module() by Brett Cannon · 8 years ago
  37. fe1941e Merge w/ 3.5 by Brett Cannon · 8 years ago
  38. 27c712e List what classes from importlib.machinery don't work with importlib.util.LazyLoader by Brett Cannon · 8 years ago
  39. 89e5433 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  40. fe5f614 Issue #26242: Fix another one in importlib.rst by Berker Peksag · 9 years ago
  41. 52c854a Merge from 3.5 by Brett Cannon · 9 years ago
  42. 3bf1d87 Fix a typo in a code example by Brett Cannon · 9 years ago
  43. a85e927 Issue #25802: Add an examples section to importlib. by Brett Cannon · 9 years ago
  44. eae3079 Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader and SourcelessFileLoader. by Brett Cannon · 9 years ago
  45. 6e9d2e6 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago
  46. 84835ab Issue #25161: Merge full stops from 3.4 into 3.5 by Martin Panter · 9 years ago
  47. d21e0b5 Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  48. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  49. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  50. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  51. deed215 Merge: #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  52. 6d877ef #24081: Remove obsolete caveat from import docs. by R David Murray · 9 years ago
  53. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  54. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  55. 3fa8422 Issue #23422: Clarify some things around importlib.import_module() by Brett Cannon · 9 years ago
  56. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  57. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  58. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  59. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  60. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  61. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  62. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  63. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 10 years ago
  64. a237a98 Merge for issue #21438 by Brett Cannon · 10 years ago
  65. 062fcac Issue #21438: Document what loaders don't require a module name for by Brett Cannon · 10 years ago
  66. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  67. 08af000 Get rid of deprecated IOError in the doc by Andrew Svetlov · 10 years ago
  68. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 10 years ago
  69. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 10 years ago
  70. 3303b6a Merge for issue #20488 by Brett Cannon · 11 years ago
  71. 07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of by Brett Cannon · 11 years ago
  72. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  73. 0ae7ae1 whatsnew: InspectLoader.get_code now concrete, b32decode raises binascii.Error. by R David Murray · 11 years ago
  74. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 11 years ago
  75. ca2d854 Issue #19713: Update importlib docs for module spec changes, including deprecations. by Eric Snow · 11 years ago
  76. 706a729 merge for issue #19963 by Brett Cannon · 11 years ago
  77. 98620d8 Issue #19963: Document that importlib.import_module() will import by Brett Cannon · 11 years ago
  78. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  79. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  80. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  81. 889d24e Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795). by Serhiy Storchaka · 11 years ago
  82. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  83. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  84. 8ad3786 Tweak some doc wording for importlib.reload by Brett Cannon · 11 years ago
  85. 0f5bff2 Doc markup fixes. by Georg Brandl · 11 years ago
  86. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  87. 98b28fd Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  88. dcd01b4 [issue 19152] Add versionadded for ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  89. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  90. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  91. 5179445 [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  92. a87e31c Issue #18955: clarify what is removed by importlib.util.module_for_loader. by Brett Cannon · 11 years ago
  93. 27bc441 merge for issue #18278 by Brett Cannon · 11 years ago
  94. 29b2f17 Issue #18278: properly document how the loaders are called for FileFinder by Brett Cannon · 11 years ago
  95. a81d527 documentation suggesting something which doesn't exist by Brett Cannon · 11 years ago
  96. 390f6c1 Merge doc/argument name fix by Brett Cannon · 11 years ago
  97. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  98. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  99. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  100. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago