1. bf7eab0 Issue #15256: Re-use the ImportError exception message as defined by by Brett Cannon · 12 years ago
  2. 98979b8 Issue #15166: Re-implement imp.get_tag() using sys.implementation. by Brett Cannon · 12 years ago
  3. 0450c9e Issue #13959: Add to imp.find_module() and load_module's docstrings by Brett Cannon · 12 years ago
  4. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  5. cb66eb0 Issue #13959: Deprecate imp.get_suffixes() for new attributes on by Brett Cannon · 12 years ago
  6. ef5a463 don't append the bytecode suffix to the source suffixes global by Benjamin Peterson · 12 years ago
  7. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  8. 17098a5 Properly mark names in importlib._bootstrap as private. by Brett Cannon · 12 years ago
  9. 1182351 Re-indent. by Brett Cannon · 12 years ago
  10. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  11. acf85cd Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. by Brett Cannon · 12 years ago
  12. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  13. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  14. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  15. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  16. cb165db Fix whitespace. by Brett Cannon · 12 years ago
  17. e69f0df Issue #13959: Re-implement imp.find_module() in Lib/imp.py. by Brett Cannon · 12 years ago
  18. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 12 years ago
  19. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 12 years ago
  20. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 12 years ago
  21. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 12 years ago
  22. 64befe9 Issue #13959: Re-implement imp.load_compiled() in imp.py. by Brett Cannon · 12 years ago
  23. 578393b Properly guard against special-casing. by Brett Cannon · 12 years ago
  24. 16475ad Issue #13959: Re-implement imp.load_source() in imp.py. by Brett Cannon · 12 years ago
  25. de10bf4 Issue #13959: Fix a logic bug. by Brett Cannon · 12 years ago
  26. 2ee6142 Issue #13959: Re-implement imp.load_package() in imp.py. by Brett Cannon · 12 years ago
  27. 01a7617 Issue #13959: Re-implement imp.load_module() in imp.py. by Brett Cannon · 12 years ago
  28. 2fef4d2 Consider load_dynamic() something to keep in _imp. by Brett Cannon · 12 years ago
  29. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago