| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -666/+0 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -0/+1 |
|
|
* | Convert raise statements in Mac/. | Collin Winter | 2007-08-22 | 1 | -3/+3 |
|
|
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
|
|
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 1 | -4/+4 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -289/+288 |
|
|
* | The CF inheritance could cause double frees of the underlying objects. | Jack Jansen | 2004-07-15 | 1 | -0/+1 |
|
|
* | CFStringGetUnicode() returned an extra null character at the end of the string. | Jack Jansen | 2004-07-15 | 1 | -1/+1 |
|
|
* | Make CF module PEP253 based (finally). | Jack Jansen | 2004-07-15 | 1 | -10/+38 |
|
|
* | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -11/+0 |
|
|
* | Forgot the code to initialize the glue for the new CFObj_ routines. | Jack Jansen | 2003-05-31 | 1 | -2/+2 |
|
|
* | Added functions CFObj_New and CFObj_Convert, general functions to convert | Jack Jansen | 2003-05-27 | 1 | -0/+48 |
|
|
* | 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/+4 |
|
|
* | - Various tweaks to forestall compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -3/+5 |
|
|
* | Added CFPreferences support. Added these as functions, not methods, which see... | Jack Jansen | 2002-05-13 | 1 | -1/+13 |
|
|
* | - Better exception when a NULL CF object is encountered. | Jack Jansen | 2002-05-12 | 1 | -5/+34 |
|
|
* | - Get data from CFData objects as Python strings and vv. | Jack Jansen | 2002-05-10 | 1 | -0/+29 |
|
|
* | More support for bridging between Python and CoreFoundation objects. Still un... | Jack Jansen | 2002-05-07 | 1 | -0/+33 |
|
|
* | Added some support for unicode arguments. | Jack Jansen | 2002-01-01 | 1 | -2/+0 |
|
|
* | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 1 | -0/+2 |
|
|
* | Make the CoreFoundation object _New and _Convert routines available to other ... | Jack Jansen | 2001-11-05 | 1 | -19/+70 |
|
|
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -10/+10 |
|
|
* | Shut up a few more gcc warnings. | Jack Jansen | 2001-09-04 | 1 | -1/+1 |
|
|
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 1 | -0/+1 |
|
|
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal u... | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
|
|
* | If we use frameworks we should include CoreServices/CoreServices.h, not the | Jack Jansen | 2001-08-03 | 1 | -1/+1 |
|
|
* | Used an adapted MethodGenerator to generate methods too for functions that ha... | Jack Jansen | 2001-07-17 | 1 | -1/+30 |
|
|
* | Do conversion of CFStrings to/from unicode. | unknown | 2001-07-04 | 1 | -0/+27 |
|
|
* | - Use weaklink generators so we can support OSX-only calls without crashing o... | Jack Jansen | 2001-07-01 | 1 | -3/+37 |
|
|
* | Added CFURL support, and got base chaining to really work. | Jack Jansen | 2001-06-28 | 1 | -22/+54 |
|
|
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 1 | -3/+164 |
|
|
* | First small step towards bgen-generated CoreFoundation. there is hardly any r... | Jack Jansen | 2001-06-26 | 1 | -0/+158 |
|
|