Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 1 | -1/+1 |
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 1 | -2/+3 |
* | Added typechecking to the individual python->CF converters, so we can use the... | Jack Jansen | 2002-05-13 | 1 | -2/+16 |
* | Fixed string and dict conversion, and implemented booleans and numbers (int a... | Jack Jansen | 2002-05-08 | 1 | -14/+49 |
* | Partial fix for string handling. Null byte TBD. | Jack Jansen | 2002-05-08 | 1 | -2/+4 |
* | More support for bridging between Python and CoreFoundation objects. Still un... | Jack Jansen | 2002-05-07 | 1 | -6/+60 |
* | First steps towards a generalized converter of Python object | Jack Jansen | 2002-05-05 | 1 | -0/+206 |