Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -351/+351 |
| | |||||
* | 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. | ||||
* | 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. | ||||
* | Made this module compatible with Python2.3, and added a temporary setup | Jack Jansen | 2003-12-09 | 1 | -0/+4 |
| | | | | 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 | 1 | -0/+100 |
| | | | | Completely untested. | ||||
* | Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558. | Jack Jansen | 2003-12-03 | 1 | -32/+0 |
| | |||||
* | An interface to the LaunchServices API. | Jack Jansen | 2003-12-02 | 1 | -0/+401 |