0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Lib
Thomas Heller aaf1c8dc9e SF #841977 - modulefinder fails to find extension modules in packages
The find_all_submodules() method in modulefinder only
looks for *.py, *.pyc, and *.pyo files.  Python
extension modules are only found if they are referenced
in import statements somewhere.

This patch uses the actual list from imp.get_suffixes().

Backported myself.
2003-11-14 10:28:42 +00:00
..
bsddb
compiler
curses
distutils
email
encodings
hotshot
idlelib
lib-old
lib-tk
logging SF bug #835457: Small typo in logging documentation 2003-11-08 11:40:03 +00:00
plat-aix3
plat-aix4
plat-atheos
plat-beos5
plat-darwin
plat-freebsd2
plat-freebsd3
plat-freebsd4
plat-freebsd5
plat-generic
plat-irix5
plat-irix6
plat-linux1
plat-linux2
plat-mac
plat-netbsd1
plat-next3
plat-os2emx
plat-riscos
plat-sunos4
plat-sunos5
plat-unixware7
site-packages
test subtype_dealloc(): A more complete fix for critical bug 840829 + 2003-11-13 21:59:32 +00:00
xml
__future__.py
__phello__.foo.py
_strptime.py
aifc.py
anydbm.py
asynchat.py
asyncore.py
atexit.py
audiodev.py
base64.py
BaseHTTPServer.py
Bastion.py
bdb.py
binhex.py
bisect.py
calendar.py
cgi.py
CGIHTTPServer.py
cgitb.py
chunk.py
cmd.py
code.py
codecs.py
codeop.py
colorsys.py
commands.py
compileall.py
ConfigParser.py
Cookie.py
copy_reg.py
copy.py
csv.py
dbhash.py
difflib.py
dircache.py
dis.py
doctest.py
DocXMLRPCServer.py
dumbdbm.py
dummy_thread.py
dummy_threading.py
FCNTL.py
filecmp.py
fileinput.py
fnmatch.py
formatter.py
fpformat.py
ftplib.py
getopt.py
getpass.py
gettext.py
glob.py
gopherlib.py
gzip.py
hmac.py
htmlentitydefs.py
htmllib.py
HTMLParser.py
httplib.py fixed obvious bug in _send_header as per SF bug #831271 2003-11-09 16:41:38 +00:00
ihooks.py
imaplib.py Patch #798297: Add IMAP THREAD command. 2003-11-10 06:44:44 +00:00
imghdr.py
imputil.py
inspect.py
keyword.py
linecache.py
locale.py
macpath.py
macurl2path.py
mailbox.py
mailcap.py
markupbase.py
mhlib.py Implement and apply PEP 322, reverse iteration 2003-11-06 14:06:48 +00:00
mimetools.py
mimetypes.py
MimeWriter.py
mimify.py
modulefinder.py SF #841977 - modulefinder fails to find extension modules in packages 2003-11-14 10:28:42 +00:00
multifile.py
mutex.py
netrc.py
new.py
nntplib.py
ntpath.py
nturl2path.py
opcode.py
optparse.py
os2emxpath.py
os.py
pdb.doc
pdb.py
pickle.py
pickletools.py
pipes.py
pkgutil.py
platform.py Implement and apply PEP 322, reverse iteration 2003-11-06 14:06:48 +00:00
popen2.py
poplib.py
posixfile.py
posixpath.py
pprint.py
pre.py
profile.doc
profile.py
pstats.py
pty.py
py_compile.py
pyclbr.py
pydoc.py
Queue.py
quopri.py
random.py Implement and apply PEP 322, reverse iteration 2003-11-06 14:06:48 +00:00
re.py
reconvert.py
regex_syntax.py
regsub.py
repr.py
rexec.py
rfc822.py Make Message.__str__ more efficient. 2003-11-11 19:39:17 +00:00
rlcompleter.py
robotparser.py
sched.py
sets.py Improve backwards compatibility code to handle True/False. 2003-11-12 15:21:20 +00:00
sgmllib.py
shelve.py
shlex.py
shutil.py
SimpleHTTPServer.py
SimpleXMLRPCServer.py
site.py
smtpd.py
smtplib.py
sndhdr.py
socket.py
SocketServer.py
sre_compile.py
sre_constants.py
sre_parse.py
sre.py
stat.py
statcache.py
statvfs.py
string.py
StringIO.py
stringold.py
stringprep.py
sunau.py
sunaudio.py
symbol.py
symtable.py
tabnanny.py
tarfile.py
telnetlib.py
tempfile.py mktemp() shouldn't rely on os.path.exists(), which can return False if 2003-11-10 02:16:36 +00:00
TERMIOS.py
textwrap.py
this.py
threading.py Add traceback.format_exc(). 2003-11-05 23:03:00 +00:00
timeit.py
toaiff.py
token.py
tokenize.py
trace.py
traceback.py Add traceback.format_exc(). 2003-11-05 23:03:00 +00:00
tty.py
types.py
tzparse.py
unittest.py
urllib2.py
urllib.py
urlparse.py
user.py
UserDict.py
UserList.py
UserString.py
uu.py
warnings.py
wave.py
weakref.py
webbrowser.py
whichdb.py
whrandom.py
xdrlib.py
xmllib.py
xmlrpclib.py
zipfile.py