index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_module.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't rely on the order of module clearing
Benjamin Peterson
2012-02-20
1
-1/+1
*
Merged revisions 85392 via svnmerge from
Benjamin Peterson
2010-10-12
1
-1/+16
*
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