| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | /* Module configuration */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* This file contains the table of built-in modules.
 | 
					
						
							|  |  |  |    See init_builtin() in import.c. */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include "Python.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initarray(void); | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #ifndef MS_WIN64
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initaudioop(void); | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-10-04 20:57:29 +00:00
										 |  |  | extern void initbinascii(void); | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initcmath(void); | 
					
						
							|  |  |  | extern void initerrno(void); | 
					
						
							|  |  |  | extern void initgc(void); | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #ifndef MS_WIN64
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initimageop(void); | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initmath(void); | 
					
						
							|  |  |  | extern void initmd5(void); | 
					
						
							|  |  |  | extern void initnt(void); | 
					
						
							|  |  |  | extern void initoperator(void); | 
					
						
							|  |  |  | extern void initregex(void); | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #ifndef MS_WIN64
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initrgbimg(void); | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initrotor(void); | 
					
						
							|  |  |  | extern void initsignal(void); | 
					
						
							|  |  |  | extern void initsha(void); | 
					
						
							|  |  |  | extern void initstrop(void); | 
					
						
							|  |  |  | extern void initstruct(void); | 
					
						
							|  |  |  | extern void inittime(void); | 
					
						
							|  |  |  | extern void initthread(void); | 
					
						
							|  |  |  | extern void initcStringIO(void); | 
					
						
							|  |  |  | extern void initcPickle(void); | 
					
						
							|  |  |  | extern void initpcre(void); | 
					
						
							| 
									
										
										
										
											1997-08-07 00:11:34 +00:00
										 |  |  | #ifdef WIN32
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void initmsvcrt(void); | 
					
						
							|  |  |  | extern void init_locale(void); | 
					
						
							| 
									
										
										
										
											1997-08-07 00:11:34 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void init_codecs(void); | 
					
						
							| 
									
										
										
										
											2001-01-09 23:26:39 +00:00
										 |  |  | extern void initxreadlines(void); | 
					
						
							| 
									
										
										
										
											2001-02-02 00:07:07 +00:00
										 |  |  | extern void init_weakref(void); | 
					
						
							| 
									
										
										
										
											2001-10-12 22:08:39 +00:00
										 |  |  | extern void init_hotshot(void); | 
					
						
							| 
									
										
										
										
											2001-08-02 04:15:00 +00:00
										 |  |  | extern void initxxsubtype(void); | 
					
						
							| 
									
										
										
										
											2002-12-30 22:08:05 +00:00
										 |  |  | extern void initzipimport(void); | 
					
						
							| 
									
										
										
										
											2002-12-29 23:46:40 +00:00
										 |  |  | extern void init_random(void); | 
					
						
							| 
									
										
										
										
											2003-02-01 00:10:11 +00:00
										 |  |  | extern void inititertools(void); | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-09 23:26:39 +00:00
										 |  |  | /* XXX tim: what's the purpose of ADDMODULE MARKER? */ | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | /* -- ADDMODULE MARKER 1 -- */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-07-22 19:25:51 +00:00
										 |  |  | extern void PyMarshal_Init(void); | 
					
						
							|  |  |  | extern void initimp(void); | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-04-29 20:46:45 +00:00
										 |  |  | struct _inittab _PyImport_Inittab[] = { | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         {"array", initarray}, | 
					
						
							| 
									
										
										
										
											1999-02-05 22:34:57 +00:00
										 |  |  | #ifdef MS_WINDOWS
 | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #ifndef MS_WIN64
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"audioop", initaudioop}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"binascii", initbinascii}, | 
					
						
							| 
									
										
										
										
											1996-06-28 19:12:06 +00:00
										 |  |  |         {"cmath", initcmath}, | 
					
						
							| 
									
										
										
										
											1996-07-30 17:38:17 +00:00
										 |  |  |         {"errno", initerrno}, | 
					
						
							| 
									
										
										
										
											2000-06-30 05:02:53 +00:00
										 |  |  |         {"gc", initgc}, | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #ifndef MS_WIN64
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"imageop", initimageop}, | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"math", initmath}, | 
					
						
							|  |  |  |         {"md5", initmd5}, | 
					
						
							| 
									
										
										
										
											1997-05-06 16:00:32 +00:00
										 |  |  |         {"nt", initnt}, /* Use the NT os functions, not posix */ | 
					
						
							| 
									
										
										
										
											1996-07-30 17:38:17 +00:00
										 |  |  |         {"operator", initoperator}, | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"regex", initregex}, | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #ifndef MS_WIN64
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"rgbimg", initrgbimg}, | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"rotor", initrotor}, | 
					
						
							|  |  |  |         {"signal", initsignal}, | 
					
						
							| 
									
										
										
										
											1999-04-13 15:41:10 +00:00
										 |  |  |         {"sha", initsha}, | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  |         {"strop", initstrop}, | 
					
						
							|  |  |  |         {"struct", initstruct}, | 
					
						
							|  |  |  |         {"time", inittime}, | 
					
						
							| 
									
										
										
										
											1996-08-22 00:43:42 +00:00
										 |  |  | #ifdef WITH_THREAD
 | 
					
						
							|  |  |  |         {"thread", initthread}, | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1997-05-06 16:00:32 +00:00
										 |  |  |         {"cStringIO", initcStringIO}, | 
					
						
							|  |  |  |         {"cPickle", initcPickle}, | 
					
						
							| 
									
										
										
										
											1997-11-25 06:00:59 +00:00
										 |  |  |         {"pcre", initpcre}, | 
					
						
							| 
									
										
										
										
											1997-08-07 00:11:34 +00:00
										 |  |  | #ifdef WIN32
 | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  |         {"msvcrt", initmsvcrt}, | 
					
						
							|  |  |  |         {"_locale", init_locale}, | 
					
						
							| 
									
										
										
										
											1997-08-07 00:11:34 +00:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-08 14:15:19 +00:00
										 |  |  |         {"_codecs", init_codecs}, | 
					
						
							| 
									
										
										
										
											2001-01-09 23:26:39 +00:00
										 |  |  | 	{"xreadlines", initxreadlines}, | 
					
						
							| 
									
										
										
										
											2001-02-02 00:07:07 +00:00
										 |  |  | 	{"_weakref", init_weakref}, | 
					
						
							| 
									
										
										
										
											2001-10-12 22:08:39 +00:00
										 |  |  | 	{"_hotshot", init_hotshot}, | 
					
						
							| 
									
										
										
										
											2002-12-29 23:46:40 +00:00
										 |  |  | 	{"_random", init_random}, | 
					
						
							| 
									
										
										
										
											2003-02-01 00:10:11 +00:00
										 |  |  | 	{"itertools", inititertools}, | 
					
						
							| 
									
										
										
										
											2000-03-11 00:13:14 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-08-02 04:15:00 +00:00
										 |  |  | 	{"xxsubtype", initxxsubtype}, | 
					
						
							| 
									
										
										
										
											2002-12-30 22:08:05 +00:00
										 |  |  | 	{"zipimport", initzipimport}, | 
					
						
							| 
									
										
										
										
											2001-08-02 04:15:00 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-01-09 23:26:39 +00:00
										 |  |  | /* XXX tim: what's the purpose of ADDMODULE MARKER? */ | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | /* -- ADDMODULE MARKER 2 -- */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         /* This module "lives in" with marshal.c */ | 
					
						
							|  |  |  |         {"marshal", PyMarshal_Init}, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         /* This lives it with import.c */ | 
					
						
							|  |  |  |         {"imp", initimp}, | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         /* These entries are here for sys.builtin_module_names */ | 
					
						
							|  |  |  |         {"__main__", NULL}, | 
					
						
							|  |  |  |         {"__builtin__", NULL}, | 
					
						
							|  |  |  |         {"sys", NULL}, | 
					
						
							| 
									
										
										
										
											2000-07-12 12:11:36 +00:00
										 |  |  | 	{"exceptions", NULL}, | 
					
						
							| 
									
										
										
										
											1996-05-28 22:50:17 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |         /* Sentinel */ | 
					
						
							|  |  |  |         {0, 0} | 
					
						
							|  |  |  | }; |