cpython/Mac/Modules/cf
Jack Jansen 42251323b4 Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences!
Transparent handling of unknown CFType objects still TBD.
2002-05-08 22:13:51 +00:00
..
_CFmodule.c More support for bridging between Python and CoreFoundation objects. Still untested. 2002-05-07 23:00:03 +00:00
cfscan.py Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. 2002-03-24 23:04:18 +00:00
cfsupport.py More support for bridging between Python and CoreFoundation objects. Still untested. 2002-05-07 23:00:03 +00:00
pycfbridge.c Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! 2002-05-08 22:13:51 +00:00
pycfbridge.h First steps towards a generalized converter of Python object 2002-05-05 21:48:12 +00:00