History log of /external/python/cpython2/Mac/Modules/te/tesupport.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/te/tesupport.py
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/te/tesupport.py
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/te/tesupport.py
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/te/tesupport.py
714d7268d5dcd9233bb8b3580cd9bce5a5a9fc50 25-Mar-2002 Jack Jansen <jack.jansen@cwi.nl> Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.

Should finally fix 531398. 2.2.1 candidate.
/external/python/cpython2/Mac/Modules/te/tesupport.py
77105a960b078d79a4e7827b320e66217a78a0f8 23-Aug-2001 Jack Jansen <jack.jansen@cwi.nl> The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package.
/external/python/cpython2/Mac/Modules/te/tesupport.py
fa77e1a1b1ec479600a0f3a1dbc3faf28140d31f 22-May-2001 Jack Jansen <jack.jansen@cwi.nl> Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
/external/python/cpython2/Mac/Modules/te/tesupport.py
0e04eecdbf8467cf3fe055e41e96fa48507b998c 17-May-2001 Jack Jansen <jack.jansen@cwi.nl> First step in porting MacPython modules to OSX/unix: break all references between modules except for the obj_New() and obj_Convert() routines, the PyArg_Parse and Py_BuildValue helpers.

And these can now be vectored through glue routines (by defining USE_TOOLBOX_OBJECT_GLUE) which will do the necessary imports, whereupon the module's init routine will tell the glue routine about the real conversion routine address and everything is fine again.
/external/python/cpython2/Mac/Modules/te/tesupport.py
9d8b96c8507644811ba92ead8f131060aafac19f 15-Jul-2000 Jack Jansen <jack.jansen@cwi.nl> pymactoolbox.h contains protoypes for all externally visible toolbox module
functions. Include it in stead of duplicating the declarations everywhere. Also
cleaned up toolbox module exports, and got rid of resNotFound error.
/external/python/cpython2/Mac/Modules/te/tesupport.py
deb6373fff220f0b0dd3024a49ba0628be7b1018 22-Mar-2000 Jack Jansen <jack.jansen@cwi.nl> Data of type Point is passed by value, not by reference.
/external/python/cpython2/Mac/Modules/te/tesupport.py
a1a0fef2ea9ece5b16f9e6c37800778c64844e69 23-Dec-1999 Jack Jansen <jack.jansen@cwi.nl> Unified handle-conversion scheme to
handle = Ctl.as_Resource(ctl)
ctl = Ctl.as_Control(handle)
and similarly for List, Menu, TE. The old handle.as_Control() methods are
still there for backward compatability.
/external/python/cpython2/Mac/Modules/te/tesupport.py
19171a21fdff4f63ca35b3cafc96a86280d0539b 16-Apr-1996 Jack Jansen <jack.jansen@cwi.nl> Added support for accessing a few more TERec members
/external/python/cpython2/Mac/Modules/te/tesupport.py
46d9e79de61047ca4b1cc89aeded8a4b47972bf5 12-Apr-1996 Jack Jansen <jack.jansen@cwi.nl> bgen-generators now drop the python definition file straight in the
Lib:toolbox folder.
/external/python/cpython2/Mac/Modules/te/tesupport.py
8a452d6fa1905d4767db7a13b3c4be3a9d5673ab 10-Apr-1996 Jack Jansen <jack.jansen@cwi.nl> Interface to TextEdit toolbox
/external/python/cpython2/Mac/Modules/te/tesupport.py