Georg Brandl
|
07752aba5e
|
bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
|
2007-09-12 18:29:18 +00:00 |
Neal Norwitz
|
8786eb5e92
|
Fix a couple of warnings on Mac OS X.
|
2006-02-24 15:39:29 +00:00 |
Jack Jansen
|
7107c1aff3
|
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.
|
2003-11-20 13:31:00 +00:00 |
Jack Jansen
|
e48cef7aba
|
Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
|
2003-11-19 16:13:35 +00:00 |
Jack Jansen
|
885d4f6577
|
Mod to previous checkin: we must require ascii, not system defautl encoding,
because we have no easy way to convert the python encoding string to
a CF encoding parameter.
|
2003-03-03 13:19:44 +00:00 |
Jack Jansen
|
d505cab5b3
|
Accept only the system default encoding when converting Python
strings to CF strings. Fixes 682215.
|
2003-03-03 13:12:59 +00:00 |
Jack Jansen
|
eaba9d7b28
|
Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely.
|
2002-05-13 21:23:10 +00:00 |
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 |
Jack Jansen
|
1df628ddce
|
Partial fix for string handling. Null byte TBD.
|
2002-05-08 15:29:33 +00:00 |
Jack Jansen
|
5ad6f7a3a9
|
More support for bridging between Python and CoreFoundation objects. Still untested.
|
2002-05-07 23:00:03 +00:00 |
Jack Jansen
|
efaffae8f6
|
First steps towards a generalized converter of Python object
hierarchies to CoreFoundation object hierarchies and vice versa.
|
2002-05-05 21:48:12 +00:00 |