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. 1500d49 Issue 19713: Add PEP 451-related deprecations. by Eric Snow · 11 years ago
  4. d749c7a Issue #19927: Add __eq__ to path-based loaders in importlib. by Eric Snow · 11 years ago
  5. 2f8c835 Issue #19712: Update test.test_importlib.source for PEP 451 by Brett Cannon · 11 years ago
  6. 9ea8eda Issue #16803: test.test_importlib.source now tests frozen and source code by Brett Cannon · 11 years ago
  7. b3d6aff Issue #16803: Stop having test.test_importlib.abc ABCs inherit from by Brett Cannon · 11 years ago
  8. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  9. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  10. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  11. 469da97 #11420: merge with 3.3. by Ezio Melotti · 11 years ago
  12. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  13. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  14. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  15. 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]
  16. faae3ad Changed importlib tests to use assertIs, assertIsInstance, etc., instead of just assertTrue. by Eric V. Smith · 12 years ago
  17. c049952 Issue #13959: Have by Brett Cannon · 12 years ago
  18. 4fe29c9 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. by Marc-Andre Lemburg · 12 years ago
  19. ac8805a Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused by Marc-Andre Lemburg · 12 years ago
  20. 2945e78 Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader by Marc-Andre Lemburg · 12 years ago
  21. 938d44d Issue #14605: Expose importlib.abc.FileLoader and by Brett Cannon · 12 years ago
  22. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  23. bbb6680 Have importlib take advantage of ImportError's new 'name' and 'path' attributes. by Brett Cannon · 12 years ago
  24. 5816166 Port import fixes from 2.7. by Antoine Pitrou · 12 years ago
  25. 33d15f7 Port import fixes from 2.7. by Antoine Pitrou · 12 years ago
  26. 157c126 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 12 years ago
  27. dd21f68 Port remaining test fixes, and fix test_importlib too. by Antoine Pitrou · 12 years ago
  28. 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 · 12 years ago
  29. 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 · 12 years ago
  30. 7c9907e Fix no-op tests in importlib. by Antoine Pitrou · 13 years ago
  31. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 13 years ago
  32. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  33. 186335b Make sure that no __pycache__ directory is needlessly left behind when testing by Brett Cannon · 14 years ago
  34. d71bed3 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  35. 61b1425 Make importlib.abc.SourceLoader the primary mechanism for importlib. by Brett Cannon · 14 years ago
  36. 04b5684 Repair test failure. Bug 8727. by Barry Warsaw · 14 years ago
  37. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  38. 9b3e15f Importlib was not matching import's handling of .pyc files where it had less by Brett Cannon · 14 years ago
  39. e52c919 When trying to write new bytecode, importlib was not catching the IOError by Brett Cannon · 15 years ago
  40. 2153dc0 Move over to using assertRaises as a context manager for importlib tests. by Brett Cannon · 15 years ago
  41. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  42. 1262e7c Tests for case-senstivity were not being skipped for darwin when installed on a by Brett Cannon · 15 years ago
  43. f87e04d Finish properly hiding importlib implementation code. by Brett Cannon · 15 years ago
  44. 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]
  45. 91cf882 Refactor source and bytecode file loaders in importlib so that there by Brett Cannon · 15 years ago
  46. 06c9d96 Move importlib completely over to using rpartition and accepting the empty by Brett Cannon · 15 years ago
  47. bcb26c5 Rename importlib.test.support to importlib.test.util. by Brett Cannon · 15 years ago
  48. 4ee2cda Split out support code that is specific to source tests out of by Brett Cannon · 15 years ago
  49. 30b047d Move source loader tests (including reload tests) over to by Brett Cannon · 15 years ago
  50. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago