1. dc95424 Merged revisions 85392 via svnmerge from by Benjamin Peterson · 15 years ago
  2. 196b092 only clear a module's __dict__ if the module is the only one with a reference to it #7140 by Benjamin Peterson · 16 years ago
  3. 4c6e808 #6707 fix a crash with dir() on an uninitialized module by Benjamin Peterson · 16 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  6. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  7. 69c955f Convert test_module to use unittest. by Collin Winter · 18 years ago
  8. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  9. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 23 years ago
  10. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 23 years ago