cpython/Mac/Modules
Jack Jansen 3f49e4d064 Oops, repr didn't allocate the memory it used... 2001-02-11 01:12:53 +00:00
..
ae Remove (unused) regex imports. 2001-01-02 22:02:45 +00:00
app Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers). 2000-12-19 21:33:51 +00:00
cm Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
ctl SetpopupData and GetPopupData are gone under Carbon, use {Get,Set}PopupMenu{Handle,ID} in stead. 2001-01-12 23:39:00 +00:00
dlg Added DlgObj_WhichDialog, analoguous to WhichWindow, and use this to get at dialogs. 2001-02-06 16:14:54 +00:00
drag Also recognize DragRef as a method-argument. 2001-02-05 13:47:13 +00:00
evt Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
fm Fixed a few declarations. 2001-01-03 16:44:27 +00:00
help Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
htmlrender
icn Fixed a few declarations. 2001-01-03 16:44:27 +00:00
list Adapted to Universal Headers 3.3.2. More to follow. 2000-12-10 23:43:49 +00:00
macspeech
menu Added generators for EnableMenuItem and CheckMenuItem (which have Mac in front of their name in the include files). 2001-01-29 13:32:10 +00:00
qd QDFlushPortBuffer() has an optional region argument. 2001-02-06 16:13:50 +00:00
qdoffs Regenerated so that NewGWorld is included. 2000-12-19 22:28:14 +00:00
qt Various tweaks to make it everything build and compile again under carbon. Mainly greylisted functions. 2001-01-09 22:09:31 +00:00
res Remove (unused) regex imports. 2001-01-02 22:02:45 +00:00
scrap Got ZeroScrap() and PutScrap() to work under Carbon. 2001-01-29 15:20:06 +00:00
snd The interruptRoutine attribute is gone under Carbon. Luckily it appears that nothing used it. 2001-01-12 23:39:59 +00:00
te More toolbox modules adapted to Universal Headers 3.3.2. 2000-12-12 22:10:21 +00:00
waste Quick (manual) fix to make the module compile with Waste 2.0. TBD later. 2001-01-24 16:03:05 +00:00
win Oops, repr didn't allocate the memory it used... 2001-02-11 01:12:53 +00:00
ColorPickermodule.c
Nav.c Treat an empty kwdict argument the same as a missing one. 2001-01-19 23:46:28 +00:00
Printingmodule.c Got rid of Py_FatalError calls. 2000-09-08 10:21:44 +00:00
calldll.c
ctbmodule.c
gestaltmodule.c
icgluemodule.c Ported the icglue module to carbon. 2001-01-29 13:27:46 +00:00
macconfig.c Re-enabled Scrap (even though it's mostly empty right now). 2001-01-29 13:31:10 +00:00
macfsmodule.c
macmodule.c xstat() will never be implemented under Carbon. Fortunately it also doesn't appear to be used anywhere. 2001-01-12 23:37:14 +00:00
macosmodule.c Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess. 2001-01-23 22:38:23 +00:00
macspeechmodule.c