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. 9353494 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  9. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  10. 3c56145 Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  11. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  12. 9ab358a Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  13. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  14. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  15. ef88802 Issue #17177: stop using imp in test_importlib by Brett Cannon · 11 years ago
  16. 0dbb4c7 Issues #18088, 18089: Introduce by Brett Cannon · 11 years ago
  17. 100883f Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return by Brett Cannon · 11 years ago
  18. 469da97 #11420: merge with 3.3. by Ezio Melotti · 11 years ago
  19. e5e7a7c #11420: merge with 3.2. by Ezio Melotti · 11 years ago
  20. c57f9f9 Merge from 3.3 for fix for issue #16730 by Brett Cannon · 12 years ago
  21. a9976b3 Issue #16730: Don't raise an exception in by Brett Cannon · 12 years ago
  22. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  23. a6cfb28 Issue #15627: This is simply an update to the name of a new method recently added by Eric Snow · 12 years ago
  24. 5650e4f Issue #15627: Add the compile_source() method to importlib.abc.SourceLoader. by Brett Cannon · 12 years ago
  25. 90a654b Issue #15641: Clean up deprecated classes from importlib by Andrew Svetlov · 12 years ago
  26. 48fec05 Close #14846: Handle a sys.path entry going away by Nick Coghlan · 12 years ago
  27. ac9f2f3 Issue #15576: Allow extension modules to be a package's __init__ by Brett Cannon · 12 years ago
  28. 8a9080f Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow. by Nick Coghlan · 12 years ago
  29. 0efcf99 abc fixes. by Barry Warsaw · 12 years ago
  30. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago