Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -233/+233 |
| | |||||
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -3/+3 |
| | | | | | | | http://mail.python.org/pipermail/python-dev/2008-June/079988.html Python 2.6 should stick with PyString_* in its codebase. The PyBytes_* names in the spirit of 3.0 are available via a #define only. See the email thread. | ||||
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -3/+3 |
| | |||||
* | bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier. | Georg Brandl | 2007-09-12 | 1 | -0/+1 |
| | |||||
* | Fix a couple of warnings on Mac OS X. | Neal Norwitz | 2006-02-24 | 1 | -1/+1 |
| | |||||
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 1 | -1/+1 |
| | | | | Cleaned up various things in the toolbox modules. | ||||
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -10/+0 |
| | | | | MacOS9isms. | ||||
* | Mod to previous checkin: we must require ascii, not system defautl encoding, | Jack Jansen | 2003-03-03 | 1 | -1/+1 |
| | | | | | because we have no easy way to convert the python encoding string to a CF encoding parameter. | ||||
* | Accept only the system default encoding when converting Python | Jack Jansen | 2003-03-03 | 1 | -2/+3 |
| | | | | strings to CF strings. Fixes 682215. | ||||
* | Added typechecking to the individual python->CF converters, so we can use ↵ | Jack Jansen | 2002-05-13 | 1 | -2/+16 |
| | | | | them in the CF object initializers safely. | ||||
* | Fixed string and dict conversion, and implemented booleans and numbers (int ↵ | Jack Jansen | 2002-05-08 | 1 | -14/+49 |
| | | | | | | and float). I think we now have enough CFType support to start on plists and CFpreferences! Transparent handling of unknown CFType objects still TBD. | ||||
* | 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 ↵ | Jack Jansen | 2002-05-07 | 1 | -6/+60 |
| | | | | untested. | ||||
* | First steps towards a generalized converter of Python object | Jack Jansen | 2002-05-05 | 1 | -0/+206 |
hierarchies to CoreFoundation object hierarchies and vice versa. |