1. 9e09849 bpo-41006: importlib.util no longer imports typing (GH-20938) by Victor Stinner · 5 years ago
  2. 843c277 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Jason R. Coombs · 5 years ago
  3. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 5 years ago
  4. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 6 years ago
  5. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 7 years ago
  6. 3ab9365 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Brett Cannon · 7 years ago
  7. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 8 years ago
  8. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 8 years ago
  9. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 8 years ago
  10. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 8 years ago
  11. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 8 years ago
  12. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 9 years ago
  13. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 10 years ago
  14. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 10 years ago
  15. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 11 years ago
  16. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 11 years ago
  17. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 11 years ago
  18. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 12 years ago
  19. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 12 years ago
  20. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 12 years ago
  21. 7e70fa5 [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader. by Eric Snow · 12 years ago
  22. 5179445 [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 12 years ago
  23. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 12 years ago
  24. 13d8ff9 Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader by Brett Cannon · 12 years ago
  25. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 12 years ago
  26. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 12 years ago
  27. f1d7b11 Docstring cleanup by Brett Cannon · 12 years ago
  28. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 12 years ago
  29. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 12 years ago
  30. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 12 years ago
  31. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 13 years ago
  32. f410ce8 Issue #15502: Refactor some code. by Brett Cannon · 13 years ago
  33. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 13 years ago
  34. 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 · 13 years ago
  35. 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 · 13 years ago
  36. 38f75cb Typo. by Barry Warsaw · 13 years ago
  37. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 13 years ago
  38. 1e33156 Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc by Brett Cannon · 13 years ago
  39. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 13 years ago
  40. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 13 years ago
  41. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 13 years ago
  42. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 13 years ago
  43. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 13 years ago
  44. 4b42ff6 unused imports, pep8 by Philip Jenvey · 13 years ago
  45. c264e3e Move some code from importlib.__init__ to importlib._bootstrap that by Brett Cannon · 14 years ago
  46. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 14 years ago
  47. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 14 years ago
  48. d958ea7 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 15 years ago
  49. cd92f37 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 15 years ago
  50. 8d18907 While not strictly necessary thanks to the odd ABC inheritance done through by Brett Cannon · 15 years ago
  51. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 15 years ago
  52. 0cf9e6a Move importlib.abc.SourceLoader to _bootstrap. by Brett Cannon · 15 years ago
  53. f23e374 Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. by Brett Cannon · 15 years ago
  54. b89ee8e Clarify importlib.abc.PyPycLoader.write_bytecode(). by Brett Cannon · 16 years ago
  55. 6919427 Implement the PEP 302 protocol for get_filename() as by Brett Cannon · 16 years ago
  56. 64ef00f Importlib's documentation said that importlib.abc.PyLoader inherited from by Brett Cannon · 16 years ago
  57. 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
  58. a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
  59. 7aa21f7 A few more docstring/API cleanups for importlib. by Brett Cannon · 16 years ago
  60. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago