Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only clear a module's __dict__ if the module is the only one with a reference... | Benjamin Peterson | 2009-10-15 | 1 | -0/+8 |
* | #6707 fix a crash with dir() on an uninitialized module | Benjamin Peterson | 2009-08-15 | 1 | -0/+1 |
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -1/+1 |
* | Convert test_module to use unittest. | Collin Winter | 2007-04-06 | 1 | -45/+58 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Repair the test (adding a docstring to the module type changed the | Guido van Rossum | 2002-06-04 | 1 | -1/+1 |
* | Surprising fix for SF bug 563060: module can be used as base class. | Guido van Rossum | 2002-06-04 | 1 | -0/+48 |