Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
cec464951e06dd9388352590eb1f17b9aa3d68a5
/
Lib
/
test
/
test_module.py
dc95424
Merged revisions 85392 via svnmerge from
by Benjamin Peterson
· 15 years ago
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
4c6e808
#6707 fix a crash with dir() on an uninitialized module
by Benjamin Peterson
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
69c955f
Convert test_module to use unittest.
by Collin Winter
· 18 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
bdabecc
Repair the test (adding a docstring to the module type changed the
by Guido van Rossum
· 23 years ago
c3a787e
Surprising fix for SF bug 563060: module can be used as base class.
by Guido van Rossum
· 23 years ago