index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
modulefinder.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence warnings under -3 about using dict.has_key() for modulefinder.
Brett Cannon
2008-08-04
1
-3
/
+4
*
Replaced import of the 'new' module with 'types' module and added a deprecati...
Christian Heimes
2007-11-27
1
-2
/
+2
*
Modulefinder now handles absolute and relative imports, including
Thomas Heller
2006-10-27
1
-37
/
+109
*
Fix SF item #876278: Unbounded recursion in modulefinder.
Thomas Heller
2004-05-11
1
-0
/
+4
*
Fix typo.
Neil Schemenauer
2004-02-15
1
-1
/
+1
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-4
/
+4
*
SF #841977 - modulefinder fails to find extension modules in packages
Thomas Heller
2003-11-14
1
-1
/
+6
*
up the b/w compatibility requirement to 2.2
Just van Rossum
2003-07-18
1
-1
/
+1
*
Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules
Just van Rossum
2003-03-05
1
-4
/
+4
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
1
-2
/
+2
*
removed bizarre construct, no idea why it was there...
Just van Rossum
2003-02-01
1
-1
/
+0
*
Whitespace normalization.
Tim Peters
2003-01-29
1
-3
/
+3
*
patch attached to sf item #643711:
Just van Rossum
2002-12-31
1
-49
/
+150
*
moving modulefinder.py to the standard library
Just van Rossum
2002-12-31
1
-0
/
+486