Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacOS X: Enable 4-way universal builds | Ronald Oussoren | 2008-06-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | This patch adds a new configure argument on OSX: --with-universal-archs=[32-bit|64-bit|all] When used with the --enable-universalsdk option this controls which CPU architectures are includes in the framework. The default is 32-bit, meaning i386 and ppc. The most useful alternative is 'all', which includes all 4 CPU architectures supported by MacOS X (i386, ppc, x86_64 and ppc64). This includes limited support for the Carbon bindings in 64-bit mode as well, limited because (a) I haven't done extensive testing and (b) a large portion of the Carbon API's aren't available in 64-bit mode anyway. I've also duplicated a feature of Apple's build of python: setting the environment variable 'ARCHFLAGS' controls the '-arch' flags used for building extensions using distutils. | ||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
| | |||||
* | Updated (and regenerated) for name change in tp_init method arguments: | Jack Jansen | 2005-07-03 | 1 | -17/+17 |
| | | | | they are now _self, _args and _kwds. | ||||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 3 | -96/+95 |
| | |||||
* | kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. | Jack Jansen | 2004-02-24 | 2 | -1/+5 |
| | | | | Reported by Bob Ippolito. | ||||
* | Made this module compatible with Python2.3, and added a temporary setup | Jack Jansen | 2003-12-09 | 3 | -0/+21 |
| | | | | script that allows it to be built for that Python. | ||||
* | Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. | Jack Jansen | 2003-12-03 | 3 | -14/+110 |
| | | | | Completely untested. | ||||
* | Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558. | Jack Jansen | 2003-12-03 | 2 | -32/+2 |
| | |||||
* | An interface to the LaunchServices API. | Jack Jansen | 2003-12-02 | 3 | -0/+583 |