1. 9039b83 Using CleanImport to revert a reload of the os module doesn't work due to function registrations in copy_reg. The perils of reloading modules even for tests... by Nick Coghlan · 16 years ago
  2. 788d766 Avoid replacing existing modules and sys.path in import tests by Nick Coghlan · 16 years ago
  3. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  4. 631be01 Issue #3806: LockTests in test_imp should be skipped when thread is not available. by Hirokazu Yamamoto · 17 years ago
  5. 3aa2a49 Add imp.reload(). This to help with transitioning to 3.0 the reload() built-in by Brett Cannon · 17 years ago
  6. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  7. 373d90b Convert test_imp over to unittest. by Brett Cannon · 19 years ago
  8. 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 20 years ago
  9. 579bed7 Rewrote. As reported on c.l.py, when the test suite is run via by Tim Peters · 22 years ago
  10. 3b8fb47 Import test_support properly by Neal Norwitz · 22 years ago
  11. 996acf1 Actually run these tests from regrtest.py. by Neal Norwitz · 22 years ago
  12. 2294c0d Cleanup from patch #683257: by Neal Norwitz · 22 years ago