1. f012ba4 Issue #22002: Make full use of test discovery in test sub-packages. by Zachary Ware · 10 years ago
  2. 636601d Remove a relative import that escaped test.test_importlib. by Brett Cannon · 12 years ago
  3. 45a5e3a Issue #15168: Move importlb.test to test.test_importlib. by Brett Cannon · 12 years ago[Renamed (78%) from Lib/importlib/test/__init__.py]
  4. 1032af9 Issue #14585: test_import now runs all tests under by Brett Cannon · 12 years ago
  5. b49c70c Importlib was using custom code to discover all test modules in importlib.test. by Brett Cannon · 15 years ago
  6. ae9ad18 Do not execute the .pyc/.pyo files as well as the .py files. by Brett Cannon · 16 years ago
  7. d994864 Remove a debugging print statement that accidentally got left in. by Brett Cannon · 16 years ago
  8. 7044d6b Skip over any file or folder that starts with a dot (e.g. .svn). by Brett Cannon · 16 years ago
  9. 23cbd8a Add initial implementation of importlib. See the NOTES files for what is by Brett Cannon · 16 years ago