..
ae
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +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
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
ctl
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
dlg
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
drag
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +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
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
Fixed a few declarations.
2001-01-03 16:44:27 +00:00
list
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
macspeech
Add files by Jack
1994-10-02 11:33:59 +00:00
menu
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
qd
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
qdoffs
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
qt
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
res
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +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
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +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
First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.
2001-05-17 21:58:34 +00:00
_dummy_tkinter.c
Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon.
2001-03-20 23:29:41 +00:00
calldll.c
ANSIfied.
2000-07-31 22:07:49 +00:00
ColorPickermodule.c
pymactoolbox.h contains protoypes for all externally visible toolbox module
2000-07-14 22:16:45 +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
Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes
2001-05-12 22:46:35 +00:00
icgluemodule.c
Ported the icglue module to carbon.
2001-01-29 13:27:46 +00:00
macconfig.c
Soundex has gone.
2001-02-27 12:59:49 +00:00
macfsmodule.c
FindFolder argument is a short, not an unsigned short.
2001-03-15 14:38:10 +00:00
macmodule.c
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation.
2001-05-12 21:31:34 +00:00
macosmodule.c
Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation.
2001-05-12 21:31:34 +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
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