History log of /external/python/cpython2/Mac/Modules/dlg/dlgscan.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/dlg/dlgscan.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
f92ec2d191c96668450fabe66138ea2d404bfd7b 27-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> StdFilterProc() uses InOut parameters.
/external/python/cpython2/Mac/Modules/dlg/dlgscan.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/dlg/dlgscan.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/dlg/dlgscan.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/dlg/dlgscan.py
2168e9d602cffbb6975a11353707a921455c05f7 16-Dec-2001 Jack Jansen <jack.jansen@cwi.nl> Adapted for Universal Headers 3.4
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
bd008844156384108a71423005911e37c0ca5395 05-Nov-2001 Jack Jansen <jack.jansen@cwi.nl> First tweaks to allow MacPython to be compiled with
Universal Headers 3.4
/external/python/cpython2/Mac/Modules/dlg/dlgscan.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/dlg/dlgscan.py
b8c4c7b37e6a9e8b08160c264bfc09f6fa239c54 26-Aug-2000 Jack Jansen <jack.jansen@cwi.nl> Added routine DlgObj_ConvertToWindow().
GetDialogWindow() returns an existing window.
Added a comment that the methodchain Dialogs->Windows is suspect under Carbon/MacOSX, but we need it under Carbon. No solution yet:-(
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
74a1e63a89cdaad288260600cf77e3a20811f49b 15-Jul-2000 Jack Jansen <jack.jansen@cwi.nl> Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
e79dc76f53dfa18fb08c35f71b049259642c0142 02-Jun-2000 Jack Jansen <jack.jansen@cwi.nl> Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open.
Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
a05ac607d720727bc0d3799b7bea7a81e02ea561 12-Dec-1999 Jack Jansen <jack.jansen@cwi.nl> Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
1c4e61462720b441467ab41c62d0c37143af45e7 21-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Re-generated from new (3.1) universal headers
/external/python/cpython2/Mac/Modules/dlg/dlgscan.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/dlg/dlgscan.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/dlg/dlgscan.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/dlg/dlgscan.py
91a6398b175f8eda53866ccd3dfdcfd2046e8644 17-Aug-1995 Jack Jansen <jack.jansen@cwi.nl> Use ResObj_OptNew for GetDialogItem return value: the handle returned
may be NULL (for user items, for instance).
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
ae8a68f40cd56aa952520260970ebd5b9d3fb95c 06-Jun-1995 Jack Jansen <jack.jansen@cwi.nl> Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
9784295b157ac9db30d52708f67d115c397290ab 19-Feb-1995 Guido van Rossum <guido@python.org> another round... ported to __SC__
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py
17448e24081eb713ac00d7bcb681f4f0d8abfcbf 30-Jan-1995 Guido van Rossum <guido@python.org> Committed a more or less working version.
/external/python/cpython2/Mac/Modules/dlg/dlgscan.py