1. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  2. f96bb2f Update importlib.h by Brett Cannon · 12 years ago
  3. 7541c8e Issue #14605 and #14642: by Marc-Andre Lemburg · 12 years ago
  4. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  5. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  6. 5c903e6 Issue #13959: Continue to try to accomodate altsep in importlib by not by Brett Cannon · 12 years ago
  7. cf64995 Revert to os.path.join() semantics for path manipulation in importlib by Brett Cannon · 12 years ago
  8. 6c802b8 Update importlib.h by Brett Cannon · 12 years ago
  9. 0d05a76 Have importlib look for pre-existing path separators when joining paths. by Brett Cannon · 12 years ago
  10. 2f92389 Don't worry about moving imp.get_tag() over to Lib/imp.py. by Brett Cannon · 12 years ago
  11. a64faf0 Issue #13959: Re-implement imp.source_from_cache() in Lib/imp.py. by Brett Cannon · 12 years ago
  12. ea59dbf Issue #13959: Re-implement imp.cache_from_source() in Lib/imp.py. by Brett Cannon · 12 years ago
  13. ed672d6 Make path manipulation more robust for platforms with alternative path by Brett Cannon · 12 years ago
  14. 24117a7 Issue #13959: Keep imp.get_magic() in C code, but cache in importlib by Brett Cannon · 12 years ago
  15. 8ff6baf Issue #14581: Windows users are allowed to import modules w/o taking by Brett Cannon · 12 years ago
  16. 665c3b3 update importlib... by Benjamin Peterson · 12 years ago
  17. d76bc7a rollback 005fd1fe31ab (see #14609 and #14582) by Benjamin Peterson · 12 years ago
  18. 7bd329d Issue #12599: Be more strict in accepting None vs. a false-like object by Brett Cannon · 12 years ago
  19. a938c74 Avoid compiler warning due to stray \x00 by Antoine Pitrou · 12 years ago
  20. c1b3f63 Try to get hg to treat importlib.h as binary. by Brett Cannon · 12 years ago
  21. 7ceedb8 Update importlib.h by Brett Cannon · 12 years ago
  22. 6f44d66 Issue #13959: Rename imp to _imp and add Lib/imp.py and begin by Brett Cannon · 12 years ago
  23. 881535b Issue #14582: Import returns the module returned by a loader instead by Brett Cannon · 12 years ago
  24. 49f8d8b Handle importing pkg.mod by executing by Brett Cannon · 12 years ago
  25. 59f9c3a Rebuild importlib.h to incorporate added comments. by Brett Cannon · 12 years ago
  26. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago