1. 5e8b04e Issue #21052: Don't raise ImportWarning for sys.meta_path or by Brett Cannon · 10 years ago
  2. daa910a Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4). by Georg Brandl · 10 years ago
  3. 42535f0 Fix a parameter name to make sense again by Brett Cannon · 10 years ago
  4. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  5. b7f1be3 Merge from 3.4 (for #21226). by Eric Snow · 10 years ago
  6. 08197a4 Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject. by Eric Snow · 10 years ago
  7. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 10 years ago
  8. 26dd0ff Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 11 years ago
  9. d3acef9 Issue #20763: Fix importlib.machinery.PathFinder to support by Brett Cannon · 11 years ago
  10. 45d8e7b update magic number for #20625 by Benjamin Peterson · 11 years ago
  11. a50fd87 update magic number for #20625 by Benjamin Peterson · 11 years ago
  12. e4314e0 Issue 19713: Remove PEP 451-related code that should have been factored out. by Eric Snow · 11 years ago
  13. 77561cc Issue #20141: Improved Argument Clinic's support for the PyArg_Parse "O!" by Larry Hastings · 11 years ago
  14. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  15. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  16. fbc7851 Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. by Eric Snow · 11 years ago
  17. 61e851b Remove some dead code in importlib, introduced with the PEP 451 patch. by Eric Snow · 11 years ago
  18. b282b3d Issue #18864: Add a setter for ModuleSpec.has_location. by Eric Snow · 11 years ago
  19. d2476c6 Issue #19698: Remove exec_module() from the built-in and extension by Brett Cannon · 11 years ago
  20. 224b261 User the repr for a module name in more places by Brett Cannon · 11 years ago
  21. 175e725 Remove a commented-out line by Brett Cannon · 11 years ago
  22. fddc311 Don't assume trying to find a builtin will succeed (e.g. posix isn't on Windows) by Brett Cannon · 11 years ago
  23. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  24. 2b8fc30 Abstract out stat calls in importlib for easier experimentation. by Brett Cannon · 11 years ago
  25. f6901c8 Issue #19410: Put back in special-casing of '' for by Brett Cannon · 11 years ago
  26. cdf6012 Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules. by Eric Snow · 11 years ago
  27. 6b4f780 cleanup the construction of __qualname__ (closes #19301 again) by Benjamin Peterson · 11 years ago
  28. 3d9e481 give explicitly global functions and classes a global __qualname__ (closes #19301) by Benjamin Peterson · 11 years ago
  29. 58f5680 Issue #18810: Be optimistic with stat calls when seeing if a directory by Brett Cannon · 11 years ago
  30. bb9e481 Issue #18416: Fix various os calls in importlib.machinery.FileFinder by Brett Cannon · 11 years ago
  31. 27e27f7 Issue #18416: Have importlib.machinery.PathFinder treat '' as the cwd by Brett Cannon · 11 years ago
  32. 1164dfc Issue #19219: Speed up marshal.loads(), and make pyc files slightly (5% to 10%) smaller. by Antoine Pitrou · 11 years ago
  33. 5179445 [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  34. e8bbfeb [issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. by Eric Snow · 11 years ago
  35. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  36. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  37. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  38. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  39. f0cb692 Issue #18415: Normalize what type of quotes are used with string by Brett Cannon · 11 years ago
  40. 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
  41. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  42. 0075110 Issue #18364: Stop using the ImportError._not_found hack. by Brett Cannon · 11 years ago
  43. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  44. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  45. 1d75382 Fix a misnaming of a method and an argument by Brett Cannon · 11 years ago
  46. f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 11 years ago
  47. f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 11 years ago
  48. 01b0475 Issue #18115: Abstract out managing the cleanup of modules to use in by Brett Cannon · 11 years ago
  49. 13d8ff9 Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader by Brett Cannon · 11 years ago
  50. a3c9615 Issue #17907: touch up the code for imp.new_module(). by Brett Cannon · 11 years ago
  51. 05a647d Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the by Brett Cannon · 11 years ago
  52. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  53. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  54. 4e694d6 tweak exception message (again) by Brett Cannon · 11 years ago
  55. af38f5a Tweak at the suggestion of Ezio Melotti for exception messages when by Brett Cannon · 11 years ago
  56. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  57. 357c9fb Rename importlib.util.ModuleManager to module_to_load so that the name by Brett Cannon · 11 years ago
  58. 3dc48d6 Issue #18070: importlib.util.module_for_loader() now sets __loader__ by Brett Cannon · 11 years ago
  59. f5fe130 Update importlib.h by Brett Cannon · 11 years ago
  60. a3687f0 Introduce importlib.util.ModuleManager which is a context manager to by Brett Cannon · 11 years ago
  61. e8e1459 rather than passing locals to the class body, just execute the class body in the proper environment by Benjamin Peterson · 11 years ago
  62. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  63. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  64. 3b0431d check local class namespace before reaching for cells (closes #17853) by Benjamin Peterson · 11 years ago
  65. edfd6ae Issue #17244: Don't mask exceptions raised during the creation of 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. daf4daa merge by Brett Cannon · 11 years ago
  68. f8ffec0 Issue #17357: Add missing verbosity messages when running under by Brett Cannon · 11 years ago
  69. d0924b3 update importlib.h by Benjamin Peterson · 11 years ago
  70. 440282b copy 2.7 magic numbers for historical interest by Benjamin Peterson · 11 years ago
  71. 7701e6e make some freezing related stuff const by Benjamin Peterson · 11 years ago
  72. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  73. c190389 Issue #17220: two fixes for changeset 2528e4aea338. by Brett Cannon · 12 years ago
  74. 39e47f9 Issue #17220: Little cleanup of _bootstrap.py. by Serhiy Storchaka · 12 years ago
  75. 92bd4ef Merge importlib.h rebuild from 3.3 after the changes introduced in 65eaac000147. by Ezio Melotti · 12 years ago
  76. 795c10b Rebuild importlib.h after the changes introduced in 0f65bf6063ca. by Ezio Melotti · 12 years ago
  77. 419d9a8 evaluate lambda keyword-only defaults after positional defaults (#16967 again) by Benjamin Peterson · 12 years ago
  78. 1ef876c evaluate positional defaults before keyword-only defaults (closes #16967) by Benjamin Peterson · 12 years ago
  79. 85ae356 Merge w/ 3.3 more fixes thanks to issue #17098 by Brett Cannon · 12 years ago
  80. da9cf0e Issue #17098: Be more stringent of setting __loader__ on early imported by Brett Cannon · 12 years ago
  81. 0ecd30b Issue #17098: Make sure every module has __loader__ defined. by Brett Cannon · 12 years ago
  82. f3220d6 Tweak an exception message by Brett Cannon · 12 years ago
  83. 14581d5 Port py_compile over to importlib by Brett Cannon · 12 years ago
  84. 686e880 Touch up exception messaging by Brett Cannon · 12 years ago
  85. 569ff4f Issue #15031: Refactor some code in importlib pertaining to validating by Brett Cannon · 12 years ago
  86. c57f9f9 Merge from 3.3 for fix for issue #16730 by Brett Cannon · 12 years ago
  87. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  88. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  89. fc8f5c5 update importlib.h by Benjamin Peterson · 12 years ago
  90. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  91. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  92. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  93. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  94. 540187f Regen importlib.h by Brett Cannon · 12 years ago
  95. 5650e4f Issue #15627: Add the compile_source() method to importlib.abc.SourceLoader. by Brett Cannon · 12 years ago
  96. c7a8a21 merge 3.3 (sort of) by Benjamin Peterson · 12 years ago
  97. 2a0e226 recompile importlib.h by Benjamin Peterson · 12 years ago
  98. d4f5ad6 Merge fix from #6074 from 3.3 by Nick Coghlan · 12 years ago
  99. eb8d627 Issue #6074: Apply an appropriate fix for importlib based imports by Nick Coghlan · 12 years ago
  100. 744fadd Merge issue #15833: don't raise an exception if importlib can't write by Trent Nelson · 12 years ago