History log of /external/python/cpython2/Mac/Modules/ae/aescan.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/ae/aescan.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/ae/aescan.py
6c7e326eaaa2d814e0d299054f78e5bd187489ab 12-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Getting rid of pre-Carbon (MacOS8) support. All code depending on
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
/external/python/cpython2/Mac/Modules/ae/aescan.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/ae/aescan.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/ae/aescan.py
086f7c389063ad05981d721d9dc3d3dad85ee757 17-Dec-2001 Jack Jansen <jack.jansen@cwi.nl> There's a new include file AEInteraction.h which contains AESend and friends.
/external/python/cpython2/Mac/Modules/ae/aescan.py
cbed91b4db6817b7bbbb12ede40bfb5d26a9bf14 03-Aug-2001 Jack Jansen <jack.jansen@cwi.nl> Merging appropriate 2.1.1 fixes back into the main trunk.
/external/python/cpython2/Mac/Modules/ae/aescan.py
7ee67a1224c5f9ff71673dad76523c9ee664c52a 02-Jan-2001 Jack Jansen <jack.jansen@cwi.nl> Remove (unused) regex imports.
/external/python/cpython2/Mac/Modules/ae/aescan.py
8ed81303f68fe3be5b4afa77d1ffd03a066ba3dc 12-Dec-2000 Jack Jansen <jack.jansen@cwi.nl> Use new multi-input-file feature of bgen in stead of @-file hack to parse multiple header files. A side effect is that the ObjectSupportLib routines are now also available in Python.
/external/python/cpython2/Mac/Modules/ae/aescan.py
f7d5aa61d34cb7816ead2757860e5a66f7da0dcb 11-Dec-2000 Jack Jansen <jack.jansen@cwi.nl> Adapted to Universal Headers 3.3.2. More to follow.
/external/python/cpython2/Mac/Modules/ae/aescan.py
b1b78d85d389c55ba4fb59b581e881c3eac2f03e 14-Dec-1999 Jack Jansen <jack.jansen@cwi.nl> Bgen now understands more constant definitions, but that means that a few which are not parseable in Python have to be blacklisted.
/external/python/cpython2/Mac/Modules/ae/aescan.py
0c4d947eacfb360515a5ba58f1a6b96dddc6d265 17-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Replaced addpack by handcrafted code to find the bgen stuff.
/external/python/cpython2/Mac/Modules/ae/aescan.py
21f96872f20080d5f07a72ea4141fac137ac9b15 20-Feb-1998 Jack Jansen <jack.jansen@cwi.nl> Regenerated from Universal Headers 3.0.1. Some new calls are
blacklisted, because they are not available in classic 68k programs,
and bgen doesn't have a way to put #ifdef/#endif in the generated
code. For now we only implement calls that work on all three models.
/external/python/cpython2/Mac/Modules/ae/aescan.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/ae/aescan.py
5050199787cd7dea54fa56703eb10683f52c5028 29-Jul-1995 Jack Jansen <jack.jansen@cwi.nl> Fixed incorrect call to InstallHandler and a few other things
/external/python/cpython2/Mac/Modules/ae/aescan.py
74335681722edeb98a0449552532bbe8728d1999 17-Jul-1995 Jack Jansen <jack.jansen@cwi.nl> Also scan AERegistry.h and AEObjects.h and create .py definition
files.

Some methods had turned to functions again. Fixed.
/external/python/cpython2/Mac/Modules/ae/aescan.py
c7cfb9555974e2e3789a629f1b7509eaa73ee2c6 06-Jun-1995 Jack Jansen <jack.jansen@cwi.nl> Rather massive changes:
- Make the stuff run on Jack's machine (and hopefully all machines) in
stead of Guido's only (addpack stuff)
- Use the Universal Headers in stead of the Think headers
- Fixed the test programs to use the new routine names
/external/python/cpython2/Mac/Modules/ae/aescan.py
17448e24081eb713ac00d7bcb681f4f0d8abfcbf 30-Jan-1995 Guido van Rossum <guido@python.org> Committed a more or less working version.
/external/python/cpython2/Mac/Modules/ae/aescan.py