1. dfdca85 bpo-42382: In importlib.metadata, `EntryPoint` objects now expose `dist` (#23758) by Jason R. Coombs · 3 years, 7 months ago
  2. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 3 years, 8 months ago
  3. 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 3 years, 8 months ago
  4. 7301979 bpo-42202: Store func annotations as a tuple (GH-23316) by Yurii Karabas · 3 years, 9 months ago
  5. 3be8e22 bpo-42403: Use @staticmethod in importlib (GH-23395) by Victor Stinner · 3 years, 9 months ago
  6. 3390347 bpo-42403: Simplify importlib external bootstrap (GH-23397) by Victor Stinner · 3 years, 9 months ago
  7. 7d9d25d bpo-42403: Fix pyflakes warnings in importlib (GH-23396) by Victor Stinner · 3 years, 9 months ago
  8. c640915 Bump magic number. (GH-23245) by Mark Shannon · 3 years, 9 months ago
  9. df8d4c8 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) by Jason R. Coombs · 3 years, 10 months ago
  10. 96ddc58 bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775) by Barry Warsaw · 3 years, 10 months ago
  11. 22220ae bpo-38605: bump the magic number for 'annotations' future (#22630) by Batuhan Taskaya · 3 years, 10 months ago
  12. 2fb5f03 bpo-40924: Ensure importlib.resources.path returns an extant path (GH-20857) by Jason R. Coombs · 4 years, 1 month ago
  13. 9e09849 bpo-41006: importlib.util no longer imports typing (GH-20938) by Victor Stinner · 4 years, 2 months ago
  14. 843c277 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Jason R. Coombs · 4 years, 2 months ago
  15. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 4 years, 2 months ago
  16. fef1fae bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424) by Furkan Önder · 4 years, 2 months ago
  17. 7f7e706 bpo-39791: Add files() to importlib.resources (GH-19722) by Jason R. Coombs · 4 years, 3 months ago
  18. eb0d359 bpo-40443: Remove unused imports in stdlib (GH-19815) by Victor Stinner · 4 years, 3 months ago
  19. 83d46e0 bpo-40050: Fix importlib._bootstrap_external (GH-19135) by Victor Stinner · 4 years, 5 months ago
  20. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 4 years, 5 months ago
  21. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 4 years, 5 months ago
  22. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 4 years, 6 months ago
  23. d83b660 bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314) by idomic · 4 years, 6 months ago
  24. e5bd736 bpo-39595: Improve zipfile.Path performance (#18406) by Jason R. Coombs · 4 years, 6 months ago
  25. 8a4cd70 bpo-39320: Handle unpacking of **values in compiler (GH-18141) by Mark Shannon · 4 years, 7 months ago
  26. 13bc139 bpo-39320: Handle unpacking of *values in compiler (GH-17984) by Mark Shannon · 4 years, 7 months ago
  27. 9b6fec4 bpo-39336: Allow packages to not let their child modules be set on them (#18006) by Dino Viehland · 4 years, 7 months ago
  28. 9af0e47 bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) by Mark Shannon · 4 years, 7 months ago
  29. 136735c bpo-39297: Update for importlib_metadata 1.4. (GH-17947) by Jason R. Coombs · 4 years, 7 months ago
  30. b7a0109 bpo-39022, bpo-38594: Sync with importlib_metadata 1.3 (GH-17568) by Jason R. Coombs · 4 years, 8 months ago
  31. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 4 years, 9 months ago
  32. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 4 years, 9 months ago
  33. 8ed6503 bpo-38121: Sync importlib.metadata with 0.22 backport (GH-15993) by Jason R. Coombs · 5 years ago
  34. 145cf1f bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard-coded value (GH-15651) by Dong-hee Na · 5 years ago
  35. 17499d8 bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) by Jason R. Coombs · 5 years ago
  36. 102e9b4 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) by Jason R. Coombs · 5 years ago
  37. ce6a070 bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) by Zackery Spytz · 5 years ago
  38. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 5 years ago
  39. 662db12 bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) by Serhiy Storchaka · 5 years ago
  40. 3a5c433 Make importlib.metadata a simple module (#15153) by Barry Warsaw · 5 years ago
  41. c5fa449 bpo-37444: Update differing exception between builtins and importlib (GH-14869) by Ngalim Siregar · 5 years ago
  42. 049460d bpo-37697: Sync with importlib_metadata 0.19 (#14993) by Jason R. Coombs · 5 years ago
  43. 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 5 years ago
  44. cd6e83b bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778) by Pablo Galindo · 5 years ago
  45. b3ca797 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Pablo Galindo · 5 years ago
  46. 663131a bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Pablo Galindo · 5 years ago
  47. 65e5860 cross port importlib-metadata PR #76 (#13903) by Anthony Sottile · 5 years ago
  48. 8087831 Don't crash if there exists an EGG-INFO directory on sys.path (#13667) by Anthony Sottile · 5 years ago
  49. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 5 years ago
  50. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  51. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  52. ab9b31f bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) by Anthony Sottile · 5 years ago
  53. 1dc5cb9 bpo-35887: Add make regen-importlib step to importlib._bootstrap docstring (GH-11777) by Nina Zakharenko · 5 years ago
  54. 69091cb bpo-35321: Set the spec origin to frozen in frozen modules (#11732) by Nina Zakharenko · 6 years ago
  55. 34fd4c2 bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284) by Serhiy Storchaka · 6 years ago
  56. c93c58b bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565) by Serhiy Storchaka · 6 years ago
  57. 9e14e49 bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998) by Quentin Agren · 6 years ago
  58. d7c3e5f importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052) by Quentin · 6 years ago
  59. 9da3961 bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406) by Serhiy Storchaka · 6 years ago
  60. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  61. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  62. fffeb6f bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) by Zackery Spytz · 6 years ago
  63. 941ec21 bpo-32911: Add the historical note about the magic number. (GH-7273) by Serhiy Storchaka · 6 years ago
  64. 0ed66df bpo-33537: Add an __all__ to importlib.resources (#6920) by Barry Warsaw · 6 years ago
  65. 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
  66. 9e2be60 bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) by Brett Cannon · 6 years ago
  67. 30e507d bpo-33151: Handle submodule resources (GH-6268) by Barry Warsaw · 6 years ago
  68. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 6 years ago
  69. 4e24425 bpo-32946: Speed up "from ... import ..." from non-packages. (GH-5873) by Serhiy Storchaka · 6 years ago
  70. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  71. 4af8fd5 bpo-32838: Fix Python versions in the table of magic numbers. (#5658) by Serhiy Storchaka · 6 years ago
  72. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 7 years ago
  73. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 7 years ago
  74. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  75. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 7 years ago
  76. bca4218 bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108) by Brett Cannon · 7 years ago
  77. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  78. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 7 years ago
  79. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  80. 41c5694 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) by Serhiy Storchaka · 7 years ago
  81. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  82. 02e82a0 bpo-31709: Update importlib magic (#3906) by Yury Selivanov · 7 years ago
  83. 88c60c9 Trivial cleanups following bpo-31370 (#3649) by Antoine Pitrou · 7 years ago
  84. 9b0d1d6 bpo-31070: Fix a race condition in importlib _get_module_lock(). (#3033) by Serhiy Storchaka · 7 years ago
  85. e72b135 bpo-30891: Fix again importlib _find_and_load() (#2665) by Victor Stinner · 7 years ago
  86. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  87. 4f9a446 bpo-30891: Fix importlib _find_and_load() race condition (#2646) by Victor Stinner · 7 years ago
  88. b4baace bpo-30814: Fixed a race condition when import a submodule from a package. (#2580) by Serhiy Storchaka · 7 years ago
  89. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  90. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  91. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  92. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  93. 9f0aa48 bpo-29862: Fix grammar in importlib.reload() exception (GH-809) by Mandeep Bhutani · 7 years ago
  94. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 7 years ago
  95. f239213 Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. by Yury Selivanov · 8 years ago
  96. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 8 years ago
  97. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  98. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  99. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  100. 50fd898 Issue #24320: Drop an old setuptools-induced hack. by Eric Snow · 8 years ago