1. 95287fa Remove some from __future__ import with_statements by Benjamin Peterson · 17 years ago
  2. 607bff1 Some tests did not pass on repeated calls (regrtest -R::) by Amaury Forgeot d'Arc · 17 years ago
  3. 8820f2a Add ``if __name__ == '__main__'`` to some test files where it didn't take a lot by Brett Cannon · 17 years ago
  4. 692bbc4 Port test_frozen to unittest. by Georg Brandl · 18 years ago
  5. 2918ae8 n the Mac the frozen import that should fail actually succeeds, and we know it, so skip the test in stead of confusing the end user. by Jack Jansen · 23 years ago
  6. 218c5f9 [SF bug 631713] use the import exeption message in the TestFailed exception. by Finn Bock · 23 years ago
  7. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  8. 4114a4a Fix the frozen bytecode for __hello__ (betcha didn't know that existed :-). by Guido van Rossum · 24 years ago