History log of /external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ca56dd4767617a2f5e946130de4beb06442a5cd5 17-Sep-2016 Martin Panter <vadmium+py@gmail.com> Issue #28139: Fix messed up indentation

Also update the classmethod and staticmethod doc strings and comments to
match the RST documentation.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
5640ce2f1edc0148ee14fd3daeb7ac700700bb71 05-Jun-2008 Ronald Oussoren <ronaldoussoren@mac.com> MacOS X: Enable 4-way universal builds

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.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
918a9e2f63a037de2a32e2b009944a0e5c693742 03-Jul-2005 Jack Jansen <jack.jansen@cwi.nl> Updated (and regenerated) for name change in tp_init method arguments:
they are now _self, _args and _kwds.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
2af4ce8f3009d728d1c17758468de14920821b3d 09-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> Made this module compatible with Python2.3, and added a temporary setup
script that allows it to be built for that Python.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
da6081fccb71541004e3f36f57a9c0971a969e3b 04-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.

Completely untested.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
07f1dfa91cd74fbdad9f88ea6aa80249cd0ada14 03-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c
7d0a609e6f43b82f3aeeefcb0574f3c1e4b09ad4 03-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> An interface to the LaunchServices API.
/external/python/cpython2/Mac/Modules/launch/_Launchmodule.c