summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/pycfbridge.c
Commit message (Expand)AuthorAgeFilesLines
* Added typechecking to the individual python->CF converters, so we can use the...Jack Jansen2002-05-131-2/+16
* Fixed string and dict conversion, and implemented booleans and numbers (int a...Jack Jansen2002-05-081-14/+49
* Partial fix for string handling. Null byte TBD.Jack Jansen2002-05-081-2/+4
* More support for bridging between Python and CoreFoundation objects. Still un...Jack Jansen2002-05-071-6/+60
* First steps towards a generalized converter of Python objectJack Jansen2002-05-051-0/+206