1. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  2. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  3. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed (96%) from Lib/importlib/test/source/test_file_loader.py]
  4. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  5. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  6. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  7. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  8. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  9. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  10. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  11. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  12. 5816166 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  13. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 13 years ago
  14. 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  15. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 13 years ago
  16. abaf89b Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  17. 2be60af Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  18. 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  19. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  20. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  21. 186335b Make sure that no __pycache__ directory is needlessly left behind when testing by Brett Cannon · 14 years ago
  22. d71bed3 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  23. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  24. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  25. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  26. 9b3e15f Importlib was not matching import's handling of .pyc files where it had less by Brett Cannon · 14 years ago
  27. e52c919 When trying to write new bytecode, importlib was not catching the IOError by Brett Cannon · 15 years ago
  28. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  29. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  30. 1262e7c Tests for case-senstivity were not being skipped for darwin when installed on a by Brett Cannon · 15 years ago
  31. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago
  32. 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 15 years ago[Renamed (67%) from Lib/importlib/test/source/test_loader.py]
  33. 91cf882 Refactor source and bytecode file loaders in importlib so that there by Brett Cannon · 15 years ago
  34. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 15 years ago
  35. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 16 years ago
  36. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 16 years ago
  37. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 16 years ago
  38. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago