summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cf/cfsupport.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-666/+0
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-0/+1
* Convert raise statements in Mac/.Collin Winter2007-08-221-3/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-031-4/+4
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-289/+288
* The CF inheritance could cause double frees of the underlying objects.Jack Jansen2004-07-151-0/+1
* CFStringGetUnicode() returned an extra null character at the end of the string.Jack Jansen2004-07-151-1/+1
* Make CF module PEP253 based (finally).Jack Jansen2004-07-151-10/+38
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-11/+0
* Forgot the code to initialize the glue for the new CFObj_ routines.Jack Jansen2003-05-311-2/+2
* Added functions CFObj_New and CFObj_Convert, general functions to convertJack Jansen2003-05-271-0/+48
* 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/+4
* - Various tweaks to forestall compiler warnings.Jack Jansen2002-12-231-3/+5
* Added CFPreferences support. Added these as functions, not methods, which see...Jack Jansen2002-05-131-1/+13
* - Better exception when a NULL CF object is encountered.Jack Jansen2002-05-121-5/+34
* - Get data from CFData objects as Python strings and vv.Jack Jansen2002-05-101-0/+29
* More support for bridging between Python and CoreFoundation objects. Still un...Jack Jansen2002-05-071-0/+33
* Added some support for unicode arguments.Jack Jansen2002-01-011-2/+0
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-0/+2
* Make the CoreFoundation object _New and _Convert routines available to other ...Jack Jansen2001-11-051-19/+70
* Shut up many more gcc warnings.Jack Jansen2001-09-051-10/+10
* Shut up a few more gcc warnings.Jack Jansen2001-09-041-1/+1
* Regenerated without default int return types.Jack Jansen2001-09-041-0/+1
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-031-1/+1
* Used an adapted MethodGenerator to generate methods too for functions that ha...Jack Jansen2001-07-171-1/+30
* Do conversion of CFStrings to/from unicode.unknown2001-07-041-0/+27
* - Use weaklink generators so we can support OSX-only calls without crashing o...Jack Jansen2001-07-011-3/+37
* Added CFURL support, and got base chaining to really work.Jack Jansen2001-06-281-22/+54
* CFArray, CFData and CFDictonary are now covered, but mainly opaque.Jack Jansen2001-06-271-3/+164
* First small step towards bgen-generated CoreFoundation. there is hardly any r...Jack Jansen2001-06-261-0/+158