cpython/Mac/Modules
Jack Jansen add03b62fd Handles were never disposed. Added an AutoDispose(onoff) method to control this.
Also added a Handle() function which is like Resource() but has auto-dispose on by default.
2000-03-08 16:58:15 +00:00
..
ae 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
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 Nasty error: handle parameters are passed by _address_ to SetControlData. 1999-12-29 12:37:22 +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 Replaced addpack by handcrafted code to find the bgen stuff. 1998-04-17 14:07:56 +00:00
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 Add files by Jack 1994-10-02 11:33:59 +00:00
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 Allow None as TimeBase value in TimeValue records (becomes NULL in C structure, 2000-03-06 16:34:49 +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 Unified handle-conversion scheme to 1999-12-23 14:32:06 +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 Handling of defaultLocation argument was wrong, causing a crash when used. Fixed. 2000-01-13 16:24:32 +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 Universal Headers 3 1998-02-20 15:55:53 +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 Nav module 1999-12-16 22:20:52 +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 Add fstat() if using GUSI 1998-02-20 15:56:19 +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 New exception interface 1997-10-07 21:47:25 +00:00