Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | |||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -119/+119 |
| | |||||
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
| | | | | we catch errors during the build process in stead of later during runtime. | ||||
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
| | |||||
* | Added CFPreferences support. Added these as functions, not methods, which ↵ | Jack Jansen | 2002-05-13 | 1 | -2/+2 |
| | | | | seemed counter-intuitive. | ||||
* | - Better exception when a NULL CF object is encountered. | Jack Jansen | 2002-05-12 | 1 | -0/+1 |
| | | | | - Manually generate a routine with funny error semantics. | ||||
* | - Get data from CFData objects as Python strings and vv. | Jack Jansen | 2002-05-10 | 1 | -1/+5 |
| | | | | - Started on supporting CFPropertyLists. | ||||
* | Weaklink most toolbox modules, improving backward compatibility. Modules ↵ | Jack Jansen | 2002-03-24 | 1 | -0/+1 |
| | | | | | | | | will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate. Also blacklisted some constants with definitions that were not Python-compatible. | ||||
* | Added some support for unicode arguments. | Jack Jansen | 2002-01-01 | 1 | -3/+6 |
| | |||||
* | Used an adapted MethodGenerator to generate methods too for functions that ↵ | Jack Jansen | 2001-07-17 | 1 | -3/+7 |
| | | | | have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). | ||||
* | - Use weaklink generators so we can support OSX-only calls without crashing ↵ | Jack Jansen | 2001-07-01 | 1 | -2/+4 |
| | | | | | | on OS9. - Convert CFString to/from Python strings. Currently always MacRoman, to be fixed later (as is unicode support). Python->CFString conversion is automatic. | ||||
* | Added CFURL support, and got base chaining to really work. | Jack Jansen | 2001-06-28 | 1 | -3/+15 |
| | |||||
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 1 | -6/+37 |
| | | | | CFStrings are in better shape, but Unicode support and automatic conversion to/from Python strings remains to be done. | ||||
* | First small step towards bgen-generated CoreFoundation. there is hardly any ↵ | Jack Jansen | 2001-06-26 | 1 | -0/+83 |
real functionality yet, but method chains seem to work, and so do Retain/Release semantics. |