1. ac9591a Remove a dead test for a never-launched API by Brett Cannon · 9 years ago
  2. 8004e85 Issue #22834: Drop a redundant comment and use errno instead of an integer. by Brett Cannon · 9 years ago
  3. 16cd19c Issue #22834: Fix a failing test under Solaris due to the platform not by Brett Cannon · 9 years ago
  4. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  5. 03a144b #22980 Adds platform and version tags to .pyd files by Steve Dower · 10 years ago
  6. 513112b Issue #22834: cwd can't not exist on Windows, skip the test by Zachary Ware · 10 years ago
  7. b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
  8. 7c08b19 Issue #19714: Tests for importlib.machinery.WindowsRegistryFinder. by Brett Cannon · 10 years ago
  9. f886697 Closes #22002: Merge with 3.4 by Zachary Ware · 10 years ago
  10. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  11. f2c4ba1 Issue #19593: Use specific asserts in importlib tests. by Serhiy Storchaka · 10 years ago
  12. 344f831 Issue #19593: Use specific asserts in importlib tests. by Serhiy Storchaka · 10 years ago
  13. f7eaa0c Issue #21755: Skip {Frozen,Source}_DeadlockAvoidanceTests tests when by Berker Peksag · 10 years ago
  14. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  15. 62f4dad Issue 21137: Better repr for threading.Lock() by Raymond Hettinger · 10 years ago
  16. 3497c0b Issue #21503: Use test_both() consistently in test_importlib. by Eric Snow · 10 years ago
  17. d50cee2 Fix a small typo in test_importlib. by Eric Snow · 10 years ago
  18. e1c9e52 Merge from 3.4 (for #21499). by Eric Snow · 10 years ago
  19. 2f46a0e Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests. by Eric Snow · 10 years ago
  20. 732ac65 Issue #19721: Consolidate test_importlib utility code into a single module. by Brett Cannon · 10 years ago
  21. 91795c8 Issue #20776: Flesh out tests for importlib.machinery.PathFinder. by Brett Cannon · 10 years ago
  22. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 10 years ago
  23. f269cc6 Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 10 years ago
  24. c4bbd7a Issue #21097: Move test_namespace_pkgs into test_importlib. by Eric Snow · 10 years ago
  25. 85736a7 merge 3.3 (#20796) by Benjamin Peterson · 10 years ago
  26. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  27. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  28. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  29. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 11 years ago
  30. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  31. 3192eac Remove dead PEP 451 code. by Eric Snow · 11 years ago
  32. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  33. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  34. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  35. e3c39dd Remove commented-out module spec test code and an out-of-date note. by Eric Snow · 11 years ago
  36. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  37. 5c29424 Issue #19758: silence PendingDeprecationWarnings in test_importlib. by Eric Snow · 11 years ago
  38. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  39. 86aae6a Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 by Brett Cannon · 11 years ago
  40. ed05b8a Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 by Brett Cannon · 11 years ago
  41. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  42. 873d122 Make test_importlib output easier to trace back to the failing test class. by Brett Cannon · 11 years ago
  43. e0c3bd7 Issue #18864: Don't try and use unittest as a testing module for by Brett Cannon · 11 years ago
  44. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  45. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  46. 9ea8eda Issue #16803: test.test_importlib.source now tests frozen and source code by Brett Cannon · 11 years ago
  47. 2ce6c44 Simplify test.test_importlib.__main__ by Brett Cannon · 11 years ago
  48. 330f71b Issue #16803: test.test_importlib.import_ now tests frozen and source code by Brett Cannon · 11 years ago
  49. a3c6963 Issue #16803: test.test_importlib.frozen now runs both frozen and source code by Brett Cannon · 11 years ago
  50. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  51. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  52. e38b054 Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code by Brett Cannon · 11 years ago
  53. ffd33c2 Issue #16803: Have test.test_importlib.builtin test both frozen and by Brett Cannon · 11 years ago
  54. b3d6aff Issue #16803: Stop having test.test_importlib.abc ABCs inherit from by Brett Cannon · 11 years ago
  55. 0db06a1 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  56. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  57. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  58. 1340049 Issue #16803: Move test_importlib.test_util to use both frozen and source code. by Brett Cannon · 11 years ago
  59. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  60. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  61. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 11 years ago
  62. 7e70fa5 [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader. by Eric Snow · 11 years ago
  63. 3ad327e Issue #16803: Run test.test_importlib.test_abc under both by Brett Cannon · 11 years ago
  64. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  65. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  66. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  67. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  68. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  69. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  70. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  71. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  72. 45091c0 Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. by Brett Cannon · 11 years ago
  73. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  74. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  75. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  76. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  77. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  78. 3fe35e6 Issue #18193: Add importlib.reload(), documenting (but not by Brett Cannon · 11 years ago
  79. e5b25df Issue #15767: Add an explicit test for raising ModuleNotFoundError by Brett Cannon · 11 years ago
  80. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  81. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  82. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  83. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  84. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  85. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  86. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  87. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  88. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  89. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  90. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  91. 469da97 #11420: merge with 3.3. by Ezio Melotti · 11 years ago
  92. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  93. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  94. 8c457d2 Normalize whitespace by Brett Cannon · 11 years ago
  95. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  96. c0b631c merge w/ 3.3 by Brett Cannon · 11 years ago
  97. 7a34f02 Way too many places create modules temporarily that never set by Brett Cannon · 11 years ago
  98. df80914 merge by Brett Cannon · 11 years ago
  99. 9de80ac pyexpat/xml.parsers.expat create their errors and model modules from by Brett Cannon · 11 years ago
  100. 85ae356 Merge w/ 3.3 more fixes thanks to issue #17098 by Brett Cannon · 12 years ago