History log of /external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
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/CarbonEvtscan.py
87eea88b5a198234cb18980d6f3a155de176ea6e 15-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> After generating the Python file with definitions try to run it, so
we catch errors during the build process in stead of later during runtime.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
aaebdd6a02dd4d650b14e2192e327336ecb62a98 05-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> Enable building of Carbon toolbox modules with unix-Python.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
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/CarbonEvtscan.py
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/CarbonEvtscan.py
43c2de230d926bf3befc7dc55b51e7b37ee5a58f 03-Jan-2002 Just van Rossum <just@letterror.com> fixed SetEventParameter() signature: removed unneccesary length arg.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
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/CarbonEvtscan.py
f8d6473782dc34826e43e2ca624326b542709dae 12-Dec-2001 Just van Rossum <just@letterror.com> Exposed quite a few more calls.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
34cbe718d463fce6a335477081b18852676fb7e1 05-Nov-2001 Jack Jansen <jack.jansen@cwi.nl> Fixed broken newlines and changed module name. Still untested.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py
52e9045da6d2a57cec6823a8dc5c64a5c410ef13 05-Nov-2001 Jack Jansen <jack.jansen@cwi.nl> Carbon Event Manager module donated by Donovan Preston. Checked in as I received them (except for namechange), these will not work as-is, that'll be fixed in a later checkin.
/external/python/cpython2/Mac/Modules/carbonevt/CarbonEvtscan.py