cpython/Mac/Modules
Jack Jansen f7d5aa61d3 Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
..
ae Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
app Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
cm Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
ctl Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
dlg Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
drag Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
evt Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
fm Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
help Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
htmlrender Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only. 2000-07-07 13:09:35 +00:00
icn Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
list Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
macspeech Add files by Jack 1994-10-02 11:33:59 +00:00
menu Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
qd Got rid of Py_FatalError calls. 2000-09-08 10:21:44 +00:00
qdoffs pymactoolbox.h contains protoypes for all externally visible toolbox module 2000-07-14 22:16:45 +00:00
qt Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. 2000-07-14 22:37:27 +00:00
res Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. 2000-07-14 22:37:27 +00:00
scrap Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. 2000-07-14 22:52:50 +00:00
snd Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. 2000-07-14 22:52:50 +00:00
te pymactoolbox.h contains protoypes for all externally visible toolbox module 2000-07-14 22:16:45 +00:00
waste Some of the types are signed 8 bit ints. Fixed. 2000-09-08 22:06:16 +00:00
win Window objects now also have an AutoDispose funcpointer (set for our windows, cleared for foreign windows). Needed mainly for Carbon (where we don't know about the windows belonging to our dialogs). 2000-08-25 22:17:51 +00:00
ColorPickermodule.c pymactoolbox.h contains protoypes for all externally visible toolbox module 2000-07-14 22:16:45 +00:00
Nav.c Fixes that should make it possible to run Python on machines without NavServices installed. 2000-09-14 20:47:00 +00:00
Printingmodule.c Got rid of Py_FatalError calls. 2000-09-08 10:21:44 +00:00
calldll.c ANSIfied. 2000-07-31 22:07:49 +00:00
ctbmodule.c Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. 2000-07-14 22:52:50 +00:00
gestaltmodule.c Return MacOS.Error in stead of RuntimeError in case of failure so the user 1999-08-23 11:37:51 +00:00
icgluemodule.c Added/updated copyright notices 1997-01-31 16:15:11 +00:00
macconfig.c Added sha module, it's needed by the unicode stuff, it seems. 2000-10-12 21:24:24 +00:00
macfsmodule.c Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. 2000-07-14 22:37:27 +00:00
macmodule.c Added a prototype for mstats(). 2000-08-25 22:18:20 +00:00
macosmodule.c Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. 2000-10-19 22:02:16 +00:00
macspeechmodule.c ANSIfication step 2: make sure all needed prototypes are available, and all needed 2000-07-11 21:16:03 +00:00