cpython/Mac/Modules
Christian Heimes 000a074c95 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0
Added a new API function PyImport_ImportModuleNoBlock. It solves the problem with dead locks when mixing threads and imports
2008-01-03 22:16:32 +00:00
..
ae Fix whitespace, there are memory leaks in this module. 2006-06-16 04:32:43 +00:00
ah Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
app Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
carbonevt Get rid of some warnings on Mac 2006-04-12 04:56:35 +00:00
cf bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. 2007-09-12 18:29:18 +00:00
cg Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
cm Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
ctl Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
dlg Correct None refcount issue in Mac modules. (Are they 2006-05-28 21:57:35 +00:00
drag Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
evt Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
file Correct None refcount issue in Mac modules. (Are they 2006-05-28 21:57:35 +00:00
fm Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
folder Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
help Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
ibcarbon Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
icn Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
launch Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
list Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
menu Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
mlte Fix some warnings on Mac OS X 10.4 2006-04-28 05:28:05 +00:00
osa This "fixes" compilation issues for the Carbon._OSA module on OSX Leopard 2007-12-05 20:07:36 +00:00
qd Get rid of some warnings on Mac 2006-04-12 04:56:35 +00:00
qdoffs Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
qt Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
res Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
scrap Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
snd Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
te Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
win Updated (and regenerated) for name change in tp_init method arguments: 2005-07-03 20:59:44 +00:00
ColorPickermodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00
MacOS.c Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 2008-01-03 22:16:32 +00:00
Nav.c Fix a couple of warnings on Mac OS X. 2006-02-24 15:39:29 +00:00
OSATerminology.c Get rid of incorrect use of OSAGetCurrentDialect. Fixes #884085. 2004-07-15 13:21:16 +00:00
autoGIL.c fixed typo 2003-05-03 00:38:26 +00:00
gestaltmodule.c Convert more modules to METH_VARARGS. 2006-05-29 21:58:42 +00:00
icgluemodule.c Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. 2003-11-20 13:31:00 +00:00