cpython/Mac/Modules
Jack Jansen 9d61d1bab1 Got rid of PyMem_XDEL. 2000-05-05 23:09:16 +00:00
..
ae AETransactionID was mistakenly defined as a short (it is a long). Fixed. 2000-03-14 23:29:08 +00:00
app Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. 1999-12-12 21:41:51 +00:00
cm Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. 1999-12-12 21:41:51 +00:00
ctl Added a few cast to make it 68k-compatible. 2000-04-05 21:30:57 +00:00
dlg Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. 1999-12-12 21:41:51 +00:00
drag Print something on stderr in case of exceptions in callback routines. 1999-06-21 16:18:51 +00:00
evt Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. 1999-12-14 15:47:01 +00:00
fm Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. 1999-12-12 21:41:51 +00:00
help
icn Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. 1999-12-14 15:47:01 +00:00
list List objects obtained through as_List(resource) are not auto-disposed upon 2000-01-13 16:23:39 +00:00
macspeech
menu Unified handle-conversion scheme to 1999-12-23 14:32:06 +00:00
qd Added methods getdata() and putdata() to obtain the data in a bitmap. 2000-03-03 16:01:11 +00:00
qdoffs Added PutPixMapBytes() and GetPixMapBytes() functions that allow getting at 2000-03-03 16:03:06 +00:00
qt Added a method GetMediaNextInterestingTimeOnly, which is like GetMediaNextInterestingTime without asking for the duration (which is, according to qt docs, expensive). 2000-03-17 16:49:59 +00:00
res Handles were never disposed. Added an AutoDispose(onoff) method to control this. 2000-03-08 16:58:15 +00:00
scrap Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. 1999-12-12 21:41:51 +00:00
snd Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. 1999-12-14 15:47:01 +00:00
te Data of type Point is passed by value, not by reference. 2000-03-22 15:35:24 +00:00
waste Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. 1998-10-12 20:53:15 +00:00
win Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted. 1999-12-14 15:47:01 +00:00
ColorPickermodule.c New versions from Just. 1998-04-27 15:08:39 +00:00
Nav.c Got rid of PyMem_XDEL. 2000-05-05 23:09:16 +00:00
Printingmodule.c New versions from Just. 1998-04-27 15:08:39 +00:00
calldll.c Allow for 12 arguments max, in stead of 8. Untested. 1999-12-03 23:35:47 +00:00
ctbmodule.c
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
macconfig.c 1.6a1 modules added. 2000-04-07 09:24:53 +00:00
macfsmodule.c Big oops: macfs has always been using a private exception but calling it mac.error. 2000-01-24 10:37:59 +00:00
macmodule.c Started on GUSI2 and threading support. 2000-04-07 09:25:06 +00:00
macosmodule.c Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings. 2000-02-21 11:07:37 +00:00
macspeechmodule.c