1. 85736a7 merge 3.3 (#20796) by Benjamin Peterson · 10 years ago
  2. 3673670 fix importlib test failure when bytecode writing is disabled (closes #20796) by Benjamin Peterson · 10 years ago
  3. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 10 years ago
  4. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 11 years ago
  5. 8d94229 Issue #19719: Update various finder and loader ABCs such that their by Brett Cannon · 11 years ago
  6. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  7. 3192eac Remove dead PEP 451 code. by Eric Snow · 11 years ago
  8. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  9. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  10. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  11. e3c39dd Remove commented-out module spec test code and an out-of-date note. by Eric Snow · 11 years ago
  12. c1e7c74 Issue 19851: Fix a regression in reloading submodules. by Eric Snow · 11 years ago
  13. 5c29424 Issue #19758: silence PendingDeprecationWarnings in test_importlib. by Eric Snow · 11 years ago
  14. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  15. 86aae6a Issue #19712: Update test.test_importlib.import_ to test/use PEP 451 by Brett Cannon · 11 years ago
  16. ed05b8a Issue #19712: Port test.test_importlib.import_ tests to use PEP 451 by Brett Cannon · 11 years ago
  17. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  18. 873d122 Make test_importlib output easier to trace back to the failing test class. by Brett Cannon · 11 years ago
  19. e0c3bd7 Issue #18864: Don't try and use unittest as a testing module for by Brett Cannon · 11 years ago
  20. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  21. 4accf45 Issue #19596: Set untestable tests in test_importlib to None by Zachary Ware · 11 years ago
  22. 9ea8eda Issue #16803: test.test_importlib.source now tests frozen and source code by Brett Cannon · 11 years ago
  23. 2ce6c44 Simplify test.test_importlib.__main__ by Brett Cannon · 11 years ago
  24. 330f71b Issue #16803: test.test_importlib.import_ now tests frozen and source code by Brett Cannon · 11 years ago
  25. a3c6963 Issue #16803: test.test_importlib.frozen now runs both frozen and source code by Brett Cannon · 11 years ago
  26. 4ae17f5 Issue #19413: Disregard duplicate namespace portions during reload tests. by Eric Snow · 11 years ago
  27. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  28. e38b054 Issue #16803: Move test.test_importlib.extension to use both frozen and source importlib code by Brett Cannon · 11 years ago
  29. ffd33c2 Issue #16803: Have test.test_importlib.builtin test both frozen and by Brett Cannon · 11 years ago
  30. b3d6aff Issue #16803: Stop having test.test_importlib.abc ABCs inherit from by Brett Cannon · 11 years ago
  31. 0db06a1 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  32. 776b888 [Issue #19357] Ensure module "loaded" during tests gets forgotten. by Eric Snow · 11 years ago
  33. c516815 Fix test to not consider mixin a standalone test by Brett Cannon · 11 years ago
  34. 1340049 Issue #16803: Move test_importlib.test_util to use both frozen and source code. by Brett Cannon · 11 years ago
  35. 6a57dd8 Issue #16803: Have test_importlib.test_locks use frozen and source code. by Brett Cannon · 11 years ago
  36. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  37. 40b22d0 Issue #16803: test.test_importlib.test_api now runs under frozen and source. by Brett Cannon · 11 years ago
  38. 7e70fa5 [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader. by Eric Snow · 11 years ago
  39. 3ad327e Issue #16803: Run test.test_importlib.test_abc under both by Brett Cannon · 11 years ago
  40. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  41. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  42. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  43. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  44. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  45. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  46. 8e45540 Closes issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  47. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  48. 45091c0 Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError. by Brett Cannon · 11 years ago
  49. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  50. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  51. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  52. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  53. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  54. 3fe35e6 Issue #18193: Add importlib.reload(), documenting (but not by Brett Cannon · 11 years ago
  55. e5b25df Issue #15767: Add an explicit test for raising ModuleNotFoundError by Brett Cannon · 11 years ago
  56. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  57. 3e0651b Issue #18065: For frozen packages set __path__ to []. by Brett Cannon · 11 years ago
  58. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  59. b60a43e Add a reset_name argument to importlib.util.module_to_load in order to by Brett Cannon · 11 years ago
  60. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  61. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  62. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  63. 3b62ca8 Issue #18072: Implement get_code() for importlib.abc.InspectLoader and by Brett Cannon · 11 years ago
  64. 9ffe85e Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. by Brett Cannon · 11 years ago
  65. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  66. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  67. 469da97 #11420: merge with 3.3. by Ezio Melotti · 11 years ago
  68. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  69. 3279923 Issue #17099: Have importlib.find_loader() raise ValueError when by Brett Cannon · 11 years ago
  70. 8c457d2 Normalize whitespace by Brett Cannon · 11 years ago
  71. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  72. c0b631c merge w/ 3.3 by Brett Cannon · 12 years ago
  73. 7a34f02 Way too many places create modules temporarily that never set by Brett Cannon · 12 years ago
  74. df80914 merge by Brett Cannon · 12 years ago
  75. 9de80ac pyexpat/xml.parsers.expat create their errors and model modules from by Brett Cannon · 12 years ago
  76. 85ae356 Merge w/ 3.3 more fixes thanks to issue #17098 by Brett Cannon · 12 years ago
  77. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  78. f41fa4f3 merge with 3.3 by Brett Cannon · 12 years ago
  79. e7387b4 Add a test for fix of issue #17098 by Brett Cannon · 12 years ago
  80. c57f9f9 Merge from 3.3 for fix for issue #16730 by Brett Cannon · 12 years ago
  81. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  82. a29159b Issue #16793. Replace deprecated unittest asserts with modern counterparts. by Serhiy Storchaka · 12 years ago
  83. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  84. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  85. dd61c3b Do a better job of preserving the state of sys.modules. by Barry Warsaw · 12 years ago
  86. ed843b5 Do a better job of preserving the state of sys.modules. by Barry Warsaw · 12 years ago
  87. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  88. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  89. 5650e4f Issue #15627: Add the compile_source() method to importlib.abc.SourceLoader. by Brett Cannon · 12 years ago
  90. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  91. 6d70870 Clean up some warnings in test suite output. by Nadeem Vawda · 12 years ago
  92. a6ce4fd Closes issue #15111: Calling __import__ with a module specified in by Brett Cannon · 12 years ago
  93. 5b9eccb Issue #15794: Relax a test case due to the deadlock detection's conservativeness. by Antoine Pitrou · 12 years ago
  94. 12c6bda Issue #15316: Let exceptions raised during imports triggered by the by Brett Cannon · 12 years ago
  95. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  96. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  97. f4dc920 Issue #15502: Finish bringing importlib.abc in line with the current by Brett Cannon · 12 years ago
  98. 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 · 12 years ago
  99. 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 · 12 years ago
  100. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago