History log of /external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fd2f85d6e4e8abc9c943cf56cf45527d522c7882 16-Sep-2016 sashk <b@compuix.com> Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
deprecated QuickTime/QuickTime.h header file. Patch by sashk.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
98a9722e4a82b5f7dc0411233bbec892a02c7667 09-Feb-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20437: Fixed 43 potential bugs when deleting objects references.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2 16-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
7937d939b1e41e869ebd6a41787c186482f5950f 29-May-2009 Jeffrey Yasskin <jyasskin@gmail.com> Fix nearly all compilation warnings under Apple gcc-4.0. Tested with OPT="-g
-Wall -Wstrict-prototypes -Werror" in both --with-pydebug mode and --without.
There's still a batch of non-prototype warnings in Xlib.h that I don't know how
to fix.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.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/carbonevt/_CarbonEvtmodule.c
1bd7127fec0ce73bdf5256ecd4da812753c6f85f 12-Apr-2006 Neal Norwitz <nnorwitz@gmail.com> Get rid of some warnings on Mac
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.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/carbonevt/_CarbonEvtmodule.c
67ff6d9930ae7fdb79f7034b65834488f188bd38 06-Dec-2003 Jack Jansen <jack.jansen@cwi.nl> Finished update to UH 3.4.2.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
7107c1aff301a65faed24642cdc08f82a1c41cd4 20-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
e48cef7aba0993ca6d01579f62900f0596960885 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:
MacOS9isms.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
b734869f46cdbbfff231fdab49dc0ad4e3b45623 24-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> - Various tweaks to shut up compiler warnings.
- Regenerated with the correct calls to PyType_Ready and the correct
deallocator calls.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
f955784f0cfeecb94d3f2ade83a5ea548391f74b 19-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Regenerated with inheritance-aware xxxx_Check() macros.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
96cebde909bbb8034af576d8f31f465bbad90374 04-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Added PEP253 support to most Carbon modules. This isn't complete yet:
some of the more compilcated cases (CF, Res) haven't been done yet. Also,
various types should inherit from each other (anything with an as_Resource
method should be a Resource subtype, the CF types should become one family).
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
dbd5701d736a151d29fee4658228e16876626f47 30-Nov-2002 Jack Jansen <jack.jansen@cwi.nl> Converted the Carbon modules to use PEP252-style objects, with
descriptors in stead of manual getattr hooks to get at attributes
of the objects.

For Qd I have in stead gotten rid of most of the attribute access
in favor of the carbon-style accessor methods (with the exception
of visRgn, to be done later), and of the Carbon.Qd.qd global object,
for which accessor functions are also available.

For List I have fixed the fact that various methods were incorrectly
generated as functions.

CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with
basechain, so it will have to wait for PEP253 support.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
49931887d7e135190fbcf0119e03419a7101ff7c 16-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> Regenerated with PyDoc_STR() around docstrings.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
033b79c483566661eda1a87a11f19619d1ff4046 24-Apr-2002 Jack Jansen <jack.jansen@cwi.nl> Regenerated.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
4b367359b554b4e111d789f90a65a069e990745b 09-Jan-2002 Just van Rossum <just@letterror.com> Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
ec0107f0232325152bd74cf973c5da9358eecd24 08-Jan-2002 Just van Rossum <just@letterror.com> Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
43c2de230d926bf3befc7dc55b51e7b37ee5a58f 03-Jan-2002 Just van Rossum <just@letterror.com> fixed SetEventParameter() signature: removed unneccesary length arg.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
820867662bf35a2d8d2234f8cd4c8ce316ebfd37 18-Dec-2001 Just van Rossum <just@letterror.com> Patch #494553 by Donovan Preston: initial implementation
for GetEventParameter().
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
2c391152402d91d8f2109361858262c6aad9b79f 15-Dec-2001 Just van Rossum <just@letterror.com> Made event callbacks more rubust: keep an actual reference to the
python callback, and do RemoveEventHandler() upon deallocation.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
cddfc8736f35a05deae8b37958d9a091f94c7c9e 12-Dec-2001 Just van Rossum <just@letterror.com> Added proper error checking in event callback handler
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
f8d6473782dc34826e43e2ca624326b542709dae 12-Dec-2001 Just van Rossum <just@letterror.com> Exposed quite a few more calls.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c
c3baa0eff75baec3f4d8d82f2f9994d376cf5e3d 11-Dec-2001 Just van Rossum <just@letterror.com> Fixed to the extend that it now builds in CW6, and actually works
a little.
/external/python/cpython2/Mac/Modules/carbonevt/_CarbonEvtmodule.c