1. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  2. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  3. c442b1c bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893) by Windson yang · 5 years ago
  4. ab9b31f bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) by Anthony Sottile · 5 years ago
  5. 90d0cfb bpo-35202: Remove unused imports in tests. (GH-10561) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 6 years ago
  6. a6b3ec5 bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607) by Elvis Pranskevichus · 6 years ago
  7. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  8. e7d3ccc bpo-29514: Make magic number test work for candidates by Ned Deily · 6 years ago
  9. b193fa9 bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (GH-6834) by Carl Meyer · 6 years ago
  10. ac1ee1b bpo-33755: Fix importlib.resources isolation tests (#7412) by Barry Warsaw · 6 years ago
  11. 08c5aca bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) by Marcel Plch · 6 years ago
  12. 483000e bpo-33629: Prevent coredump in test_importlib (GH-7090) by Victor Stinner · 6 years ago
  13. 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
  14. 9e2be60 bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) by Brett Cannon · 6 years ago
  15. 30e507d bpo-33151: Handle submodule resources (GH-6268) by Barry Warsaw · 6 years ago
  16. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 6 years ago
  17. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  18. bbbcf86 bpo-32303 - Consistency fixes for namespace loaders (#5481) by Barry Warsaw · 6 years ago
  19. 3a0cf93 bpo-32248: Fix test_importlib.test_open() (#5213) by Victor Stinner · 7 years ago
  20. 5ec0fee Implement the get_resource_reader() API for file system imports (#5168) by Barry Warsaw · 7 years ago
  21. deae6b4 bpo-32248 - Implement importlib.resources (#4911) by Barry Warsaw · 7 years ago
  22. 4ac5150 bpo-32248: Implement importlib.abc.ResourceReader (GH-4892) by Brett Cannon · 7 years ago
  23. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  24. 42aa93b closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) by Benjamin Peterson · 7 years ago
  25. 41c5694 bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118) by Serhiy Storchaka · 7 years ago
  26. f07e2b6 bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3834) by Serhiy Storchaka · 7 years ago
  27. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  28. 49b2734 Spelling fixes (#2902) by Ville Skyttä · 7 years ago
  29. 8a9cd20 bpo-30876: Relative import from unloaded package now reimports the package (#2639) by Serhiy Storchaka · 7 years ago
  30. 8c3f05e bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899) by Milan Oberkirch · 7 years ago
  31. 9498782 bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972) by Garvit Khatri · 7 years ago
  32. 3cc8259 bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285) by Serhiy Storchaka · 7 years ago
  33. d6d344d bpo-29514: Check magic number for bugfix release (#54) by Eric Appelt · 7 years ago
  34. 1d4601c bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_module() (GH-32) by Matthias Bussonnier · 7 years ago
  35. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  36. f79606d Issue #26940: Fix test_importlib that hangs on the Android armv7 qemu emulator. by Xavier de Gaye · 8 years ago
  37. f3fd06a Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. by Eric Snow · 8 years ago
  38. 035a100 Issue #26667: Add path-like object support to importlib.util. by Brett Cannon · 8 years ago
  39. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  40. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  41. cbcd221 Merge #27782 fix from 3.5 by Nick Coghlan · 8 years ago
  42. 8682f57 Issue #27782: Fix m_methods handling in multiphase init by Nick Coghlan · 8 years ago
  43. 4106f61 Merge for #27083 by Brett Cannon · 8 years ago
  44. 7ca63cb Fix regressions introduced by fixes for issue #27083. by Brett Cannon · 8 years ago
  45. b3e73b3 Merge for #27083 by Brett Cannon · 8 years ago
  46. a47a7a5 Issue #27083: Respect the PYTHONCASEOK environment variable under Windows. by Brett Cannon · 8 years ago
  47. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  48. 696c35e Issue #26186: Remove the restriction that built-in and extension by Brett Cannon · 8 years ago
  49. da03761 Merge from 3.5 by Brett Cannon · 8 years ago
  50. e92dc9c Fix a scoping issue where an UnboundLocalError was triggered if a by Brett Cannon · 8 years ago
  51. 228ab1f Issue #21099: Switch applicable importlib tests to use PEP 451 API. by Eric Snow · 8 years ago
  52. d65018b Fixes #19711: Add tests for reloading namespace packages. by Eric Snow · 8 years ago
  53. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  54. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 8 years ago
  55. c7f44aa Issue #23277: Remove more unused sys and os imports. by Serhiy Storchaka · 8 years ago
  56. 1e8ee9b Issue #23277: Remove unused sys and os imports by Berker Peksag · 8 years ago
  57. ef0138f Issue #26668: Remove the redundant Lib/test/test_importlib/regrtest.py by Brett Cannon · 8 years ago
  58. 3aac0ad Cleanup regrtest "main()" function by Victor Stinner · 8 years ago
  59. a051bf3 Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  60. e431d3c Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 8 years ago
  61. e5f4d3c Merge for issue #26186 by Brett Cannon · 8 years ago
  62. 558823a Issue #26186: Remove an invalid type check in importlib.util.LazyLoader. by Brett Cannon · 8 years ago
  63. 0911c0d Merge for issue #26367 by Brett Cannon · 8 years ago
  64. 4f38cb4 Issue #26367: Have importlib.__init__() raise RuntimeError when by Brett Cannon · 8 years ago
  65. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  66. 9fa8126 Issue #18018: Raise an ImportError if a relative import is attempted by Brett Cannon · 9 years ago
  67. b0db371 whitespace cleanup by Brett Cannon · 9 years ago
  68. 849113a Issue #25791: Warn when __package__ != __spec__.parent. by Brett Cannon · 9 years ago
  69. 63b8505 Issue #25791: Raise an ImportWarning when __spec__ or __package__ are by Brett Cannon · 9 years ago
  70. 35abe19 Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. by Serhiy Storchaka · 9 years ago
  71. 3d1151d use assert method in another place by Benjamin Peterson · 9 years ago
  72. 0a3297d use assert method (#24328) by Benjamin Peterson · 9 years ago
  73. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  74. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  75. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  76. 041dd8e Issue #15836: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 9 years ago
  77. 183a941 Issue #24192: Fix namespace package imports. by Eric Snow · 9 years ago
  78. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  79. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  80. ac9591a Remove a dead test for a never-launched API by Brett Cannon · 9 years ago
  81. 8004e85 Issue #22834: Drop a redundant comment and use errno instead of an integer. by Brett Cannon · 9 years ago
  82. 16cd19c Issue #22834: Fix a failing test under Solaris due to the platform not by Brett Cannon · 9 years ago
  83. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  84. 03a144b #22980 Adds platform and version tags to .pyd files by Steve Dower · 10 years ago
  85. 513112b Issue #22834: cwd can't not exist on Windows, skip the test by Zachary Ware · 10 years ago
  86. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  87. 7c08b19 Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder. by Brett Cannon · 10 years ago
  88. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  89. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  90. f2c4ba1 Issue #19593: Use specific asserts in importlib tests. by Serhiy Storchaka · 10 years ago
  91. 344f831 Issue #19593: Use specific asserts in importlib tests. by Serhiy Storchaka · 10 years ago
  92. f7eaa0c Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when by Berker Peksag · 10 years ago
  93. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  94. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  95. 3497c0b Issue #21503: Use test_both() consistently in test_importlib. by Eric Snow · 10 years ago
  96. d50cee2 Fix a small typo in test_importlib. by Eric Snow · 10 years ago
  97. e1c9e52 Merge from 3.4 (for #21499). by Eric Snow · 10 years ago
  98. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  99. 732ac65 Issue #19721: Consolidate test_importlib utility code into a single module. by Brett Cannon · 10 years ago
  100. 91795c8 Issue #20776: Flesh out tests for importlib.machinery.PathFinder. by Brett Cannon · 10 years ago