# End Source File\r
# Begin Source File\r
\r
-SOURCE=..\..\Modules\_hotshot.c\r
-# End Source File\r
-# Begin Source File\r
-\r
SOURCE=..\..\Modules\_localemodule.c\r
# End Source File\r
# Begin Source File\r
{"_codecs", init_codecs},
{"_weakref", init_weakref},
- {"_hotshot", init_hotshot},
{"_random", init_random},
{"_bisect", init_bisect},
{"_heapq", init_heapq},
# Python modules to be dynamically loaded that need explicit build rules
# (either multiple source files and/or non-standard module naming)
# (NOTE: use shortened names for modules affected by 8 char name limit)
-HARDEXTMODULES= _hotshot \
- _socket \
+HARDEXTMODULES= _socket \
_testcap \
unicoded
# awkward handling (due e.g. to non-std naming, or multiple source files)
# - standard modules
-_hotshot$(MODULE.EXT): $(OUT)_hotshot$O $(OUT)_hotshot_m.def $(PYTHON.IMPLIB)
- $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
-
_socket$(MODULE.EXT): $(OUT)socketmodule$O $(OUT)_socket_m.def $(PYTHON.IMPLIB)
$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
#if !HAVE_DYNAMIC_LOADING
extern void init_curses();
extern void init_curses_panel();
-extern void init_hotshot();
extern void init_testcapi();
extern void initbz2();
extern void initfpectl();
#if !HAVE_DYNAMIC_LOADING
{"_curses", init_curses},
{"_curses_panel", init_curses_panel},
- {"_hotshot", init_hotshot},
{"_testcapi", init_testcapi},
{"bz2", initbz2},
{"fpectl", initfpectl},
RelativePath="..\..\Modules\_heapqmodule.c"\r
>\r
</File>\r
- <File\r
- RelativePath="..\..\Modules\_hotshot.c"\r
- >\r
- </File>\r
<File\r
RelativePath="..\..\Modules\_localemodule.c"\r
>\r
google.py Open a webbrowser with Google.
gprof2html.py Transform gprof(1) output into useful HTML.
h2py.py Translate #define's into Python assignments
-hotshotmain.py Main program to run script under control of hotshot
idle Main program to start IDLE
ifdef.py Remove #if(n)def groups from C sources
lfcr.py Change LF line endings to CRLF (Unix to Windows)