summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_module.py
Commit message (Expand)AuthorAgeFilesLines
* only clear a module's __dict__ if the module is the only one with a reference...Benjamin Peterson2009-10-151-0/+8
* #6707 fix a crash with dir() on an uninitialized moduleBenjamin Peterson2009-08-151-0/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-1/+1
* Convert test_module to use unittest.Collin Winter2007-04-061-45/+58
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Repair the test (adding a docstring to the module type changed theGuido van Rossum2002-06-041-1/+1
* Surprising fix for SF bug 563060: module can be used as base class.Guido van Rossum2002-06-041-0/+48