summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/pycfbridge.c
Commit message (Expand)AuthorAgeFilesLines
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.Georg Brandl2007-09-121-0/+1
* Fix a couple of warnings on Mac OS X.Neal Norwitz2006-02-241-1/+1
* Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.Jack Jansen2003-11-201-1/+1
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-10/+0
* Mod to previous checkin: we must require ascii, not system defautl encoding,Jack Jansen2003-03-031-1/+1
* Accept only the system default encoding when converting PythonJack Jansen2003-03-031-2/+3
* 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